diff options
author | Erik Faye-Lund <[email protected]> | 2020-04-18 12:57:44 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-06-13 10:42:01 +0000 |
commit | 14f2a81b6f66e076318472a632b749e98d86f8d6 (patch) | |
tree | edac11c6207713e625d2038b962a802a761c8bd3 /docs/submittingpatches.rst | |
parent | d6be994ef8ed6e81dc069a5cc3c8604619cc9d56 (diff) |
docs: drop open-coded toc for articles
Sphinx already provides a proper table-of-contents, so we don't need to
roll our own.
Reviewed-by: Eric Engestrom <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
Diffstat (limited to 'docs/submittingpatches.rst')
-rw-r--r-- | docs/submittingpatches.rst | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/submittingpatches.rst b/docs/submittingpatches.rst index 55b97cd4279..56149ac5bcb 100644 --- a/docs/submittingpatches.rst +++ b/docs/submittingpatches.rst @@ -1,18 +1,6 @@ Submitting Patches ================== -- `Basic guidelines <#guidelines>`__ -- `Patch formatting <#formatting>`__ -- `Testing Patches <#testing>`__ -- `Submitting Patches <#submit>`__ -- `Reviewing Patches <#reviewing>`__ -- `Nominating a commit for a stable branch <#nominations>`__ -- `Criteria for accepting patches to the stable branch <#criteria>`__ -- `Sending backports for the stable branch <#backports>`__ -- `Git tips <#gittips>`__ - -.. _guidelines: - Basic guidelines ---------------- @@ -259,8 +247,6 @@ project. The submitter is expected to evaluate whether they have an appropriate amount of review feedback from people who also understand the code before merging their patches. -.. _nominations: - Nominating a commit for a stable branch --------------------------------------- @@ -281,8 +267,6 @@ nomination request. The current patch status can be observed in the `staging branch <releasing.html#stagingbranch>`__. -.. _thetag: - The stable tag ~~~~~~~~~~~~~~ @@ -375,8 +359,6 @@ staging/year.quarter branch, not on the year.quarter branch, per the stable branch policy. Assigning the MR to release maintainer for said branch or mentioning them is helpful, but not required. -.. _gittips: - Git tips -------- |