forked from M-Labs/artiq
doc: ship wavedrom js b/c https
This commit is contained in:
parent
1f31fa620a
commit
19d6dbc8a9
|
@ -53,7 +53,7 @@ extensions = [
|
||||||
'sphinx.ext.mathjax',
|
'sphinx.ext.mathjax',
|
||||||
'sphinx.ext.viewcode',
|
'sphinx.ext.viewcode',
|
||||||
'sphinxarg.ext',
|
'sphinxarg.ext',
|
||||||
'sphinxcontrib.wavedrom',
|
'sphinxcontrib.wavedrom', # see also below for config
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
@ -291,3 +291,7 @@ texinfo_documents = [
|
||||||
|
|
||||||
# If true, do not generate a @detailmenu in the "Top" node's menu.
|
# If true, do not generate a @detailmenu in the "Top" node's menu.
|
||||||
#texinfo_no_detailmenu = False
|
#texinfo_no_detailmenu = False
|
||||||
|
|
||||||
|
# -- Options for sphinxcontrib-wavedrom -----------------------------------
|
||||||
|
offline_skin_js_path = 'static/default.js'
|
||||||
|
offline_wavedrom_js_path = 'static/WaveDrom.js'
|
||||||
|
|
|
@ -71,8 +71,6 @@ The following diagram shows what is going on at the different levels of the soft
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
The sequence is exactly equivalent to:::
|
The sequence is exactly equivalent to:::
|
||||||
|
|
||||||
ttl.pulse(2*us)
|
ttl.pulse(2*us)
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue