add source reference in docs/sourcecode.rst

* ddportfolioservice/controllers/ddportfolio.py
  - add docstring to DdportfolioController
* ddportfolioservice/model/__init__.py
  - add module docstring
* docs/index.rst
  - add link to sourcecode file
* docs/sourcecode.rst
  - include autogenerated module information
This commit is contained in:
Jan Dittberner 2013-02-24 22:01:32 +01:00
parent b000e08b3f
commit 599f10a6bb
4 changed files with 103 additions and 0 deletions

View file

@ -37,6 +37,9 @@ log = logging.getLogger(__name__)
class DdportfolioController(BaseController):
"""
Main controller for the Debian Member portfolio service.
"""
_LABELS = {
'overview': {
'label': N_('Overview'),