-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added basic configuration and support for generating PDF version of the documentation. This is done with simplepdf. Also added to the jobserv.yml file for PR requests, which will need to be tested. QA steps: built PDF and HTML. Checked that HTML would build with missing PDF. Checked that PDf download worked from both top index page and any other page. Checked that PDF links worked and output was readable. Note that simplepdf will report errors due to links in sidebar.These can be ignored. This commit addresses task FFTK-1795 This commit applies to FFPK-93 This commit applies to FS-1826 Signed-off-by: Katrina Prosise <[email protected]>
- Loading branch information
Showing
7 changed files
with
45 additions
and
14 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{% extends "!footer.html" %} | ||
{%-block contentinfo %} | ||
{{ super }} | ||
|
||
<div class="download" data-toggle="download" role="note" aria-label="Download"> | ||
<a href="{{ pathto(download,1) }}" Download> | ||
<button type="button" button style="margin:10px;"> Offline Version </button> | ||
</a> | ||
</div> | ||
{% endblock %} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
Terminology | ||
=========== | ||
.. _glossary: | ||
|
||
Glossary | ||
======== | ||
|
||
.. Glossary:: | ||
:sorted: | ||
|
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