rstgen.sphinxconf.base¶
Basic extension
Sphinx setup used to build the Lino documentation.
- :blogref:¶
Inserts a reference to the blog entry of the specified date.
Instead of writing
:doc:`/blog/2011/0406`
it is better to write:blogref:`20110406`
because the latter works between Sphinx trees and also supports archived blog entries.
Thanks to
Functions
|
|
|
Add a reference to the module's source code. |
|
|
|
|
|
|
|
|
|
Return the URL to your developer blog entry of that date. |
|
|
|
|
|
|
|
|
|
Classes
|
- rstgen.sphinxconf.base.autodoc_add_srcref(app, what, name, obj, options, lines)¶
Add a reference to the module’s source code. This is being added as listener to the autodoc-process-docstring signal.
- rstgen.sphinxconf.base.get_blog_url(env, today)¶
Return the URL to your developer blog entry of that date.