| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
- to check for epub look at "builder"
|
| |
|
|
|
|
| |
- https://readthedocs.org/projects/sqlalchemy/downloads/epub/latest/ renders with the full template which is unreadable on e-readers
- in the makefile the template-variable mako_layout is set for target: epub which makes mako use only the base layout.
- this is the more elegant solution as proposed to #133
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
ensures pdflatex/latex errors are totally ignored
- fix all SQL/code examples in the inherits doc to be within 79 chars.
will need to do this for all the docs to get pdf to not look crappy.
- add an abspath to the "templates" dir, not sure of the rationale
here but is harmless, [ticket:2211]
- integrate pdf build with site-mako build
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
documentation
which is less wordy.
|
| |
|
|
|
| |
- added modified sphinx.sty with plain Verbatim section
- link to pdf doc in site
|
| | |
|
|
|
- Documentation has been converted to Sphinx.
In particular, the generated API documentation
has been constructed into a full blown
"API Reference" section which organizes
editorial documentation combined with
generated docstrings. Cross linking between
sections and API docs are vastly improved,
a javascript-powered search feature is
provided, and a full index of all
classes, functions and members is provided.
|