diff options
author | Mika Mäenpää <mika.j.maenpaa@tut.fi> | 2014-12-08 15:18:00 +0200 |
---|---|---|
committer | Mika Mäenpää <mika.j.maenpaa@tut.fi> | 2014-12-09 11:50:04 +0200 |
commit | e822b0b06ba3ac615f465b9a66262aa799ebe1d4 (patch) | |
tree | d183ac0afea743cfd59f335014ff20cd25d2155d /docs/api | |
parent | d0884b60904ed22a914721a71f9bf2aaecab45b7 (diff) | |
download | gitlab-e822b0b06ba3ac615f465b9a66262aa799ebe1d4.tar.gz |
Simple sphinx-project that automatically creates api documentation.
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/gitlab.rst | 7 | ||||
-rw-r--r-- | docs/api/modules.rst | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/api/gitlab.rst b/docs/api/gitlab.rst new file mode 100644 index 0000000..0ad985e --- /dev/null +++ b/docs/api/gitlab.rst @@ -0,0 +1,7 @@ +API/gitlab-module +================= + +.. automodule:: gitlab + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/api/modules.rst b/docs/api/modules.rst new file mode 100644 index 0000000..22089d8 --- /dev/null +++ b/docs/api/modules.rst @@ -0,0 +1,7 @@ +. += + +.. toctree:: + :maxdepth: 4 + + gitlab |