Skip to content

Commit

Permalink
final doc pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Jul 24, 2011
1 parent 59585bc commit c9a344d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/core/test_utils/context_managers.py
Expand Up @@ -12,7 +12,7 @@ class SettingsOverride(object):
Overrides Django settings within a context and resets them to their inital
values on exit.
Example:
Example::
with SettingsOverride(DEBUG=True):
# do something
Expand Down Expand Up @@ -50,7 +50,7 @@ def __exit__(self, type, value, traceback):
class TemporaryDirectory:
"""Create and return a temporary directory. This has the same
behavior as mkdtemp but can be used as a context manager. For
example:
example::
with TemporaryDirectory() as tmpdir:
...
Expand Down
19 changes: 19 additions & 0 deletions docs/reference.rst
Expand Up @@ -27,6 +27,25 @@ All of the modules listed below are the sub-applications.

.. automodule:: apps.apiv1.resources
:members:

``core`` - Kernal bits
=======================

.. automodule:: apps.core
:members:

``core.fields``
----------------

.. automodule:: apps.core.fields
:members:
:undoc-members:

``core.models``
-------------------

.. automodule:: apps.core.models
:members:


``feeds`` - RSS and Atom feeds
Expand Down

0 comments on commit c9a344d

Please sign in to comment.