diff options
author | Stephen Finucane <stephen@that.guru> | 2018-04-15 23:18:08 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2018-04-24 23:16:11 +0100 |
commit | 849e47f48b13d6cb7a918cc001be232654fde124 (patch) | |
tree | 6ebe07d91954fbdad91ace4bfc909eacd64fac98 /docs/usage/delegation.rst | |
parent | 0dba20950cec5ec5efdcd5e90b8437a962dbbeb8 (diff) | |
download | patchwork-849e47f48b13d6cb7a918cc001be232654fde124.tar patchwork-849e47f48b13d6cb7a918cc001be232654fde124.tar.gz |
docs: Random fixes
Remove an unnecessary 'toctree' from the index page and fix some
definition lists.
Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs/usage/delegation.rst')
-rw-r--r-- | docs/usage/delegation.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/usage/delegation.rst b/docs/usage/delegation.rst index 8b99871..b9e620b 100644 --- a/docs/usage/delegation.rst +++ b/docs/usage/delegation.rst @@ -17,17 +17,14 @@ configured in the project administration page. This can usually be found at: In this section there are the following fields: User - The patchwork user that should be autodelegated to the patch Priority - The priority of the rule relative to other patches. Higher values indicate higher priority. If two rules have the same priority, ordering will be based on the path. Path - A path in `fnmatch`__ format. The fnmatch library allows for limited, Unix shell-style wildcarding. Filenames are extracted from patch lines beginning with ``---`` or ``+++``. |