[Python-checkins] r56745 - doctools/trunk/README
georg.brandl
python-checkins at python.org
Sun Aug 5 00:52:20 CEST 2007
Author: georg.brandl
Date: Sun Aug 5 00:51:34 2007
New Revision: 56745
Modified:
doctools/trunk/README
Log:
Update readme.
Modified: doctools/trunk/README
==============================================================================
--- doctools/trunk/README (original)
+++ doctools/trunk/README Sun Aug 5 00:51:34 2007
@@ -15,6 +15,13 @@
installable from PyPI. Jinja, the template engine, is included as a
SVN external.
+
+Converting the LaTeX sources
+----------------------------
+
+**This paragraph is obsolete.** The conversion has been done, and reST docs
+trees are now maintained for 2.6 and 3.0 branches.
+
For the rest of this document, let's assume that you have a Python
checkout (you need the 2.6 line, i.e. the trunk -- the SVN URL for readonly
access is http://svn.python.org/projects/python/trunk) in ~/devel/python
@@ -47,7 +54,7 @@
Then, create a target directory and run ::
mkdir build-html
- python sphinx-build.py -b html sources build-html
+ python sphinx-build.py -b html Doc-26 build-html
This will create HTML files in the ``build-html`` directory.
@@ -64,7 +71,7 @@
First, you need to build the source with the "web" builder::
mkdir build-web
- python sphinx-build.py -b web sources build-web
+ python sphinx-build.py -b web Doc-26 build-web
This will create files with pickled contents for the web application
in the target directory.
More information about the Python-checkins
mailing list