Skip to content
Snippets Groups Projects
Commit 5a525732 authored by Lars Bilke's avatar Lars Bilke
Browse files

[doc] Use python3 for doc generation.

parent 8668a59d
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python
#!/usr/bin/env python3
# This script augments the parameter documentation pages by information
# such as if they are required/optional, their data typ and in which
......
#!/usr/bin/python
#!/usr/bin/env python3
# This script actually generates the QA page.
# For its usage see generate-project-file-doc-qa.sh
......
#!/usr/bin/python
#!/usr/bin/env python3
# This script traverses the DATADIR (where the ctest input data is) and creates
# out of every prj file found a file in a subdirectory of DOCAUXDIR.
......
#!/usr/bin/python
#!/usr/bin/env python3
# This script takes the output of get-project-params.sh on stdin
# and transforms it into a tabular representation for further
......
#!/usr/bin/python
#!/usr/bin/env python3
# Print statement that behaves the same for python 2 and 3.
# E,g, print_(1.0, 2, "5") will always print the string "1.0 2 5".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment