Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f768e commit 4f52867Copy full SHA for 4f52867
1 file changed
Doc/templates/manual.tex
@@ -2,7 +2,24 @@
2
3
\title{Big Python Manual}
4
5
-\input{boilerplate}
+\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
23
24
\makeindex % tell \index to actually write the .idx file
25
\makemodindex % If this contains a lot of module sections.
0 commit comments