Results 1 to 2 of 2

Thread: Official documentation available on the trunk

  1. #1
    Join Date
    Aug 2006
    Posts
    382

    Default Official documentation available on the trunk

    I recently checked in some changes to the trunk that include docbook documentation (like Spring Framework's). If you are using subversion and have a trunk copy, update your copy. Then go to build.py, and execute:
    Code:
    ./build.py --docs-all
    This will generate three directories: target/docs/reference/html, target/docs/reference/html_single and target/docs/reference/pdf. In the first two, you will find an index.html file you can browse to. The third has a pdf file. All three of these represent the current official documentation for this project (albeit some is out of date).
    Greg L. Turnquist (@gregturn), SpringSource/VMware
    Project Lead: Spring Python and author of Spring Python 1.1 and Python Testing Cookbook.
    Listen to Pond Jumpers, the international podcast for open source developers.
    These comments are my own personal opinions, and do not reflect those of my company.

  2. #2
    Join Date
    Aug 2006
    Posts
    382

    Default

    A generated copy of the documentation has been staged at http://docs.springpython.webfactional.com. This is the documentation that is maintained subversion as docbook material.
    Greg L. Turnquist (@gregturn), SpringSource/VMware
    Project Lead: Spring Python and author of Spring Python 1.1 and Python Testing Cookbook.
    Listen to Pond Jumpers, the international podcast for open source developers.
    These comments are my own personal opinions, and do not reflect those of my company.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •