index.rst 1.1 KB
Newer Older
Y
yelrose 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
:github_url: https://github.com/PaddlePaddle/PGL

.. toctree::
    :maxdepth: 1
    :caption: Introduction
    :hidden:

    introduction.rst

.. mdinclude:: md/introduction.md


Quick Start
===========
.. toctree::
    :maxdepth: 1
    :caption: Quick Start

L
liweibin 已提交
19 20
    quick_start/instruction.rst
    quick_start/introduction_for_hetergraph.rst
Y
yelrose 已提交
21 22 23 24 25 26 27 28 29 30 31


.. toctree::
   :maxdepth: 1
   :caption: Examples

   examples/gcn_examples.rst
   examples/gat_examples.rst
   examples/static_graph_wrapper.rst
   examples/node2vec_examples.rst
   examples/graphsage_examples.rst
L
liweibin 已提交
32 33 34 35 36 37 38 39 40
   examples/dgi_examples.rst
   examples/distribute_deepwalk_examples.rst
   examples/distribute_graphsage_examples.rst
   examples/ges_examples.rst
   examples/line_examples.rst
   examples/sgc_examples.rst
   examples/strucvec_examples.rst
   examples/gatne_examples.rst
   examples/metapath2vec_examples.rst
Y
yelrose 已提交
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60

.. toctree::
   :maxdepth: 2
   :caption: API Reference

   api/pgl

The Team
========
.. toctree::
    :maxdepth: 1
    :caption: The Team
    :hidden:

    team.rst
PGL is developed and maintained by NLP and Paddle Teams at Baidu

License
=======
PGL uses Apache License 2.0.