Path to this page:
./
textproc/py-sphinx,
Python documentation generator
Branch: CURRENT,
Version: 0.6.6,
Package name: py26-sphinx-0.6.6,
Maintainer: markdSphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of multiple
reStructuredText sources), written by Georg Brandl. It was originally
created to translate the new Python documentation, but has now been cleaned
up in the hope that it will be useful to many other projects.
Sphinx uses reStructuredText as its markup language, and many of its
strengths come from the power and straightforwardness of reStructuredText
and its parsing and translating suite, the Docutils.
Although it is still under constant development, the following features are
already present, work fine and can be seen "in action" in the Python docs:
* Output formats: HTML (including Windows HTML Help), plain text and LaTeX,
for printable PDF versions
* Extensive cross-references: semantic markup and automatic links for
functions, classes, glossary terms and similar pieces of information
* Hierarchical structure: easy definition of a document tree, with automatic
links to siblings, parents and children
* Automatic indices: general index as well as a module index
* Code handling: automatic highlighting using the Pygments highlighter
* Various extensions are available, e.g. for automatic testing of snippets
and inclusion of appropriately formatted docstrings.
Required to run:[
textproc/py-docutils] [
devel/py-setuptools] [
textproc/py-pygments] [
lang/python26] [
textproc/py-jinja2]
Master sites:
SHA1: 104339d8c0f538624c78f8629312044c39f0d8e2
RMD160: d91e87086f8223acafde51f6553718b486568699
Filesize: 951.354 KB
Version history: (Expand)
- (2010-06-02) Updated to version: py26-sphinx-0.6.6
- (2009-08-05) Updated to version: py25-sphinx-0.6.2
- (2009-06-15) Updated to version: py25-sphinx-0.5.1nb1
- (2009-02-02) Updated to version: py24-sphinx-0.5.1nb1
- (2009-01-31) Package added to pkgsrc.se, version py24-sphinx-0.5.1 (created)
CVS history: (Expand)
2010-06-01 23:22:10 by Mark Davies | Files touched by this commit (3) |  |
Log message:
Update to Sphinx-0.6.6
many bug fixes.
|
| 2009-08-05 12:43:12 by Mark Davies | Files touched by this commit (1) |
Log message:
add LICENSE
|
2009-08-05 12:41:18 by Mark Davies | Files touched by this commit (4) |  |
Log message:
Update to sphinx 0.6.2
* Incompatible changes:
- Templating now requires the Jinja2 library
- The "document" div tag has been moved out of the ``layout.html``
template's "document" block
- The ``autodoc_skip_member`` event now also gets to decide
whether to skip members whose name starts with underscores.
* Theming support
* Markup:
- Due to popular demand, added a ``:doc:`` role which directly
links to another document without the need of creating a
label to which a ``:ref:`` could link to.
- Added a ``:download:`` role that marks a non-document file
for inclusion into the HTML output and links to it.
- Added an ``only`` directive that can selectively include text
based on enabled "tags".
- Added HTML section numbers, enabled by giving a
``:numbered:`` flag to the ``toctree`` directive.
- Scaled images now get a link to the unscaled version.
- SVG images are now supported in HTML (via ``<object>`` and
``<embed>`` tags).
* Builders:
- New builder for Qt help collections, by Antonio Valentino.
- The new ``DirectoryHTMLBuilder`` (short name ``dirhtml``) creates
a separate directory for every page, and places the page there
in a file called ``index.html``.
* New translations:
* Bug Fixes.
|
| 2009-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-02-02 10:44:44 by Mark Davies | Files touched by this commit (3) |  |
Log message:
Note py-jinja dependency.
pkgsrc's docutils doesn't install an egg-info so dont note the requirement
in this egg-info as it wont be detected.
Bump PKGREVISION.
|
2009-01-31 06:31:13 by Mark Davies | Files touched by this commit (4) |  |
Log message:
Import py-sphinx 0.5.1
Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of multiple
reStructuredText sources), written by Georg Brandl. It was originally
created to translate the new Python documentation, but has now been cleaned
up in the hope that it will be useful to many other projects.
Sphinx uses reStructuredText as its markup language, and many of its
strengths come from the power and straightforwardness of reStructuredText
and its parsing and translating suite, the Docutils.
Although it is still under constant development, the following features are
already present, work fine and can be seen "in action" in the Python docs:
* Output formats: HTML (including Windows HTML Help), plain text and LaTeX,
for printable PDF versions
* Extensive cross-references: semantic markup and automatic links for
functions, classes, glossary terms and similar pieces of information
* Hierarchical structure: easy definition of a document tree, with automatic
links to siblings, parents and children
* Automatic indices: general index as well as a module index
* Code handling: automatic highlighting using the Pygments highlighter
* Various extensions are available, e.g. for automatic testing of snippets
and inclusion of appropriately formatted docstrings.
|