-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introducing initial support for compile-time / runtime output for PDF books #507
Merged
gusthoff
merged 33 commits into
AdaCore:master
from
gusthoff:topic/infrastructure/sphinx/pdf_books/20210219
Feb 26, 2021
+369
−148
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
755daff
Test script: detecting code block without associated project.
gusthoff ab7ea0d
Test script: fixing call to remove-tree.
gusthoff 818d658
Test script: storing runtime output in "out" variable.
gusthoff 9f7da80
Test script: adding support for storing build / runtime output.
gusthoff 698b32d
Test script: adding handling of C code blocks.
gusthoff 5f1ba9d
Test script: removing "ada-run" from list of classes that require "ru…
gusthoff cd36550
Test script: adding support for keeping all files generated by the sc…
gusthoff 9583215
Sphinx: adding Python class for build / runtime output files.
gusthoff 77cc430
Sphinx: integrating build / runtime output into LaTeX file (for PDF b…
gusthoff b1f3f83
Makefile: adding support for build / runtime output for PDF books.
gusthoff 5b0009f
Editorial changes: removing unneeded instances of "ada-run" class.
gusthoff 9d56419
Editorial changes: adding compile button to source-code blocks.
gusthoff 35a9c12
Editorial changes: removing paragraphs from PDF version.
gusthoff c20bac6
Editorial changes: adding "ada-run" class to source-code examples.
gusthoff 54c2c62
Test script: correcting compilation of C code block.
gusthoff 927bbbd
Test script: importing glob
gusthoff b7405bc
Widget: adding C-related Sphinx classes.
gusthoff 5b4250b
Test script: correcting creation of directory for build/runtime output.
gusthoff e31ce4d
Test script: fixing call to remove-tree in case of "keep files."
gusthoff 49a1cc4
Test script: adding support for storing output of the prover.
gusthoff 609671e
Widget: adding support for including output of the prover for PDF book.
gusthoff 7634c2e
Correcting function prototype.
gusthoff 088a708
Editorial change: correcting typo in project name of code blocks.
gusthoff 2f7fc48
Test: adding missing class for expected error in C code.
gusthoff 750e05a
GitHub actions: adding test of the build of PDF books.
gusthoff b18b689
GitHub actions: adding dependencies for PDF books.
gusthoff 8bb43e4
GitHub actions: adding support for storing PDF books in artifact.
gusthoff ec3eef2
GitHub actions: limiting retention period to one day.
gusthoff 426c461
GitHub actions: correcting path to PDF books.
gusthoff 205bc01
GitHub actions: adding support for storing PDF books as artifact.
gusthoff 0da9a61
Editorial changes: replacing attention block by admonition.
gusthoff 1a1a445
Widget: reintroducing caption for source-code blocks in PDF books.
gusthoff 09749f7
Test script: removing "using project" line from build output.
gusthoff File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has an int return type with no return statement.