LaTeX Style File: epydoc-template.sty

% 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}

% Replace 'XXX' with a new name, and put in the current date:
\ProvidesClass{epydoc-XXX}[2008/02/26 v3.0.1 Epydoc Python Documentation]

% Pass options to the epydoc base package.
\RequirePackage{xkeyval}
\DeclareOptionX*{\PassOptionsToPackage{\CurrentOption}{epydoc-base}}
\ProcessOptionsX\relax

\RequirePackage{epydoc-base}

% Add \renewcommand and \renewenvironment commands here.