Skip to content

Commit

Permalink
customized documentation layout
Browse files Browse the repository at this point in the history
  • Loading branch information
imkevinxu committed Aug 22, 2014
1 parent cdbe450 commit 5303f8b
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 621 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Creating Your Project

To create a new Django project, run the following command replacing `{{ project_name }}` with your actual project name:

$ django-admin.py startproject --template=https://github.com/imkevinxu/django-twoscoops-project/archive/master.zip --extension=py,md,bat,html --name=Procfile,Makefile {{ project_name }}
$ django-admin.py startproject --template=https://github.com/imkevinxu/django-twoscoops-project/archive/master.zip --extension=py,md,html --name=Procfile,Makefile {{ project_name }}

Make virtual environments
-------------------------
Expand Down
153 changes: 0 additions & 153 deletions docs/Makefile

This file was deleted.

17 changes: 17 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Welcome to {{ project_name }}'s documentation!
==============================================

[Installation](installation.md)
-------------------------------

Instructions to get your development environment set up and to start coding!

[Deployment](deployment.md)
---------------------------

Instructions to deploy to production.

[Architecture](architecture)
----------------------------

High-level overview of how this app is structured and what tools it uses to do what.
1 change: 0 additions & 1 deletion docs/__init__.py

This file was deleted.

2 changes: 2 additions & 0 deletions docs/architecture.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Architecture
============
Loading

0 comments on commit 5303f8b

Please sign in to comment.