Package epydoc :: Package docwriter :: Module latex_sty
[hide private]
[frames] | no frames]

Module latex_sty

source code


LaTeX stylesheets (*.sty) for epydoc's LaTeX writer.

Variables [hide private]
  NIST_DISCLAIMER = '\n% This style file is a derivative work, b...
A disclaimer that is appended to the bottom of the BASE and BOXES stylesheets.
  BASE = '\n% epydoc-base.sty\n%\n% Authors: Jonathan Guyer <guy...
  BOXES = '\n% epydoc-boxes.sty\n%\n% Authors: Jonathan Guyer <g...
  SHADED = '\n% epydoc-shaded.sty\n%\n% Author: Edward Loper <ed...
  BLUE = '\n% epydoc-blue.sty\n%\n% A relatively minimal customi...
  TEMPLATE = '\n% epydoc-template.sty\n%\n% This is a starting p...
  STYLESHEETS = {'base': '\n% epydoc-base.sty\n%\n% Authors: Jon...
Variables Details [hide private]

NIST_DISCLAIMER

A disclaimer that is appended to the bottom of the BASE and
BOXES stylesheets.

Value:
'''
% This style file is a derivative work, based on a public domain style
% file that was originally developed at the National Institute of
% Standards and Technology by employees of the Federal Government in t\
he
% course of their official duties.  NIST assumes no responsibility
% whatsoever for its use by other parties, and makes no guarantees,
% expressed or implied, about its quality, reliability, or any other
...

BASE

Value:
'''
% epydoc-base.sty
%
% Authors: Jonathan Guyer <guyer@nist.gov>
%          Edward Loper <edloper@seas.upenn.edu>
% URL: <http://epydoc.sf.net>
%
% This LaTeX stylesheet defines the basic commands that are used by
...

BOXES

Value:
'''
% epydoc-boxes.sty
%
% Authors: Jonathan Guyer <guyer@nist.gov>
%          Edward Loper <edloper@seas.upenn.edu>
% URL: <http://epydoc.sf.net>
%
% This LaTeX stylesheet (nearly) replicates the LaTeX output style
...

SHADED

Value:
'''
% epydoc-shaded.sty
%
% Author: Edward Loper <edloper@seas.upenn.edu>
% URL: <http://epydoc.sf.net>
%
% This LaTeX stylesheet for epydoc\'s output uses shaded boxes to
% display the function, variable, and property lists.  Each
...

BLUE

Value:
'''
% epydoc-blue.sty
%
% A relatively minimal customization of a builtin epydoc style file,
% showing the basic pieces that need to be present.
%
\\NeedsTeXFormat{LaTeX2e}
\\ProvidesClass{epydoc-blue}[2008/02/26 v3.0.1 Epydoc Python Documenta\
...

TEMPLATE

Value:
'''
% epydoc-template.sty
%
% This is a starting point for creating new epydoc style files.
% Add on \\renewcommand and \\renewenvironment commands to change
% how different pieces of the documentation are displayed.
%
\\NeedsTeXFormat{LaTeX2e}
...

STYLESHEETS

Value:
{'base': '''
% epydoc-base.sty
%
% Authors: Jonathan Guyer <guyer@nist.gov>
%          Edward Loper <edloper@seas.upenn.edu>
% URL: <http://epydoc.sf.net>
%
% This LaTeX stylesheet defines the basic commands that are used by
...