view doc/pydoc.txt @ 8532:bedf11bc0dd5

chore: replaced writer_name with writer in call to ReStructuredText Was generating: roundup/cgi/templating.py:1889: PendingDeprecationWarning: Argument "writer_name" will be removed in Docutils 2.0. Specify writer name in the "writer" argument. return u2s(ReStructuredText(
author John Rouillard <rouilj@ieee.org>
date Wed, 18 Mar 2026 10:55:17 -0400
parents b09ef85f0da6
children
line wrap: on
line source

================================
Embedded documentation from code
================================

.. contents::
   :local:

The following are embedded documentation selected from the Roundup
code base. You can see the same information using the ``help``
function after importing the modules.

Client class
============

.. autoclass:: roundup.cgi.client::Client
   :members:
   
CGI Action class
================

Action class and selected derived classes.

Action
------
.. autoclass:: roundup.cgi.actions::Action
   :members:

LoginAction
------------

.. autoclass:: roundup.cgi.actions::LoginAction
   :members:

.. _`ReauthAction_pydoc`:

ReauthAction
------------

.. autoclass:: roundup.cgi.actions::ReauthAction
   :members:
   
Templating Utils class
======================

.. autoclass:: roundup.cgi.templating::TemplatingUtils
   :members:

Logcontext Module
=================
.. _logcontext_pydoc:

.. automodule:: roundup.logcontext
   :members:
   :exclude-members: SimpleSentinel

Roundup Issue Tracker: http://roundup-tracker.org/