Commit Graph

10 Commits

Author SHA1 Message Date
Jan Dittberner 2301d34202 bump version number 2013-08-09 21:03:34 +02:00
Jan Dittberner 8ac4054463 bump version number 2013-02-24 22:54:39 +01:00
Jan Dittberner 9706f2777c add documentation on how to add a new URL 2013-02-24 22:52:36 +01:00
Jan Dittberner 1fc616adf7 use docs/build instead of docs/html 2013-02-24 22:25:23 +01:00
Jan Dittberner f778c21b0e move documentation sources to docs/source
* docs/source/conf.py
  - add toplevel directory to Python search path to allow building of
    documentation using system sphinx installation
2013-02-24 22:13:12 +01:00
Jan Dittberner 4304c425f7 add initial development documentation 2013-02-24 22:04:55 +01:00
Jan Dittberner 599f10a6bb 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
2013-02-24 22:01:32 +01:00
Jan Dittberner b000e08b3f add introduction text and credits file 2013-02-24 21:59:19 +01:00
Jan Dittberner 98b7bc2676 prepare sphinx documentation building
* docs/conf.py:
  - add sphinx.ext.viewcode to extensions
  - update copyright years
  - bump version numbers
  - explicitly define language
* setup.cfg
  - define output directory and add all_files directive
2013-02-24 21:56:02 +01:00
Jan Dittberner 9c800c0ed8 setup Pylons infrastructure
paster create -t pylons ...
paster controller ddportfolio
add support for sphinx
2009-01-20 22:39:05 +01:00