diff options
author | Stephen Finucane <stephen@that.guru> | 2017-11-02 16:05:28 +0000 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2017-11-02 16:23:57 +0000 |
commit | 018560c49a97b891f160f5c186b96e0cad5172e6 (patch) | |
tree | 5ce9720cdb73f0cca8d494783e932656b2803f81 /docs/development | |
parent | cb6a184be457db75f89ebd895bcac398f01d50bd (diff) | |
download | patchwork-018560c49a97b891f160f5c186b96e0cad5172e6.tar patchwork-018560c49a97b891f160f5c186b96e0cad5172e6.tar.gz |
docs: Add index pages
This lets me go to, for example, the following URLs:
https://patchwork.readthedocs.io/en/latest/releases/
Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/index.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/development/index.rst b/docs/development/index.rst new file mode 100644 index 0000000..4447453 --- /dev/null +++ b/docs/development/index.rst @@ -0,0 +1,15 @@ +Development Documention +======================= + +Patchwork provides a number of tools to help ease getting an instance up and +running. Information on these tools, along with general contribution advice and +developer-focussed usage information, is provided in the below docs. + +.. toctree:: + :maxdepth: 2 + + /development/contributing + /development/installation + /development/releasing + /development/api + /development/assets |