From 812ed9341e8fa701e66a02dc216c23957a1f111f Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Mon, 27 Jul 2015 17:09:10 +0200 Subject: [PATCH] adapt doc directory tree structure --- doc/{ => contributors}/documentation.rst | 0 .../guidelines.rst} | 4 ++-- doc/{ => contributors}/testing.rst | 0 doc/{ => developers}/customizing-modules.rst | 0 .../faq.rst} | 0 doc/{ => developers}/new-project.rst | 0 doc/{ => developers}/updating-modules.rst | 0 doc/{ => general}/about.rst | 0 doc/index.rst | 16 ++++++++-------- 9 files changed, 10 insertions(+), 10 deletions(-) rename doc/{ => contributors}/documentation.rst (100%) rename doc/{contributing.rst => contributors/guidelines.rst} (84%) rename doc/{ => contributors}/testing.rst (100%) rename doc/{ => developers}/customizing-modules.rst (100%) rename doc/{autocmake-users-faq.rst => developers/faq.rst} (100%) rename doc/{ => developers}/new-project.rst (100%) rename doc/{ => developers}/updating-modules.rst (100%) rename doc/{ => general}/about.rst (100%) diff --git a/doc/documentation.rst b/doc/contributors/documentation.rst similarity index 100% rename from doc/documentation.rst rename to doc/contributors/documentation.rst diff --git a/doc/contributing.rst b/doc/contributors/guidelines.rst similarity index 84% rename from doc/contributing.rst rename to doc/contributors/guidelines.rst index d94f2e6..862e9d7 100644 --- a/doc/contributing.rst +++ b/doc/contributors/guidelines.rst @@ -1,7 +1,7 @@ -Contributing to Autocmake -========================= +Contributing guidelines +======================= Please follow the excellent guide: http://www.contribution-guide.org. diff --git a/doc/testing.rst b/doc/contributors/testing.rst similarity index 100% rename from doc/testing.rst rename to doc/contributors/testing.rst diff --git a/doc/customizing-modules.rst b/doc/developers/customizing-modules.rst similarity index 100% rename from doc/customizing-modules.rst rename to doc/developers/customizing-modules.rst diff --git a/doc/autocmake-users-faq.rst b/doc/developers/faq.rst similarity index 100% rename from doc/autocmake-users-faq.rst rename to doc/developers/faq.rst diff --git a/doc/new-project.rst b/doc/developers/new-project.rst similarity index 100% rename from doc/new-project.rst rename to doc/developers/new-project.rst diff --git a/doc/updating-modules.rst b/doc/developers/updating-modules.rst similarity index 100% rename from doc/updating-modules.rst rename to doc/developers/updating-modules.rst diff --git a/doc/about.rst b/doc/general/about.rst similarity index 100% rename from doc/about.rst rename to doc/general/about.rst diff --git a/doc/index.rst b/doc/index.rst index 44fc041..778c869 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -10,7 +10,7 @@ General .. toctree:: :maxdepth: 2 - about.rst + general/about.rst For developers who use Autocmake @@ -19,10 +19,10 @@ For developers who use Autocmake .. toctree:: :maxdepth: 2 - autocmake-users-faq.rst - new-project.rst - customizing-modules.rst - updating-modules.rst + developers/faq.rst + developers/new-project.rst + developers/customizing-modules.rst + developers/updating-modules.rst For users of projects which use Autocmake @@ -35,9 +35,9 @@ For developers/contributors to Autocmake .. toctree:: :maxdepth: 2 - contributing.rst - testing.rst - documentation.rst + contributors/guidelines.rst + contributors/testing.rst + contributors/documentation.rst Reference