summaryrefslogtreecommitdiff
path: root/docs/contributor/index.rst
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2022-01-03 21:42:36 -0800
committerJohn L. Villalovos <john@sodarock.com>2022-01-03 21:42:36 -0800
commite6c68414971586f84a34bfdb3927b6c6d9fd4e78 (patch)
treedd604bb4abb30003ff0e173b98d072cba6314d03 /docs/contributor/index.rst
parentc6d7e9aaddda2f39262b695bb98ea4d90575fcce (diff)
downloadgitlab-jlvillal/devel_docs.tar.gz
docs: add the start of a contributor's guidejlvillal/devel_docs
Create an initial contributor's guide that will hopefully be expanded on in the future.
Diffstat (limited to 'docs/contributor/index.rst')
-rw-r--r--docs/contributor/index.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/contributor/index.rst b/docs/contributor/index.rst
new file mode 100644
index 0000000..f8c6e12
--- /dev/null
+++ b/docs/contributor/index.rst
@@ -0,0 +1,23 @@
+.. 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.
+
+Developer's Guide
+=================
+
+Contents:
+
+.. toctree::
+ :maxdepth: 2
+
+ Developer Contribution Guide <contributing>
+ Setting Up Your Development Environment <dev-quickstart>
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`