Changes between Version 50 and Version 51 of TwistedDevelopment
- Timestamp:
- 01/13/2013 03:34:22 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TwistedDevelopment
v50 v51 50 50 Many ancillary tools related to Twisted are in Bazaar repositories. You may find it useful to [http://bazaar.canonical.com/en/ install the Bazaar version control system for your platform] so that you can easily get access to these. 51 51 52 To generate the API documentation, you will need [https://launchpad.net/pydoctor pydoctor]. It depends on [http://epydoc.sourceforge.net/ epydoc] and [https://launchpad.net/nevow nevow]. Unfortunately the latter depends on Twisted being installed; the simplest way to accommodate that is running `python setup.py develop` inside of your Twisted checkout. Then you can install pydoctor together with the rest of the dependencies with `pip install pydoctor epydoc nevow`. Once you've got everything installed, `cd ./path/to/Twisted-checkout/; pydoctor --add-package twisted --make-html` and look in the generated `apidocs` directory.52 To generate the API documentation, you will need [https://launchpad.net/pydoctor pydoctor]. It depends on [http://epydoc.sourceforge.net/ epydoc] and [https://launchpad.net/nevow nevow]. Once you've got it, `cd ./path/to/Twisted-checkout/; pydoctor --add-package twisted --make-html` and look in the generated `apidocs` directory. 53 53 54 54 === Getting Your Patch Accepted ===
