Sophie

Sophie

distrib > Mandriva > 10.1 > i586 > by-pkgid > ccf83290023404568bb21aa0163b385f > files > 117

python-docs-2.3.4-6.2.101mdk.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link rel="STYLESHEET" href="doc.css" type='text/css' />
<link rel="SHORTCUT ICON" href="../icons/pyfav.gif" />
<link rel='start' href='../index.html' title='Python Documentation Index' />
<link rel="first" href="doc.html" title='Documenting Python' />
<link rel='contents' href='contents.html' title="Contents" />
<link rel='last' href='about.html' title='About this document...' />
<link rel='help' href='about.html' title='About this document...' />
<LINK rel="next" href="contents.html">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name='aesop' content='information' />
<META name="description" content="Documenting Python">
<META name="keywords" content="doc">
<META name="resource-type" content="document">
<META name="distribution" content="global">
<title>Documenting Python</title>
</head>
<body>
<DIV CLASS="navigation">
<div id='top-navigation-panel'>
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td class='online-navigation'><img src='../icons/previous.png'
  border='0' height='32'  alt='Previous Page' width='32' /></td>
<td class='online-navigation'><a rel="parent" title="Python Documentation Index" 
  href="../index.html"><img src='../icons/up.png'
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
<td class='online-navigation'><a rel="next" title="Contents" 
  href="contents.html"><img src='../icons/next.png'
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
<td align="center" width="100%">Documenting Python</td>
<td class='online-navigation'><a rel="contents" title="Table of Contents" 
  href="contents.html"><img src='../icons/contents.png'
  border='0' height='32'  alt='Contents' width='32' /></A></td>
<td class='online-navigation'><img src='../icons/blank.png'
  border='0' height='32'  alt='' width='32' /></td>
<td class='online-navigation'><img src='../icons/blank.png'
  border='0' height='32'  alt='' width='32' /></td>
</tr></table>
<div class='online-navigation'>
<b class="navlabel">Up:</b>
<a class="sectref" rel="parent" href="../index.html">Python Documentation Index</A>
<b class="navlabel">Next:</b>
<a class="sectref" rel="next" href="contents.html">Contents</A>
</div>
<hr /></div>
</DIV>
<!--End of Navigation Panel-->

<P>

<link rel='up' href='../index.html' title='Python Documentation Index' />
<div class="titlepage">
<center>
<h1>Documenting Python</h1>
<p><b><font size="+2">Fred L. Drake, Jr.</font></b></p>
<p>
        PythonLabs 
<BR>
Email: <span class="email">fdrake@acm.org</span>
</p>
<p><strong>Release 2.3.4</strong><br />
<strong>May 20, 2004</strong></p>
</center>
</div>

<P>

<H3>Abstract:</H3>
<DIV CLASS="ABSTRACT">

The Python language has a substantial body of
documentation, much of it contributed by various authors.  The markup
used for the Python documentation is based on <SPAN CLASS="logo,LaTeX">L<SUP><SMALL>A</SMALL></SUP>T<SMALL>E</SMALL>X</SPAN> and requires a
significant set of macros written specifically for documenting Python.
This document describes the macros introduced to support Python
documentation and how they should be used to support a wide range of
output formats.

<P>
This document describes the document classes and special markup used
in the Python documentation.  Authors may use this guide, in
conjunction with the template files provided with the
distribution, to create or maintain whole documents or sections.
</DIV>
<P>

<P>

<p><br /></p><hr class='online-navigation' />
<div class='online-navigation'>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"><!--z--></a>

<UL CLASS="ChildLinks">
<LI><A href="contents.html">Contents</a>
<LI><A href="intro.html">1 Introduction</a>
<LI><A href="directories.html">2 Directory Structure</a>
<LI><A href="style-guide.html">3 Style Guide</a>
<LI><A href="latex-primer.html">4 <SPAN CLASS="logo,LaTeX">L<SUP><SMALL>A</SMALL></SUP>T<SMALL>E</SMALL>X</SPAN> Primer</a>
<UL>
<LI><A href="latex-syntax.html">4.1 Syntax</a>
<LI><A href="latex-structure.html">4.2 Hierarchical Structure</a>
</ul>
<LI><A href="classes.html">5 Document Classes</a>
<LI><A href="special-constructs.html">6 Special Markup Constructs</a>
<UL>
<LI><A href="preamble-info.html">6.1 Markup for the Preamble</a>
<LI><A href="meta-info.html">6.2 Meta-information Markup</a>
<LI><A href="info-units.html">6.3 Information Units</a>
<LI><A href="showing-examples.html">6.4 Showing Code Examples</a>
<LI><A href="inline-markup.html">6.5 Inline Markup</a>
<LI><A href="misc-text-markup.html">6.6 Miscellaneous Text Markup</a>
<LI><A href="module-markup.html">6.7 Module-specific Markup</a>
<LI><A href="library-markup.html">6.8 Library-level Markup</a>
<LI><A href="table-markup.html">6.9 Table Markup</a>
<LI><A href="references.html">6.10 Reference List Markup</a>
<LI><A href="indexing.html">6.11 Index-generating Markup</a>
<LI><A href="grammar-displays.html">6.12 Grammar Production Displays</a>
<LI><A href="gui-markup.html">6.13 Graphical Interface Components</a>
</ul>
<LI><A href="tools.html">7 Processing Tools</a>
<UL>
<LI><A href="tools-external.html">7.1 External Tools</a>
<LI><A href="tools-internal.html">7.2 Internal Tools</a>
<LI><A href="cygwin.html">7.3 Working on Cygwin</a>
</ul>
<LI><A href="futures.html">8 Future Directions</a>
<UL>
<LI><A href="structured.html">8.1 Structured Documentation</a>
<LI><A href="discussion.html">8.2 Discussion Forums</a>
</ul>
<LI><A href="about.html">About this document ...</a>
</ul>
<!--End of Table of Child-Links-->
</div>

<DIV CLASS="navigation">
<div class='online-navigation'><hr />
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td class='online-navigation'><img src='../icons/previous.png'
  border='0' height='32'  alt='Previous Page' width='32' /></td>
<td class='online-navigation'><a rel="parent" title="Python Documentation Index" 
  rel="parent" title="Python Documentation Index" 
  href="../index.html"><img src='../icons/up.png'
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
<td class='online-navigation'><a rel="next" title="Contents" 
  rel="next" title="Contents" 
  href="contents.html"><img src='../icons/next.png'
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
<td align="center" width="100%">Documenting Python</td>
<td class='online-navigation'><a rel="contents" title="Table of Contents" 
  rel="contents" title="Table of Contents" 
  href="contents.html"><img src='../icons/contents.png'
  border='0' height='32'  alt='Contents' width='32' /></A></td>
<td class='online-navigation'><img src='../icons/blank.png'
  border='0' height='32'  alt='' width='32' /></td>
<td class='online-navigation'><img src='../icons/blank.png'
  border='0' height='32'  alt='' width='32' /></td>
</tr></table>
<div class='online-navigation'>
<b class="navlabel">Up:</b>
<a class="sectref" rel="parent" href="../index.html">Python Documentation Index</A>
<b class="navlabel">Next:</b>
<a class="sectref" rel="next" href="contents.html">Contents</A>
</div>
</div>
<hr />
<span class="release-info">Release 2.3.4, documentation updated on May 20, 2004.</span>
</DIV>
<!--End of Navigation Panel-->
<ADDRESS>
See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
</ADDRESS>
</BODY>
</HTML>