From 21ae8ca1ac058cafb025c7088bb11a5030b9726b Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Fri, 31 Jul 2015 12:13:39 +0200 Subject: [PATCH] rename --- doc/developers/{new-project.rst => bootstrap.rst} | 4 ++-- doc/developers/example.rst | 6 ++++++ doc/index.rst | 3 ++- 3 files changed, 10 insertions(+), 3 deletions(-) rename doc/developers/{new-project.rst => bootstrap.rst} (94%) create mode 100644 doc/developers/example.rst diff --git a/doc/developers/new-project.rst b/doc/developers/bootstrap.rst similarity index 94% rename from doc/developers/new-project.rst rename to doc/developers/bootstrap.rst index ac8761e..b9f3059 100644 --- a/doc/developers/new-project.rst +++ b/doc/developers/bootstrap.rst @@ -1,7 +1,7 @@ -Creating the configuration for a new project -============================================ +Bootstrapping a new project +=========================== Bootstrapping Autocmake diff --git a/doc/developers/example.rst b/doc/developers/example.rst new file mode 100644 index 0000000..4edacc8 --- /dev/null +++ b/doc/developers/example.rst @@ -0,0 +1,6 @@ + + +Example hello world project +=========================== + +Write me ... diff --git a/doc/index.rst b/doc/index.rst index 2e52709..731a66b 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -21,8 +21,9 @@ For developers who use Autocmake :maxdepth: 2 developers/faq.rst - developers/new-project.rst + developers/bootstrap.rst developers/configuration.rst + developers/example.rst developers/customizing-modules.rst developers/updating-modules.rst