diff options
author | John L. Villalovos <john@sodarock.com> | 2022-01-03 21:42:36 -0800 |
---|---|---|
committer | John L. Villalovos <john@sodarock.com> | 2022-01-03 21:42:36 -0800 |
commit | e6c68414971586f84a34bfdb3927b6c6d9fd4e78 (patch) | |
tree | dd604bb4abb30003ff0e173b98d072cba6314d03 /docs/contributor/index.rst | |
parent | c6d7e9aaddda2f39262b695bb98ea4d90575fcce (diff) | |
download | gitlab-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.rst | 23 |
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` |