Merge branch 'master' of github.com:beetletweezers/tweezers

rtd2
Eric Holscher 2010-08-14 21:17:32 +00:00
commit e14055b550
4 changed files with 2 additions and 7 deletions

View File

@ -182,6 +182,7 @@ class File(models.Model):
def filename(self):
return os.path.join(
self.project.conf.path,
self.project.slug,
'%s.rst' % self.denormalized_path
)

View File

@ -9,4 +9,4 @@ Contents:
:maxdepth: 2
:glob:
*
{{ project.slug }}/*

View File

@ -1,4 +1 @@
Getting Started
===============
Here's a place to describe how to get up and running with your project

View File

@ -1,4 +1 @@
Installation Notes
==================
Here is where you can describe how to install {{ project.name }}