Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links to QCoDeS docs #65

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Zurich Instruments Drivers for QCoDeS (zhinst-qcodes)
The Zurich Instruments drivers for QCoDeS (zhinst-qcodes) is a package of
instrument drivers for devices produced by [Zurich Instruments](https://www.zhinst.com)
for QCoDeS. [QCoDeS](http://qcodes.github.io/Qcodes) is a Python-based data
for QCoDeS. [QCoDeS](http://microsoft.github.io/Qcodes) is a Python-based data
acquisition framework developed to serve the needs of nanoelectronic device
experiments, but not limited to that. It is intended to be used within QCoDeS
and not as standalone package. The QCoDeS instrument drivers are based on the
Expand Down
2 changes: 1 addition & 1 deletion docs/source/first_steps/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ hierarchical structure called the node tree. zhinst-qcodes implements the node t
the by QCoDeS provided nested dictionary like structure. All leaf nodes are
``qcodes.instrument.parameter.Parameter`` nested in
``qcodes.instrument.baseInstrumentChannel`` s. Please refer to the
`QCoDeS Documentation <https://qcodes.github.io/Qcodes//>`_ for a detailed
`QCoDeS Documentation <https://microsoft.github.io/Qcodes//>`_ for a detailed
explanation of Parameter work in QCoDeS.

.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Zurich Instruments QCoDeS driver |version| Documentation
The Zurich Instruments drivers for QCoDeS (zhinst-qcodes) is a package of
instrument drivers for devices produced by
`Zurich Instruments <https://www.zhinst.com>`_ for QCoDeS.
`QCoDeS <http://qcodes.github.io/Qcodes>`_ is a Python-based data acquisition
`QCoDeS <http://microsoft.github.io/Qcodes>`_ is a Python-based data acquisition
framework developed to serve the needs of nanoelectronic device experiments,
but not limited to that.

Expand Down
Loading