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/usage/index.rst | |
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/usage/index.rst')
-rw-r--r-- | docs/usage/index.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/usage/index.rst b/docs/usage/index.rst new file mode 100644 index 0000000..79d10d8 --- /dev/null +++ b/docs/usage/index.rst @@ -0,0 +1,17 @@ +Usage Documentation +=================== + +Patchwork provides features designed to help all users of development mailing +lists, from those simply trying to get information about a patch to maintainers +wanting to keep track of the status of the hundreds of in-flight patches. The +below guides provide both general information on the design of Patchwork along +with overviews of specific features. + +.. toctree:: + :maxdepth: 2 + + /usage/overview + /usage/design + /usage/delegation + /usage/headers + /usage/clients |