forked from M-Labs/artiq
docs: fix some formatting issues
Signed-off-by: Etienne Wodey <wodey@iqo.uni-hannover.de>
This commit is contained in:
parent
cca654bd47
commit
68268e3db8
|
@ -40,9 +40,8 @@ class Mirny:
|
||||||
:param refclk: Reference clock (SMA, MMCX or on-board 100 MHz oscillator)
|
:param refclk: Reference clock (SMA, MMCX or on-board 100 MHz oscillator)
|
||||||
frequency in Hz
|
frequency in Hz
|
||||||
:param clk_sel: Reference clock selection.
|
:param clk_sel: Reference clock selection.
|
||||||
valid options are: "XO" - onboard crystal oscillator
|
Valid options are: "XO" - onboard crystal oscillator;
|
||||||
"SMA" - front-panel SMA connector
|
"SMA" - front-panel SMA connector; "MMCX" - internal MMCX connector.
|
||||||
"MMCX" - internal MMCX connector
|
|
||||||
Passing an integer writes it as ``clk_sel`` in the CPLD's register 1.
|
Passing an integer writes it as ``clk_sel`` in the CPLD's register 1.
|
||||||
The effect depends on the hardware revision.
|
The effect depends on the hardware revision.
|
||||||
:param core_device: Core device name (default: "core")
|
:param core_device: Core device name (default: "core")
|
||||||
|
|
|
@ -118,4 +118,5 @@ find the dashboard and browser configuration files are stored?
|
||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
python -c "from artiq.tools import get_user_config_dir; print(get_user_config_dir())"
|
python -c "from artiq.tools import get_user_config_dir; print(get_user_config_dir())"
|
||||||
|
|
Loading…
Reference in New Issue