-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adi_doctools: Implemented PDF export method
- This method converts directly to PDF using the .rst files (rst2pdf method) - Build by running 'sphinx-build -b pdf' in the docs folder and choose the output folder - New parameter called ADOC_MEDIA_PRINT; This parameters is used to signal the PDF export mode and can be either 1 or 0 - Tables export as they should now (wihtout empty columns) - Collapsibles are converted into tables - Dropdowns which contain tables like the ones found in 'Generic AXI ADC' && 'Generic AXI DAC' wouldn't render properly, but now they are fixed - Fixed larger tables, usually appear under 'Configuration Parameters' section, which contain a larger number of columns - Added a new section called 'Exporting to PDF' where the PDF export mode is explained - Added in requirments.txt the three libraries needed to build the PDF documentation - Fixed conflicts Signed-off-by: Cristian Mihai Popa <cristianmihai.popa@analog.com>
- Loading branch information
1 parent
09d2d4d
commit b2f8caf
Showing
6 changed files
with
105 additions
and
35 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
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,2 +1,5 @@ | ||
sphinx | ||
matplotlib | ||
rst2pdf | ||
svglib | ||
https://github.com/analogdevicesinc/doctools/releases/download/latest/adi-doctools.tar.gz |