Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40333ce

Browse files
committed
add a pointer to the Distutils Cookbook
1 parent b67ad7e commit 40333ce

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

Doc/dist/dist.tex

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,19 @@ \chapter{Registering with the Package Index}
16411641

16421642
\chapter{Examples}
16431643
\label{examples}
1644-
1644+
1645+
This chapter provides a number of basic examples to help get started
1646+
with distutils. Additional information about using distutils can be
1647+
found in the Distutils Cookbook.
1648+
1649+
\begin{seealso}
1650+
\seelink{http://www.python.org/cgi-bin/moinmoin/DistutilsCookbook}
1651+
{Distutils Cookbook}
1652+
{Collection of recipes showing how to achieve more control
1653+
over distutils.}
1654+
\end{seealso}
1655+
1656+
16451657
\section{Pure Python distribution (by module)}
16461658
\label{pure-mod}
16471659

0 commit comments

Comments
 (0)