Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise image links in docs #10

Merged
merged 3 commits into from
Dec 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ target linked with GraphAr C++ shared library.


Contributing to GraphAr
----------------------
-----------------------

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

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

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

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

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

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

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

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

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

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

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

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

Expand Down
Binary file modified docs/images/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/user-guide/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ The GraphAr project includes such topics as:
- A set of Apache Spark tools for generating, loading and transforming GAR files. (coming soon)
- 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>`_)

.. image:: ../images/overview.png
:alt: overview


GraphAr Features
------------------------

Expand Down