From e822b0b06ba3ac615f465b9a66262aa799ebe1d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=20M=C3=A4enp=C3=A4=C3=A4?= Date: Mon, 8 Dec 2014 15:18:00 +0200 Subject: Simple sphinx-project that automatically creates api documentation. --- docs/index.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/index.rst (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..601e07f --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,24 @@ +.. python-gitlab documentation master file, created by + sphinx-quickstart on Mon Dec 8 15:17:39 2014. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to python-gitlab's documentation! +========================================= + +Contents: + +.. toctree:: + :maxdepth: 2 + + usage + cli + api/gitlab + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` -- cgit v1.2.1