Wykres commitów

15 Commity (4a3906151a5d745e39220552a0dd9e90990f8d4d)

Autor SHA1 Wiadomość Data
Olaf Meeuwissen 4a3906151a Add GitLab CI configuration 2019-11-30 11:32:17 +09:00
Olaf Meeuwissen daf9e7f469 Split document on chapter level 2019-11-30 11:32:14 +09:00
Olaf Meeuwissen 59078c8b28 Tweak indices and search section
Search was not functional to begin with and the RTD style provides its
own already.  The index is only needed for HTML output, LaTeX provides
its own.
2019-11-30 11:30:11 +09:00
Olaf Meeuwissen babd5b8940 Drop remaining LaTeX vestiges
Sphinx does not seem to support lists of tables and figures.  The
change bar was commented out in the original and the new page has
no effect.
2019-11-30 11:30:11 +09:00
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 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