Skip to content

Commit d346740

Browse files
Stephanie Wehnerclaude
andcommitted
docs: fix broken :ref: syntax in GettingStarted.rst
Remove stray space in two :ref: directives that broke Sphinx cross-references to settings_fields and settings labels. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e5ee468 commit d346740

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/GettingStarted.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ This command will create a file with the following configuration::
220220
"t1": 1.0
221221
}
222222

223-
Section :ref: `settings_fields` provides a description about each one of the configuration options in the file.
223+
Section :ref:`settings_fields` provides a description about each one of the configuration options in the file.
224224

225225
Alternatively, you can place the ``simulaqron_settings.json`` file in the folder ``~/.simulaqron`` (i.e. a folder
226226
named ``.simulaqron`` in your home folder). Doing so will make your settings persist across different projects you
@@ -268,7 +268,7 @@ The SimulaQron settings file contains a set of fields to control the configurati
268268
* ``t1``: T1 parameter to use when applying noise on the emulated qubits. This value is only used when the
269269
``noisy_qubit`` option is set to ``true``.
270270

271-
The default value of all these fields can be seen in the :ref: `settings` section.
271+
The default value of all these fields can be seen in the :ref:`settings` section.
272272

273273
.. note:: An application can become "stalled" in certain configurations, leaving the application to look "hung". This
274274
leads to a deadlock of the application. SimulaQron will wait for the configured time before considering the

0 commit comments

Comments
 (0)