|
1 | 1 | # nx-arangodb |
2 | 2 |
|
| 3 | +<a href="https://networkx.github.io/"> |
| 4 | + <img src="https://avatars.githubusercontent.com/u/388785?s=200&v=4" alt="NetworkX" height="60"> |
| 5 | +</a> |
| 6 | +<a href="https://www.arangodb.com/"> |
| 7 | + <img src="https://arangodb.com/wp-content/uploads/2016/05/[email protected]" alt="ArangoDB" height="60"> |
| 8 | +</a> |
| 9 | +<a href="https://rapids.ai/"> |
| 10 | + <img src="https://rapids.ai/images/RAPIDS-logo.png" alt="RAPIDS" height="60"> |
| 11 | +</a> |
| 12 | +<a href="https://www.nvidia.com/en-us/startups/"> |
| 13 | + <img src="https://insights.virti.com/content/images/2021/09/20181218-Nvidia-Inception.png" alt="NVIDIA" height="60"> |
| 14 | +</a> |
3 | 15 |
|
4 | | -<div style="display: flex; align-items: center; gap: 10px;"> |
5 | | - <a href="https://networkx.github.io/"> |
6 | | - <img src="https://avatars.githubusercontent.com/u/388785?s=200&v=4" alt="NetworkX" style="height: 60px;"> |
7 | | - </a> |
8 | | - <a href="https://www.arangodb.com/"> |
9 | | - <img src="https://arangodb.com/wp-content/uploads/2016/05/[email protected]" alt="ArangoDB" style="height: 60px;"> |
10 | | - </a> |
11 | | - <a href="https://rapids.ai/"> |
12 | | - <img src="https://rapids.ai/images/RAPIDS-logo.png" alt="RAPIDS" style="height: 60px;"> |
13 | | - </a> |
14 | | - <a href="https://www.nvidia.com/en-us/startups/"> |
15 | | - <img src="https://insights.virti.com/content/images/2021/09/20181218-Nvidia-Inception.png" alt="NVIDIA" style="height: 60px;"> |
16 | | - </a> |
17 | | -</div> |
18 | | - |
| 16 | +<br> |
19 | 17 | <br> |
20 | 18 |
|
21 | 19 | <a href="https://colab.research.google.com/github/arangodb/nx-arangodb/blob/main/doc/nx_arangodb.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a> |
22 | 20 | [](https://dl.circleci.com/status-badge/redirect/gh/arangodb/nx-arangodb/tree/main) |
23 | | -[](https://github.com/arangodb/nx-arangodb/actions/workflows/analyzee.yaml) |
24 | | -[](https://github.com/arangodb/nx-arangodb/actions/workflows/docs.yaml) |
| 21 | +[](https://github.com/arangodb/nx-arangodb/actions/workflows/analyze.yml) |
| 22 | +[](https://nx-arangodb.readthedocs.io/en/latest/?badge=latest) |
25 | 23 |
|
26 | 24 | [](https://pypi.org/project/nx-arangodb/) |
27 | 25 | [](https://pypi.org/project/nx-arangodb/) |
@@ -52,7 +50,7 @@ Benefits of having ArangoDB as a backend to NetworkX include: |
52 | 50 | 6. Access to efficient distribution of graph data ([ArangoDB SmartGraphs](https://docs.arangodb.com/stable/graphs/smartgraphs/)). |
53 | 51 |
|
54 | 52 | <p align="center"> |
55 | | - <img src="./doc/_static/nxadb.png" style="height: 200px;"> |
| 53 | + <img src="https://raw.githubusercontent.com/arangodb/nx-arangodb/main/doc/_static/nxadb.png" style="height: 200px;"> |
56 | 54 | </p> |
57 | 55 |
|
58 | 56 |
|
@@ -177,7 +175,7 @@ nx.config.backends.arangodb.use_gpu = True |
177 | 175 | ``` |
178 | 176 |
|
179 | 177 | <p align="center"> |
180 | | - <img src="./doc/_static/dispatch.png" style="height: 200px;"> |
| 178 | + <img src="https://raw.githubusercontent.com/arangodb/nx-arangodb/main/doc/_static/dispatch.png" style="height: 200px;"> |
181 | 179 | </p> |
182 | 180 |
|
183 | 181 |
|
|
0 commit comments