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
7593eb32
Commit
7593eb32
authored
Apr 09, 2000
by
Greg Ward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extracted a bunch of Distutils-specific commands and macros to distutils.sty
(also needed by inst.tex).
parent
60908f14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
13 deletions
+1
-13
Doc/inst/inst.tex
Doc/inst/inst.tex
+1
-13
No files found.
Doc/inst/inst.tex
View file @
7593eb32
\documentclass
{
howto
}
\usepackage
{
ltxmarkup
}
\usepackage
{
times
}
\usepackage
{
distutils
}
\title
{
Installing Python Modules
}
...
...
@@ -24,19 +25,6 @@
\author
{
Greg Ward
}
\authoraddress
{
E-mail:
\email
{
gward@python.net
}}
% Should these be added to the standard Python doc tools? (They'll be
% needed for my "Distributing Python Modules" guide, too.)
\newcommand
{
\command
}
[1]
{
\code
{
#1
}}
\newcommand
{
\option
}
[1]
{
\textsf
{
\small
{
#1
}}}
\newcommand
{
\filevar
}
[1]
{{
\textsl
{
\filenq
{
#1
}}}}
\newcommand
{
\homefile
}
[1]
{
\file
{
\tilde
/#1
}}
\newcommand
{
\comingsoon
}{
\emph
{
Coming soon...
}}
% And how about these? Very handy for writing pathnames (tilde for
% Unix, backslash for DOS/Windows).
\renewcommand
{
\tilde
}{
\raisebox
{
-0.5ex
}{
\symbol
{
126
}}}
\newcommand
{
\bslash
}{
\symbol
{
92
}}
% XXX only works in tt fonts!
\begin{document}
...
...
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