~ubuntu-branches/ubuntu/lucid/python2.6/lucid

« back to all changes in this revision

Viewing changes to Doc/README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-04-08 02:29:05 UTC
  • mto: (10.1.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20090408022905-xa5zbe8821m2o77o
Tags: upstream-2.6.2~rc1
ImportĀ upstreamĀ versionĀ 2.6.2~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
 
77
77
   svn co http://svn.python.org/projects/doctools/trunk/sphinx tools/sphinx
78
78
 
79
 
Then, you need to install Docutils 0.4 (the SVN snapshot won't work), either
80
 
by checking it out via ::
 
79
Then, you need to install Docutils, either by checking it out via ::
81
80
 
82
81
   svn co http://svn.python.org/projects/external/docutils-0.4/docutils tools/docutils
83
82
 
94
93
 
95
94
   python tools/sphinx-build.py -b<builder> . build/<outputdirectory>
96
95
 
97
 
where `<builder>` is one of html, web or htmlhelp (for explanations see the make
98
 
targets above).
 
96
where `<builder>` is one of html, text, latex, or htmlhelp (for explanations see
 
97
the make targets above).
99
98
 
100
99
 
101
100
Contributing
102
101
============
103
102
 
104
 
For bugs in the content, the online version at http://docs.python.org/ has a
105
 
"suggest change" facility that can be used to correct errors in the source text
106
 
and submit them as a patch to the maintainers.
 
103
Bugs in the content should be reported to the Python bug tracker at
 
104
http://bugs.python.org.
107
105
 
108
 
Bugs in the toolset should be reported in the Python bug tracker at
109
 
http://bugs.python.org/.
 
106
Bugs in the toolset should be reported in the Sphinx bug tracker at
 
107
http://www.bitbucket.org/birkenfeld/sphinx/issues/.
110
108
 
111
109
You can also send a mail to the Python Documentation Team at docs@python.org,
112
110
and we will process your request as soon as possible.