diff --git a/docs/contributing/index.rst b/docs/contributing/index.rst index 68dfcd60c2..e7a7f9fb23 100644 --- a/docs/contributing/index.rst +++ b/docs/contributing/index.rst @@ -6,6 +6,7 @@ Contributing the_basics gauging_changes + release_process reference/reference_summary Welcome! Happy to see you willing to make the project better. Have you read the entire @@ -31,6 +32,7 @@ This section covers the following topics: - :doc:`the_basics` - :doc:`gauging_changes` +- :doc:`release_process` - :doc:`reference/reference_summary` For an overview on contributing to the *Black*, please checkout :doc:`the_basics`. diff --git a/docs/maintenance/release_process.md b/docs/contributing/release_process.md similarity index 100% rename from docs/maintenance/release_process.md rename to docs/contributing/release_process.md diff --git a/docs/index.rst b/docs/index.rst index 397ed93ad6..a7a7160f71 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -103,7 +103,6 @@ Contents :includehidden: contributing/index - maintenance/index change_log authors diff --git a/docs/maintenance/index.md b/docs/maintenance/index.md deleted file mode 100644 index 8db6b3667a..0000000000 --- a/docs/maintenance/index.md +++ /dev/null @@ -1,13 +0,0 @@ -# Maintenance - -```{toctree} -:hidden: - - -release_process -``` - -Documentation related to the maintenance of this project. In other words, docs (mostly) -for maintainers by maintainers. The areas covered are the following: - -- {doc}`release_process`