Wykres commitów

9 Commity (5837984c07633b712e86a1fee8f08945c84ad034)

Autor SHA1 Wiadomość Data
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 d70a8380f0 Convert raw LaTeX tables to reStructured grid tables
This preserves the LaTeX formatting in the *.rst files but does not
exactly lead to user-friendly tables in the HTML :-/ and restores
table references.
2019-11-30 11:24:55 +09:00
Olaf Meeuwissen 364d8460de Convert :raw-latex: markers in pandoc generated tables
This also reworks the table layout and fixes cross-references for
those tables.
2019-11-30 11:24:55 +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 3510fda5e9 Restore basic document integrity
This

- restores the inclusion of net.rst
- renumbers footnotes to prevent collision
- marks up the contact mail address in URL format
- removes a spurious space that triggers a conversion warning
2019-11-30 11:24:55 +09:00
Olaf Meeuwissen e2aef69024 Replace the *.tex files with pandoc converted *.rst files
The *.rst files were created with

  pandoc --parse-raw --from=latex --to=rst --output=$f.rst $f.tex

for values of $f equal to sane and net.
2019-11-30 11:24:55 +09:00
Olaf Meeuwissen 0bed8edb9d Massage LaTex content for upcoming pandoc conversion
This

- comments out custom commands to preserve semantic context
- changes \input to \incl to preserve the inclusion of net.tex
- removes LaTeX escaping of underscores (via 's/\\_/_/g')
- removes LaTeX hyphenation markers (via 's/\\-//g')
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
Petter Reinholdtsen 64b58898ed Initial revision 2019-10-14 12:14:31 +09:00