Skip to content

Commit

Permalink
Little bit of cleanup, added toplevel coding conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Jan 16, 2009
1 parent a7b46a1 commit ff6ba46
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 30 deletions.
1 change: 0 additions & 1 deletion README
@@ -1,4 +1,3 @@

This project is meant to hold documentation on how to build and maintain
Django reusable apps.

Expand Down
29 changes: 0 additions & 29 deletions apps/apps.txt

This file was deleted.

11 changes: 11 additions & 0 deletions coding_conventions.txt
@@ -0,0 +1,11 @@
.. _coding-conventions:

Coding conventions
==================

+ All code should follow `PEP8
<http://www.python.org/dev/peps/pep-0008/>`__ as closely as
reasonable.
+ All code should preferably follow Django's `coding conventions
<http://docs.djangoproject.com/en/dev/internals/contributing/#coding-
style>`__ as well.
1 change: 1 addition & 0 deletions index.txt
Expand Up @@ -5,6 +5,7 @@ Django reusable app documentation

Contents:

* :ref:`Coding Conventions <coding-conventions>`
* :ref:`Projects Index <projects-index>`
* :ref:`Apps Index <apps-index>`

Expand Down

0 comments on commit ff6ba46

Please sign in to comment.