~exarkun/pyopenssl/trunk

« back to all changes in this revision

Viewing changes to doc/tools/perl/manual.perl

  • Committer: Jean-Paul Calderone
  • Date: 2011-09-11 19:49:43 UTC
  • mfrom: (156.3.22 sphinx-doc)
  • Revision ID: exarkun@divmod.com-20110911194943-ucaan2tzidk7ek5l
Convert the documentation from LaTeX/epytext to Sphinx/ReST

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# -*- perl -*-
2
 
#
3
 
# This implements the Python manual class.  All it really needs to do it
4
 
# load the "python" style.  The style code is not moved into the class code
5
 
# at this time, since we expect additional document class to be developed
6
 
# for the Python documentation in the future.  Appropriate relocations will
7
 
# be made at that time.
8
 
 
9
 
package main;
10
 
 
11
 
do_require_package("report");
12
 
do_require_package("alltt");
13
 
do_require_package("python");
14
 
 
15
 
1;                              # sheesh....