API¶
The atelier
package¶
See Atelier, rstgen and sphinxfeed.
A library of invoke tasks. |
|
Utilities for atelier.invlib |
|
This is the module that defines the invoke namespace. |
|
This is an extension for |
|
A minimalistic command-line project management. |
|
Defines tools for testing. |
|
Defines a series of utility classes and functions. |
|
Defines the |
- atelier.current_project = <Project /builds/lino-framework/atelier>¶
The currently loaded project. An instance of
atelier.Project
. This is set byatelier.invlib.setup_from_tasks()
.
The rstgen
package¶
See rstgen : Generating Sphinx docs.
Defines a series of utility classes and functions. |
|
Sphinx extensions and a |
The sphinxfeed
package¶
See https://github.com/lsaffre/sphinxfeed
- sphinxfeed.setup(app)¶
see: http://sphinx.pocoo.org/ext/appapi.html this is the primary extension point for Sphinx
- sphinxfeed.create_feed_item(app, pagename, templatename, ctx, doctree)¶
Here we have access to nice HTML fragments to use in, say, an RSS feed.