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

Skip to content

Commit 4f52867

Browse files
committed
Don't \input boilerplate.tex, fill in the real stuff. 3rd party
documents probably aren't written by Guido. ;-)
1 parent 87f768e commit 4f52867

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

Doc/templates/manual.tex

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,24 @@
22

33
\title{Big Python Manual}
44

5-
\input{boilerplate}
5+
\author{Your Name Here}
6+
7+
% Please at least include a long-lived email address;
8+
% the rest is at your discretion.
9+
\authoraddress{
10+
Organization name, if applicable \\
11+
Street address, if you want to use it \\
12+
E-mail: \email{[email protected]}
13+
}
14+
15+
\date{April 30, 1999} % update before release!
16+
% Use an explicit date so that reformatting
17+
% doesn't cause a new date to be used. Setting
18+
% the date to \today can be used during draft
19+
% stages to make it easier to handle versions.
20+
21+
\release{x.y} % release version; this is used to define the
22+
% \version macro
623

724
\makeindex % tell \index to actually write the .idx file
825
\makemodindex % If this contains a lot of module sections.

0 commit comments

Comments
 (0)