sphinx/doc/web/api.rst

19 lines
380 B
ReStructuredText
Raw Normal View History

2010-06-04 16:13:53 -05:00
.. _websupportapi:
Web Support API
===============
.. module:: sphinx.websupport.api
.. class:: WebSupport
The :class:`WebSupport` class provides a central interface for
2010-06-16 08:33:33 -05:00
working Sphinx documentation.
2010-06-04 16:13:53 -05:00
.. method:: init(srcdir='', outdir='')
Initialize attributes.
.. method:: get_document(docname)
2010-06-16 08:33:33 -05:00
Retrieve the context dictionary corresponding to the *docname*.