We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3aa1a commit e09aa62Copy full SHA for e09aa62
docs/conf.py
@@ -112,6 +112,9 @@
112
# Option to automatically generate summaries.
113
autosummary_generate = True
114
115
+# Hide type hints in signatures.
116
+autodoc_typehints = "none"
117
+
118
public_apis = qctrlopencontrols.__all__
119
120
# the key of autosummary_context can be used
qctrlopencontrols/dynamic_decoupling_sequences/predefined.py
@@ -389,7 +389,7 @@ def new_cpmg_sequence(
389
References
390
----------
391
.. [#] `S. Meiboom and D. Gill, Review of Scientific Instruments 29:8, 688 (1958).
392
- <https://link.aps.org/doi/10.1063/1.1716296>`_
+ <https://doi.org/10.1063/1.1716296>`_
393
"""
394
395
check_arguments(
0 commit comments