Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
6eb4cf0b
Commit
6eb4cf0b
authored
May 01, 2002
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some notes on setting up the documentation tools on Cygwin.
parent
0dd877c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
0 deletions
+40
-0
Doc/doc/doc.tex
Doc/doc/doc.tex
+40
-0
No files found.
Doc/doc/doc.tex
View file @
6eb4cf0b
...
...
@@ -1755,6 +1755,46 @@ This \UNIX\ is also followed by a space.
\end{description}
\subsection
{
Working on Cygwin
\label
{
cygwin
}}
\begin{notice}
[warning]
This section is a work in progress. It really doesn't work
yet. If anyone knows Cygwin and wants to help, send email to
\email
{
python-docs@python.org
}
.
\end{notice}
Installing the required tools under Cygwin under Cygwin can be a
little tedious, if only because many packages are more difficult
to install under Cygwin.
Using the Cygwin installer, make sure your Cygwin installation
includes Perl, Python, and the
\TeX
{}
packages. Perl and Python
are located under
\menuselection
{
Interpreters
}
in the installer
The
\TeX
{}
packages are located in the
\menuselection
{
Text
}
section; installing the tetex-beta, texmf, texmf-base, and
texmf-extra ensures that all the required packages are available.
(There may be a more minimal set, but I've not spent time trying
to minimize the installation.)
The netpbm package is used by
\LaTeX
2HTML, and
\emph
{
must
}
be
installed before
\LaTeX
2HTML can be successfully installed, even
though they will never be used for most Python documentation.
References to download locations are located in the
\ulink
{
netpbm
README
}{
http://netpbm.sourceforge.net/README
}
. Install according
to the instructions.
\LaTeX
2HTML can be installed from the source archive, but only
after munging one of the files in the distribution. Edit the file
\file
{
L2hos.pm
}
in the top level of the unpacked distribution;
near the bottom of the file, change the text
\code
{
\$\textasciicircum
{}
O
}
with the text
\code
{
'unix'
}
. Proceed
using this command to build and install the software:
\begin{verbatim}
% configure && make install
\end{verbatim}
\section
{
Future Directions
\label
{
futures
}}
The history of the Python documentation is full of changes, most of
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment