forked from jan/debianmemberportfolio
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
|
@ -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