summaryrefslogtreecommitdiff
path: root/bin/docs-validate.py
Commit message (Collapse)AuthorAgeFilesLines
* Update doc gen to fail more definitively [skip appveyor]Mats Wichmann2020-07-041-9/+13
| | | | | | | | | Now the scons "product" build (including generating and building docs) is done in CI, it's useful to fail more distinctly on xml problems. Modify scripts to do that, and do a bit of reformatting along the way. Signed-off-by: Mats Wichmann <mats@linux.com>
* Remove obsolete scripts. Remove py27 supportWilliam Deegan2020-03-211-2/+0
|
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-0/+1
|\
| * exit with non-zero exit code if validation failsWilliam Deegan2015-09-281-0/+1
| |
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-0/+1
| |
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-4/+4
|/
* New doc toolchain changes:Gary Oberbrunner2013-05-041-11/+17
| | | | | | bin/SConsDoc.py: catch parse exceptions and improve error msgs bin/docs-validate.py: allow testing individual files from cmd line src/engine/SCons/Tool/zip.xml: fix text to validate against DTD
* - cleaned up 'bin' directoryDirk Baechle2013-05-041-4/+0
| | | | | - several smaller fixes - added first version of the Overview document for the doc toolchain
* - switched all docs to SCons XSDDirk Baechle2013-05-041-1/+9
|
* - started to implement new XML toolsDirk Baechle2013-05-041-0/+17
- prepared introduction of SCons XSD namespace