Skip to content

Commit b28cbe1

Browse files
committed
docs: Add jesd204
JESD204 documentation in pandoc TODO: * fix regmap generator * fix axi_adxcvr regmap for Intel. Several descriptions for Xilinx * fix regmap register access types * fix wavedrom output size Signed-off-by: Carlos Souza <[email protected]> Docs: Fix index for JESD204 documentation docs/library/jesd204/index.rst library documentation Fixed all the external dokuwiki links of the index page Signed-off-by: Carlos Souza <[email protected]> Docs: Insert axi_adxcvr, util_adxcvr, and intel regmap for documentation docs/index.rst library index documentation docs/library/jesd204/index.rst fix links to github docs/library/axi_adxcvr/index.rst library documentation for axi_adxcvr docs/library/xilinx/axi_adxcvr.rst temp fix for generating axi_adxcvr component docs/library/xilinx/index.rst library index documentation docs/regmap/adi_regmap_xcvr.txt fix link to xilinx page docs/regmap/adi_regmap_intel_xcvr.txt insert for intel regmap Signed-off-by: Carlos Souza <[email protected]> Docs: Insert axi_jesd204_tx documentation and fix intel regmap docs/regmap/adi_regmap_xcvr.txt fix link to use git role docs/regmap/adi_regmap_intel_xcvr.txt fix link to use git role docs/library/jesd204/index.rst insert axi_jesd204_tx to toctree docs/library/jesd204/axi_jesd204_tx/index.rst axi_jesd204_tx documentation Signed-off-by: Carlos Souza <[email protected]> Docs: Insert axi_jesd204_rx and fix axi_jesd204_tx documentation docs/library/jesd204/index.rst insert axi_jesd204_rx to toctree docs/library/jesd204/axi_jesd204_tx/index.rst fix parameter table docs/library/jesd204/axi_jesd204_rx/index.rst axi_jesd204_rx documentation Signed-off-by: Carlos Souza <[email protected]> Docs: Insert ad_ip_jesd204_tpl_adc documentation and fix links docs/regmap/adi_regmap_intel_xcvr.txt removed intel regmap file docs/regmap/adi_regmap_xcvr.txt insert intel regmap to this file docs/library/jesd204/index.rst insert ad_ip_jesd204_tpl_adc to toctree docs/library/jesd204/ad_ip_jesd204_tpl_adc/index.rst ad_ip_jesd204_tpl_adc documentation docs/library/jesd204/axi_jesd204_rx/index.rst insert label to user data docs/library/jesd204/axi_jesd204_tx/index.rst fix link to user guide Signed-off-by: Carlos Souza <[email protected]> docs: Insert ad_ip_jesd204_tpl_dac documentation docs/library/jesd204/index.rst insert ad_ip_jesd204_tpl_dac to toctree docs/library/jesd204/axi_jesd204_tx/index.rst insert label to user data docs/library/jesd204/ad_ip_jesd204_tpl_adc/index.rst fix title docs/library/jesd204/ad_ip_jesd204_tpl_dac/index.rst ad_ip_jesd204_tpl_dac documentation Signed-off-by: Carlos Souza <[email protected]> Docs: Insert svg images to the docs Insert svg images to JESD204 documentation Some waveforms in svg were replaced by its source counterpart, it is necessary to format those ones Remove Python extensions and using Jorge Marques's adi-doctools pip package Signed-off-by: Carlos Souza <[email protected]> Docs: Insert svg images to the docs Insert svg images to JESD204 documentation Some waveforms in svg were replaced by its source counterpart, it is necessary to format those ones Signed-off-by: Carlos Souza <[email protected]> wip: temp: use doctools Remove Python extensions and using Jorge Marques's adi-doctools pip package Signed-off-by: Carlos Souza <[email protected]> docs: added svg images to the transport layer section Signed-off-by: Carlos Souza <[email protected]> docs: fixed link to pandoc instead of dokuwiki Fixed link to UTIL_ADXCV in axi_adxcvr for using pandoc page and not dokuwiki. Signed-off-by: Carlos Souza <[email protected]> docs: fix minor issues in jesd204 doc fix minor formatting issues Signed-off-by: Carlos Souza <[email protected]>
1 parent b786cea commit b28cbe1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+46318
-1522
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"sphinx.ext.todo",
2020
"sphinx.ext.viewcode",
2121
"sphinxcontrib.wavedrom",
22-
"adi_links",
23-
"adi_hdl_parser"
22+
"adi_doctools"
2423
]
2524

2625
templates_path = ['sources/template']

0 commit comments

Comments
 (0)