mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
1) ./generateDocstrings.py 2) cd doc 3) make html 4) open doc/build/html/index.html
28 lines
522 B
ReStructuredText
28 lines
522 B
ReStructuredText
.. PyGithub documentation master file, created by
|
|
sphinx-quickstart on Thu Sep 13 22:51:42 2012.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to PyGithub's documentation!
|
|
====================================
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|
|
.. automodule:: github.Github
|
|
:members:
|
|
|
|
.. automodule:: github.Organization
|
|
:members:
|