Merge pull request #144 from cyberdelia/api-docs

Fix API documentation
This commit is contained in:
Bryan Veloso 2012-08-13 07:52:29 -07:00
commit 50cf317509
3 changed files with 5 additions and 3 deletions

View file

@ -5,7 +5,7 @@ API Reference
:mod:`models` Module
--------------------
.. automodule:: imagekit.models
.. automodule:: imagekit.models.fields
:members:

View file

@ -16,7 +16,7 @@ import sys, os
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('..'))
sys.path.append(os.path.abspath('_themes'))
os.environ['DJANGO_SETTINGS_MODULE'] = 'tests.settings'

View file

@ -1 +1,3 @@
Django >= 1.3.1
Django>=1.3.1
django-appconf>=0.5
PIL>=1.1.7