From 32f2491c44b514c53afca379e83912c1fb85538d Mon Sep 17 00:00:00 2001 From: Jannis Gebauer Date: Sat, 25 Feb 2017 13:27:45 +0100 Subject: [PATCH] use the new docs layout --- docs/index.rst | 20 +++++--------------- docs/local_development.rst | 14 ++++++++++++++ docs/production.rst | 14 ++++++++++++++ docs/setup.rst | 14 ++++++++++++++ docs/the_project.rst | 14 ++++++++++++++ 5 files changed, 61 insertions(+), 15 deletions(-) create mode 100644 docs/local_development.rst create mode 100644 docs/production.rst create mode 100644 docs/setup.rst create mode 100644 docs/the_project.rst diff --git a/docs/index.rst b/docs/index.rst index bfa88f18..1e478a65 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,7 +1,7 @@ .. cookiecutter-django documentation master file. Welcome to Cookiecutter Django's documentation! -==================================================================== +=============================================== A Cookiecutter_ template for Django. @@ -12,20 +12,10 @@ Contents: .. toctree:: :maxdepth: 2 - project-generation-options - developing-locally - developing-locally-docker - settings - linters - live-reloading-and-sass-compilation - deployment-on-pythonanywhere - deployment-on-heroku - deployment-with-docker - docker-postgres-backups - faq - troubleshooting - my-favorite-cookie - deployment-with-elastic-beanstalk + setup + the_project + local_development + production Indices and tables ================== diff --git a/docs/local_development.rst b/docs/local_development.rst new file mode 100644 index 00000000..ada99c36 --- /dev/null +++ b/docs/local_development.rst @@ -0,0 +1,14 @@ +Local Development +================= + +*Todo* + +FAQ +--- + +*Todo* + +Troubleshooting +--------------- + +*Todo* diff --git a/docs/production.rst b/docs/production.rst new file mode 100644 index 00000000..f7788245 --- /dev/null +++ b/docs/production.rst @@ -0,0 +1,14 @@ +Production +========== + +*Todo* + +FAQ +--- + +*Todo* + +Troubleshooting +--------------- + +*Todo* diff --git a/docs/setup.rst b/docs/setup.rst new file mode 100644 index 00000000..1eeb5cc0 --- /dev/null +++ b/docs/setup.rst @@ -0,0 +1,14 @@ +Setup +===== + +*Todo* + +FAQ +--- + +*Todo* + +Troubleshooting +--------------- + +*Todo* diff --git a/docs/the_project.rst b/docs/the_project.rst new file mode 100644 index 00000000..be496ad4 --- /dev/null +++ b/docs/the_project.rst @@ -0,0 +1,14 @@ +The Project +=========== + +*Todo* + +FAQ +--- + +*Todo* + +Troubleshooting +--------------- + +*Todo*