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:
parent
b000e08b3f
commit
599f10a6bb
4 changed files with 103 additions and 0 deletions
|
@ -37,6 +37,9 @@ log = logging.getLogger(__name__)
|
|||
|
||||
|
||||
class DdportfolioController(BaseController):
|
||||
"""
|
||||
Main controller for the Debian Member portfolio service.
|
||||
"""
|
||||
_LABELS = {
|
||||
'overview': {
|
||||
'label': N_('Overview'),
|
||||
|
|
|
@ -20,3 +20,7 @@
|
|||
# License along with this program. If not, see
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
"""
|
||||
Model classes and model related utilities for the Debian Member Portfolio
|
||||
service.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue