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