Skip to content

Commit

Permalink
fix links to qcodes docs
Browse files Browse the repository at this point in the history
Reflecting the fact that qocdes has moved to microsoft org
  • Loading branch information
jenshnielsen committed Jan 9, 2024
1 parent bb69ce2 commit a6d3fb4
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If this fixes a known bug reported against QCoDeS:
- [ ] Please include a string in the following form ``closes #xxx`` where ``xxx``` is the number of the bug fixed.
Please have a look at [the contributing guide](https://qcodes.github.io/Qcodes/community/contributing.html)
Please have a look at [the contributing guide](https://microsoft.github.io/Qcodes/community/contributing.html)
for more information.
If you are in doubt about any of this please ask and we will be happy to help.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Setup
~~~~~

- Clone and register the package for development as described
`here <http://qcodes.github.io/Qcodes/start/index.html#installation>`__
`here <http://microsoft.github.io/Qcodes/start/index.html#installation>`__
- Run tests
- Ready to hack

Expand Down
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ While it has been developed to serve the needs of nanoelectronic device
experiments, it is not inherently limited to such experiments, and can
be used anywhere a system with many degrees of freedom is controllable
by computer.
To learn more about QCoDeS, browse our `homepage <http://qcodes.github.io/Qcodes>`_ .
To learn more about QCoDeS, browse our `homepage <http://microsoft.github.io/Qcodes>`_ .

To get a feeling of QCoDeS read
`15 minutes to QCoDeS <http://qcodes.github.io/Qcodes/examples/15_minutes_to_QCoDeS.html>`__,
`15 minutes to QCoDeS <http://microsoft.github.io/Qcodes/examples/15_minutes_to_QCoDeS.html>`__,
and/or browse the Jupyter notebooks in `docs/examples
<https://github.com/QCoDeS/Qcodes/tree/main/docs/examples>`__ .

Expand All @@ -33,14 +33,14 @@ If you are working with a local clone of QCoDeS you should update it as follows:
Install
=======

In general, refer to `here <http://qcodes.github.io/Qcodes/start/index.html#installation>`__
In general, refer to `here <http://microsoft.github.io/Qcodes/start/index.html#installation>`__
for installation.


Docs
====

Read it `here <http://qcodes.github.io/Qcodes>`__ .
Read it `here <http://microsoft.github.io/Qcodes>`__ .
Documentation is updated and deployed on every successful build in main.

We use sphinx for documentations, makefiles are provided both for
Expand Down Expand Up @@ -69,7 +69,7 @@ The modules ``qcodes.data``, ``qcodes.plots``, ``qcodes.actions``,
and ``qcodes.utils.magic`` that were part of QCoDeS until version 0.37.0.
have been moved into an independent package called qcodes_loop.
Please see it's `repository <https://github.com/QCoDeS/Qcodes_loop/>`_ and
`documentation <https://qcodes.github.io/Qcodes_loop/>`_ for more information.
`documentation <https://microsoft.github.io/Qcodes_loop/>`_ for more information.

For the time being it is possible to automatically install the qcodes_loop
package when installing qcodes by executing ``pip install qcodes[loop]``.
Expand Down Expand Up @@ -110,6 +110,6 @@ See `License <https://github.com/QCoDeS/Qcodes/tree/main/LICENSE>`__.
.. |PyPI python versions| image:: https://img.shields.io/pypi/pyversions/qcodes.svg
:target: https://pypi.python.org/pypi/qcodes/
.. |DOCS| image:: https://img.shields.io/badge/read%20-thedocs-ff66b4.svg
:target: http://qcodes.github.io/Qcodes
:target: http://microsoft.github.io/Qcodes
.. |DOI| image:: https://zenodo.org/badge/37137879.svg
:target: https://zenodo.org/badge/latestdoi/37137879
2 changes: 1 addition & 1 deletion docs/changes/0.20.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Breaking Changes:
----
New:
----
- The ``DataSet`` shape is used when loading data; this impacts the ``DataSet.get_parameter_data`` and ``DataSet.cache.data`` methods. See also `the measurement docs <https://qcodes.github.io/Qcodes/examples/DataSet/Performing-measurements-using-qcodes-parameters-and-dataset.html#Specifying-shape-of-measurement>`_ for more info on how data are loaded (:pr:`2264`)
- The ``DataSet`` shape is used when loading data; this impacts the ``DataSet.get_parameter_data`` and ``DataSet.cache.data`` methods. See also `the measurement docs <https://microsoft.github.io/Qcodes/examples/DataSet/Performing-measurements-using-qcodes-parameters-and-dataset.html#Specifying-shape-of-measurement>`_ for more info on how data are loaded (:pr:`2264`)
- The ``Measurement`` now captures exception info in the ``DataSet`` s metadata if an exception occured during measurement (:pr:`2327`)
- There is now an explicit API for marking the ``cache`` of a ``Parameter`` as invalid (:pr:`2012`)
- New support email introduced (:pr:`2366`)
Expand Down
2 changes: 1 addition & 1 deletion docs/community/related_projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ with ``pip install qcodes_contrib_drivers``
The source code is hosted on Github
`here <https://github.com/qcodes/qcodes_contrib_drivers>`__
and the documentation can be found
`here <https://qcodes.github.io/Qcodes_contrib_drivers/>`__
`here <https://microsoft.github.io/Qcodes_contrib_drivers/>`__


Broadbean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,9 @@
"metadata": {},
"source": [
"Datasets may also be exported automatically using the configuration options given in dataset config section. \n",
"Here you can toggle if a dataset should be exported automatically using the `export_automatic` option as well as set the default type, prefix, elements in the name, and path. See [the table here](https://qcodes.github.io/Qcodes/api/configuration/index.html#qcodes-default-configuration) for the relevant configuration options.\n",
"Here you can toggle if a dataset should be exported automatically using the `export_automatic` option as well as set the default type, prefix, elements in the name, and path. See [the table here](https://microsoft.github.io/Qcodes/api/configuration/index.html#qcodes-default-configuration) for the relevant configuration options.\n",
"\n",
"For more information about how to configure QCoDeS datasets see [the page about configuration](https://qcodes.github.io/Qcodes/api/configuration/index.html) in the QCoDeS docs.\n",
"For more information about how to configure QCoDeS datasets see [the page about configuration](https://microsoft.github.io/Qcodes/api/configuration/index.html) in the QCoDeS docs.\n",
"\n",
"By default datasets are exported into a folder next to the database with the same name but ``.`` replaced by ``_`` e.g. if you store data to ``~/experiments.db`` the exported files will be storred in ``~/experiments_db``\n",
"This folder is automatically created if it does not exist. "
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/DataSet/The-Experiment-Container.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"source": [
"Not surprisingly, our new database is empty.\n",
"\n",
"We now introduce a term that we call the **default experiment**. In short, it is the experiment that will be used for a QCoDeS `DataSet`, if the user do not explicitly pass an experiment into objects that create that `DataSet`. In another word, that `DataSet` will be belong to the default experiment. We do not want to go into the details of `DataSet` here, and refer to the [DataSet notebook](https://qcodes.github.io/Qcodes/examples/DataSet/DataSet-class-walkthrough.html) and [Performing measurements using qcodes parameters and dataset](https://qcodes.github.io/Qcodes/examples/DataSet/Performing-measurements-using-qcodes-parameters-and-dataset.html) for what we mean from `DataSet` and how we can pass an experiment explicitly.\n",
"We now introduce a term that we call the **default experiment**. In short, it is the experiment that will be used for a QCoDeS `DataSet`, if the user do not explicitly pass an experiment into objects that create that `DataSet`. In another word, that `DataSet` will be belong to the default experiment. We do not want to go into the details of `DataSet` here, and refer to the [DataSet notebook](https://microsoft.github.io/Qcodes/examples/DataSet/DataSet-class-walkthrough.html) and [Performing measurements using qcodes parameters and dataset](https://microsoft.github.io/Qcodes/examples/DataSet/Performing-measurements-using-qcodes-parameters-and-dataset.html) for what we mean from `DataSet` and how we can pass an experiment explicitly.\n",
"\n",
"By default, the last experiment in the database is the default experiment. The default experiment can be changed if another experiment in the database is created or loaded. We will explore this in this notebook. \n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/Station.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"QCoDeS configuration contains entries that are related to the `Station` and its YAML configuration file. Refer to [the description of the 'station' section in QCoDeS config](http://qcodes.github.io/Qcodes/user/configuration.html?highlight=station#default-config) for more specific information."
"QCoDeS configuration contains entries that are related to the `Station` and its YAML configuration file. Refer to [the description of the 'station' section in QCoDeS config](http://microsoft.github.io/Qcodes/user/configuration.html?highlight=station#default-config) for more specific information."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
" This particular driver implements acquiring the trace as a `ParameterWithSetpoints`. Here, we show how the trace can be measured and plotted. For more information on `ParameterWithSetpoints` refer to [this notebook](http://qcodes.github.io/Qcodes/examples/Parameters/Simple-Example-of-ParameterWithSetpoints.html)."
" This particular driver implements acquiring the trace as a `ParameterWithSetpoints`. Here, we show how the trace can be measured and plotted. For more information on `ParameterWithSetpoints` refer to [this notebook](http://microsoft.github.io/Qcodes/examples/Parameters/Simple-Example-of-ParameterWithSetpoints.html)."
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ content-type = "text/x-rst"

[project.urls]
Homepage = "https://github.com/QCoDeS/Qcodes"
Documentation = "https://qcodes.github.io/Qcodes/"
Documentation = "https://microsoft.github.io/Qcodes/"
Source = "https://github.com/qcodes/qcodes"
Tracker = "https://github.com/QCoDeS/Qcodes/issues"
Changelog = "https://qcodes.github.io/Qcodes/changes/index.html"
Changelog = "https://microsoft.github.io/Qcodes/changes/index.html"

[project.optional-dependencies]
zurichinstruments = ["zhinst-qcodes>=0.3"]
Expand Down

0 comments on commit a6d3fb4

Please sign in to comment.