clean up some link markup
This commit is contained in:
parent
5ea4bf1c58
commit
ec5948aae2
|
@ -29,10 +29,10 @@ Python; typically Microsoft Visual \Cpp.
|
||||||
|
|
||||||
There are two approaches to building extension modules on Windows,
|
There are two approaches to building extension modules on Windows,
|
||||||
just as there are on \UNIX: use the
|
just as there are on \UNIX: use the
|
||||||
\citetitle[../lib/module-distutils.html]{distutils} package to
|
\ulink{\module{distutils}}{../lib/module-distutils.html} package to
|
||||||
control the build process, or do things manually. The distutils
|
control the build process, or do things manually. The distutils
|
||||||
approach works well for most extensions; documentation on using
|
approach works well for most extensions; documentation on using
|
||||||
\citetitle[../lib/module-distutils.html]{distutils} to build and
|
\ulink{\module{distutils}}{../lib/module-distutils.html} to build and
|
||||||
package extension modules is available in
|
package extension modules is available in
|
||||||
\citetitle[../dist/dist.html]{Distributing Python Modules}. This
|
\citetitle[../dist/dist.html]{Distributing Python Modules}. This
|
||||||
section describes the manual approach to building Python extensions
|
section describes the manual approach to building Python extensions
|
||||||
|
|
Loading…
Reference in New Issue