diff --git a/docs/chapters/caa_entity.txt b/docs/chapters/development/caa_entity.txt similarity index 100% rename from docs/chapters/caa_entity.txt rename to docs/chapters/development/caa_entity.txt diff --git a/docs/chapters/caa_individual.txt b/docs/chapters/development/caa_individual.txt similarity index 100% rename from docs/chapters/caa_individual.txt rename to docs/chapters/development/caa_individual.txt diff --git a/docs/chapters/code_structure.txt b/docs/chapters/development/code_structure.txt similarity index 100% rename from docs/chapters/code_structure.txt rename to docs/chapters/development/code_structure.txt diff --git a/docs/chapters/contributing.txt b/docs/chapters/development/contributing.txt similarity index 100% rename from docs/chapters/contributing.txt rename to docs/chapters/development/contributing.txt diff --git a/docs/chapters/documentation.txt b/docs/chapters/development/documentation.txt similarity index 100% rename from docs/chapters/documentation.txt rename to docs/chapters/development/documentation.txt diff --git a/docs/chapters/development/index.txt b/docs/chapters/development/index.txt new file mode 100644 index 0000000000..0f0dabe301 --- /dev/null +++ b/docs/chapters/development/index.txt @@ -0,0 +1,29 @@ +============== +For developers +============== + +- :doc:`philosophies` +- :doc:`code_structure` +- :doc:`documentation` +- :doc:`source_control` +- :doc:`contributing` +- :doc:`releases` +- :doc:`translations` +- :doc:`../../mercs/index` +- :doc:`caa_entity` +- :doc:`caa_individual` + + +.. toctree:: + :hidden: + + philosophies + code_structure + documentation + source_control + contributing + releases + translations + ../../mercs/index + caa_entity + caa_individual diff --git a/docs/chapters/philosophies.txt b/docs/chapters/development/philosophies.txt similarity index 100% rename from docs/chapters/philosophies.txt rename to docs/chapters/development/philosophies.txt diff --git a/docs/chapters/releases.txt b/docs/chapters/development/releases.txt similarity index 100% rename from docs/chapters/releases.txt rename to docs/chapters/development/releases.txt diff --git a/docs/chapters/source_control.txt b/docs/chapters/development/source_control.txt similarity index 100% rename from docs/chapters/source_control.txt rename to docs/chapters/development/source_control.txt diff --git a/docs/chapters/translations.txt b/docs/chapters/development/translations.txt similarity index 100% rename from docs/chapters/translations.txt rename to docs/chapters/development/translations.txt diff --git a/docs/index.txt b/docs/index.txt index 7625027b59..566f262d90 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -31,7 +31,7 @@ repository for electronic documents. parts/advanced parts/administration parts/troubleshooting - parts/development + chapters/development/index parts/faq parts/license parts/contact diff --git a/docs/parts/development.txt b/docs/parts/development.txt deleted file mode 100644 index 2bef2b639e..0000000000 --- a/docs/parts/development.txt +++ /dev/null @@ -1,29 +0,0 @@ -============== -For developers -============== - -- :doc:`../chapters/philosophies` -- :doc:`../chapters/code_structure` -- :doc:`../chapters/documentation` -- :doc:`../chapters/source_control` -- :doc:`../chapters/contributing` -- :doc:`../chapters/releases` -- :doc:`../chapters/translations` -- :doc:`../mercs/index` -- :doc:`../chapters/caa_entity` -- :doc:`../chapters/caa_individual` - - -.. toctree:: - :hidden: - - ../chapters/philosophies - ../chapters/code_structure - ../chapters/documentation - ../chapters/source_control - ../chapters/contributing - ../chapters/releases - ../chapters/translations - ../mercs/index - ../chapters/caa_entity - ../chapters/caa_individual