Skip to content

Commit cfe0348

Browse files
committed
Merge branch 'feature/tektronix-combined' of https://github.com/bennthomsen/Qcodes into feature/tektronix-combined
2 parents f1be0af + 805c19b commit cfe0348

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/examples/basic_examples/15_minutes_to_QCoDeS.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@
15631563
"metadata": {},
15641564
"source": [
15651565
"### QCoDeS instrument drivers\n",
1566-
"We support and provide drivers for most of the instruments currently in use at the Microsoft stations. However, if more functionalities than the ones which are currently supported by drivers are required, one may update the driver or request the features form QCoDeS team. You are more than welcome to contribute and if you would like to have a quick overview on how to write instrument drivers, please refer to the [this notebook](../writing_drivers/Instruments.ipynb) as well as the other [example notebooks on writing drivers](../writing_drivers/index.rst)."
1566+
"We support and provide drivers for most of the instruments currently in use at the Microsoft stations. However, if more functionalities than the ones which are currently supported by drivers are required, one may update the driver or request the features from the QCoDeS team. You are more than welcome to contribute and if you would like to have a quick overview on how to write instrument drivers, please refer to the [this notebook](../writing_drivers/Instruments.ipynb) as well as the other [example notebooks on writing drivers](../writing_drivers/index.rst)."
15671567
]
15681568
},
15691569
{

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ pillow==12.1.1
273273
# qcodes (pyproject.toml)
274274
# matplotlib
275275
# qcodes
276-
platformdirs==4.5.1
276+
platformdirs==4.7.0
277277
# via jupyter-core
278278
pluggy==1.6.0
279279
# via
@@ -393,7 +393,7 @@ sphinx==8.2.3
393393
# sphinxcontrib-towncrier
394394
sphinx-basic-ng==1.0.0b2
395395
# via furo
396-
sphinx-favicon==1.0.1
396+
sphinx-favicon==1.1.0
397397
# via qcodes (pyproject.toml)
398398
sphinx-issues==5.0.1
399399
# via qcodes (pyproject.toml)

0 commit comments

Comments
 (0)