diff --git a/{{cookiecutter.project_slug}}/docs/docker_ec2.rst b/docs/docker_ec2.rst similarity index 100% rename from {{cookiecutter.project_slug}}/docs/docker_ec2.rst rename to docs/docker_ec2.rst diff --git a/{{cookiecutter.project_slug}}/docs/pycharm/configuration.rst b/docs/pycharm/configuration.rst similarity index 100% rename from {{cookiecutter.project_slug}}/docs/pycharm/configuration.rst rename to docs/pycharm/configuration.rst diff --git a/{{cookiecutter.project_slug}}/docs/pycharm/images/1.png b/docs/pycharm/images/1.png similarity index 100% rename from {{cookiecutter.project_slug}}/docs/pycharm/images/1.png rename to docs/pycharm/images/1.png diff --git a/{{cookiecutter.project_slug}}/docs/pycharm/images/2.png b/docs/pycharm/images/2.png similarity index 100% rename from {{cookiecutter.project_slug}}/docs/pycharm/images/2.png rename to docs/pycharm/images/2.png diff --git a/{{cookiecutter.project_slug}}/docs/pycharm/images/3.png b/docs/pycharm/images/3.png similarity index 100% rename from {{cookiecutter.project_slug}}/docs/pycharm/images/3.png rename to docs/pycharm/images/3.png diff --git a/{{cookiecutter.project_slug}}/docs/pycharm/images/4.png b/docs/pycharm/images/4.png similarity index 100% rename from {{cookiecutter.project_slug}}/docs/pycharm/images/4.png rename to docs/pycharm/images/4.png diff --git a/{{cookiecutter.project_slug}}/docs/pycharm/images/5.png b/docs/pycharm/images/5.png similarity index 100% rename from {{cookiecutter.project_slug}}/docs/pycharm/images/5.png rename to docs/pycharm/images/5.png diff --git a/{{cookiecutter.project_slug}}/docs/pycharm/images/6.png b/docs/pycharm/images/6.png similarity index 100% rename from {{cookiecutter.project_slug}}/docs/pycharm/images/6.png rename to docs/pycharm/images/6.png diff --git a/{{cookiecutter.project_slug}}/docs/pycharm/images/7.png b/docs/pycharm/images/7.png similarity index 100% rename from {{cookiecutter.project_slug}}/docs/pycharm/images/7.png rename to docs/pycharm/images/7.png diff --git a/{{cookiecutter.project_slug}}/docs/pycharm/images/8.png b/docs/pycharm/images/8.png similarity index 100% rename from {{cookiecutter.project_slug}}/docs/pycharm/images/8.png rename to docs/pycharm/images/8.png diff --git a/{{cookiecutter.project_slug}}/docs/pycharm/images/f1.png b/docs/pycharm/images/f1.png similarity index 100% rename from {{cookiecutter.project_slug}}/docs/pycharm/images/f1.png rename to docs/pycharm/images/f1.png diff --git a/{{cookiecutter.project_slug}}/docs/pycharm/images/f2.png b/docs/pycharm/images/f2.png similarity index 100% rename from {{cookiecutter.project_slug}}/docs/pycharm/images/f2.png rename to docs/pycharm/images/f2.png diff --git a/{{cookiecutter.project_slug}}/docs/pycharm/images/f3.png b/docs/pycharm/images/f3.png similarity index 100% rename from {{cookiecutter.project_slug}}/docs/pycharm/images/f3.png rename to docs/pycharm/images/f3.png diff --git a/{{cookiecutter.project_slug}}/docs/pycharm/images/f4.png b/docs/pycharm/images/f4.png similarity index 100% rename from {{cookiecutter.project_slug}}/docs/pycharm/images/f4.png rename to docs/pycharm/images/f4.png diff --git a/{{cookiecutter.project_slug}}/docs/pycharm/images/issue1.png b/docs/pycharm/images/issue1.png similarity index 100% rename from {{cookiecutter.project_slug}}/docs/pycharm/images/issue1.png rename to docs/pycharm/images/issue1.png diff --git a/{{cookiecutter.project_slug}}/docs/pycharm/images/issue2.png b/docs/pycharm/images/issue2.png similarity index 100% rename from {{cookiecutter.project_slug}}/docs/pycharm/images/issue2.png rename to docs/pycharm/images/issue2.png diff --git a/{{cookiecutter.project_slug}}/docs/deploy.rst b/{{cookiecutter.project_slug}}/docs/deploy.rst index 1e642c79..e5c82a14 100644 --- a/{{cookiecutter.project_slug}}/docs/deploy.rst +++ b/{{cookiecutter.project_slug}}/docs/deploy.rst @@ -1,4 +1,10 @@ Deploy -======== +====== -This is where you describe how the project is deployed in production. +*describe how to deploy this project* + +This project was generated with Cookiecutter Django, take a look at the `official docs`_ for more +info. + + +.. _official docs: http://aws.amazon.com/ diff --git a/{{cookiecutter.project_slug}}/docs/index.rst b/{{cookiecutter.project_slug}}/docs/index.rst index 21ef98ee..501f5e26 100644 --- a/{{cookiecutter.project_slug}}/docs/index.rst +++ b/{{cookiecutter.project_slug}}/docs/index.rst @@ -4,7 +4,7 @@ contain the root `toctree` directive. Welcome to {{ cookiecutter.project_name }}'s documentation! -==================================================================== +=========================================================== Contents: @@ -13,8 +13,6 @@ Contents: install deploy - docker_ec2 - tests diff --git a/{{cookiecutter.project_slug}}/docs/install.rst b/{{cookiecutter.project_slug}}/docs/install.rst index 1bc03335..652b54b3 100644 --- a/{{cookiecutter.project_slug}}/docs/install.rst +++ b/{{cookiecutter.project_slug}}/docs/install.rst @@ -1,4 +1,10 @@ Install -========= +======= -This is where you write how to get a new laptop to run this project. +*describe how to install this project* + +This project was generated with Cookiecutter Django, take a look at the `official docs`_ for more +info. + + +.. _official docs: http://aws.amazon.com/