Skip to content

Commit abbf678

Browse files
authored
Revise image links in docs (#10)
1 parent 93025ef commit abbf678

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

README.rst

+10-10
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ target linked with GraphAr C++ shared library.
211211
212212
213213
Contributing to GraphAr
214-
----------------------
214+
-----------------------
215215

216216
- Read the `Contribution Guide`_.
217217
- Please report bugs by submitting `GitHub Issues`_ or ask me anything in `Github Discussions`_.
@@ -238,39 +238,39 @@ third-party libraries may not have the same license as GraphAr.
238238
.. |GraphAr Docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg
239239
:target: https://alibaba.github.io/GraphAr/
240240

241-
.. |Overview Pic| image:: https://github.com/alibaba/GraphAr/blob/main/docs/images/overview.png?raw=true
241+
.. |Overview Pic| image:: https://alibaba.github.io/GraphAr/_images/overview.png
242242
:width: 650
243243
:alt: Overview
244244

245-
.. |Property Graph| image:: https://github.com/alibaba/GraphAr/blob/main/docs/images/property_graph.png?raw=true
245+
.. |Property Graph| image:: https://alibaba.github.io/GraphAr/_images/property_graph.png
246246
:width: 650
247247
:alt: property graph
248248

249-
.. |Vertex Logical Table| image:: https://github.com/alibaba/GraphAr/blob/main/docs/images/vertex_logical_table.png?raw=true
249+
.. |Vertex Logical Table| image:: https://alibaba.github.io/GraphAr/_images/vertex_logical_table.png
250250
:width: 650
251251
:alt: vertex logical table
252252

253-
.. |Vertex Physical Table| image:: https://github.com/alibaba/GraphAr/blob/main/docs/images/vertex_physical_table.png?raw=true
253+
.. |Vertex Physical Table| image:: https://alibaba.github.io/GraphAr/_images/vertex_physical_table.png
254254
:width: 650
255255
:alt: vertex physical table
256256

257-
.. |Edge Logical Table| image:: https://github.com/alibaba/GraphAr/blob/main/docs/images/edge_logical_table.png?raw=true
257+
.. |Edge Logical Table| image:: https://alibaba.github.io/GraphAr/_images/edge_logical_table.png
258258
:width: 650
259259
:alt: edge logical table
260260

261-
.. |Edge Physical Table1| image:: https://github.com/alibaba/GraphAr/blob/main/docs/images/edge_physical_table1.png?raw=true
261+
.. |Edge Physical Table1| image:: https://alibaba.github.io/GraphAr/_images/edge_physical_table1.png
262262
:width: 650
263263
:alt: edge logical table1
264264

265-
.. |Edge Physical Table2| image:: https://github.com/alibaba/GraphAr/blob/main/docs/images/edge_physical_table2.png?raw=true
265+
.. |Edge Physical Table2| image:: https://alibaba.github.io/GraphAr/_images/edge_physical_table2.png
266266
:width: 650
267267
:alt: edge logical table2
268268

269-
.. _GraphAr File Format: https://github.com/alibaba/GraphAr/blob/main/docs/user-guide/file-format.rst
269+
.. _GraphAr File Format: https://alibaba.github.io/GraphAr/user-guide/file-format.html
270270

271271
.. _example files: https://github.com/GraphScope/gar-test/blob/main/ldbc_sample/
272272

273-
.. _Contribution Guide: https://github.com/alibaba/GraphAr/blob/main/CONTRIBUTING.rst
273+
.. _Contribution Guide: https://alibaba.github.io/GraphAr/user-guide/contributing.html
274274

275275
.. _GitHub Issues: https://github.com/alibaba/GraphAr/issues/new
276276

docs/images/overview.png

3.45 KB
Loading

docs/user-guide/overview.rst

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ The GraphAr project includes such topics as:
1717
- A set of Apache Spark tools for generating, loading and transforming GAR files. (coming soon)
1818
- How to use GraphAr to write graph algorithms, or to work with existing systems such as GraphScope. (see `Application Cases <../applications/out-of-core.html>`_)
1919

20+
.. image:: ../images/overview.png
21+
:alt: overview
22+
23+
2024
GraphAr Features
2125
------------------------
2226

0 commit comments

Comments
 (0)