index.rst 862 字节
Newer Older
Y
yelrose 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
: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
    :hidden:

    instruction.rst

See instruction_ for quick start.

.. _instruction: instruction.html



.. 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


.. 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.