Wykres commitów

5 Commity (9e34a915e0f42be31edb4f4c31b00dfc2245ab52)

Autor SHA1 Wiadomość Data
Olaf Meeuwissen 6d86ce9c87 Restore numeric chapter and section cross-references 2019-11-30 11:30:11 +09:00
Olaf Meeuwissen 002b7b568b Tweak styling of content and tables
Word-wrapping in tables is enabled and content will use the full width
available to display "body" content.

For LaTeX based outputs tabularcolumns spec have been added based on A4
media.  This should work for Letter as well but has not been tested.
2019-11-30 11:30:11 +09:00
Olaf Meeuwissen 5837984c07 Restore figures (converted from fig to SVG/PDF using fig2dev)
This also restores figure references and captions.  The latter vanished
in the pandoc conversion.  Figure and table references are now numeric.
2019-11-30 11:28:40 +09:00
Olaf Meeuwissen f00209535a Convert :raw-latex: markers to Sphinx reStructuredText
First pass.  This converts everything except LaTeX formatting/layout
commands, tables, figures and chapter/section cross-references.
2019-11-30 11:24:55 +09:00
Olaf Meeuwissen e873a7a3da Add Sphinx infra-structural files
These were generated with sphinx-quickstart and slightly modified to
cater to the SANE Standard.  Main changes include:

- theme changed from alabaster to sphinx_rtd_theme
- removed index for Python modules
- added .git and public to exclude_patterns (to improve performance)
- added a .gitignore file
- added options for PDF output
- added conditional support for versioning builds (targets CI)
2019-11-30 11:23:11 +09:00