Skip to content

Commit bfaefd3

Browse files
committed
docs: 📝 update references to new github orga in docs
1 parent 894a9f1 commit bfaefd3

File tree

10 files changed

+23
-23
lines changed

10 files changed

+23
-23
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ body:
88
**Thank you for wanting to report a bug for this project!**
99
1010
11-
Verify first that your issue is not [already reported on GitHub](https://github.com/cda-tum/mqt-debugger/search?q=is%3Aissue&type=issues).
11+
Verify first that your issue is not [already reported on GitHub](https://github.com/munich-quantum-toolkit/debugger/search?q=is%3Aissue&type=issues).
1212
13-
If you have general questions, please consider [starting a discussion](https://github.com/cda-tum/mqt-debugger/discussions).
13+
If you have general questions, please consider [starting a discussion](https://github.com/munich-quantum-toolkit/debugger/discussions).
1414
- type: textarea
1515
attributes:
1616
label: Environment information

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
**Thank you for wanting to suggest a feature for this project!**
99
1010
11-
Verify first that your idea is not [already requested on GitHub](https://github.com/cda-tum/mqt-debugger/search?q=is%3Aissue&type=issues).
11+
Verify first that your idea is not [already requested on GitHub](https://github.com/munich-quantum-toolkit/debugger/search?q=is%3Aissue&type=issues).
1212
1313
- type: textarea
1414
attributes:

.github/contributing.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We value contributions from people with all levels of experience.
66
In particular if this is your first pull request not everything has to be perfect.
77
We will guide you through the process.
88

9-
We use GitHub to `host code <https://github.com/cda-tum/mqt-debugger>`_, to `track issues and feature requests <https://github.com/cda-tum/mqt-debugger/issues>`_, as well as accept `pull requests <https://github.com/cda-tum/mqt-debugger/pulls>`_.
9+
We use GitHub to `host code <https://github.com/munich-quantum-toolkit/debugger>`_, to `track issues and feature requests <https://github.com/munich-quantum-toolkit/debugger/issues>`_, as well as accept `pull requests <https://github.com/munich-quantum-toolkit/debugger/pulls>`_.
1010
See https://docs.github.com/en/get-started/quickstart for a general introduction to working with GitHub and contributing to projects.
1111

1212
Types of Contributions
@@ -15,16 +15,16 @@ Types of Contributions
1515
You can contribute in several ways:
1616

1717
- 🐛 Report Bugs
18-
Report bugs at https://github.com/cda-tum/mqt-debugger/issues using the *🐛 Bug report* issue template. Please make sure to fill out all relevant information in the respective issue form.
18+
Report bugs at https://github.com/munich-quantum-toolkit/debugger/issues using the *🐛 Bug report* issue template. Please make sure to fill out all relevant information in the respective issue form.
1919

2020
- 🐛 Fix Bugs
21-
Look through the `GitHub Issues <https://github.com/cda-tum/mqt-debugger/issues>`_ for bugs. Anything tagged with "bug" is open to whoever wants to try and fix it.
21+
Look through the `GitHub Issues <https://github.com/munich-quantum-toolkit/debugger/issues>`_ for bugs. Anything tagged with "bug" is open to whoever wants to try and fix it.
2222

2323
- ✨ Propose New Features
24-
Propose new features at https://github.com/cda-tum/mqt-debugger/issues using the *✨ Feature request* issue template. Please make sure to fill out all relevant information in the respective issue form.
24+
Propose new features at https://github.com/munich-quantum-toolkit/debugger/issues using the *✨ Feature request* issue template. Please make sure to fill out all relevant information in the respective issue form.
2525

2626
- ✨ Implement New Features
27-
Look through the `GitHub Issues <https://github.com/cda-tum/mqt-debugger/issues>`_ for features. Anything tagged with "feature" is open to whoever wants to implement it. We highly appreciate external contributions to the project.
27+
Look through the `GitHub Issues <https://github.com/munich-quantum-toolkit/debugger/issues>`_ for features. Anything tagged with "feature" is open to whoever wants to implement it. We highly appreciate external contributions to the project.
2828

2929
- 📝 Write Documentation
3030
MQT Debugger could always use some more `documentation <https://mqt.readthedocs.io/projects/debugger>`_, and we appreciate any help with that.

.github/support.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Support
22
=======
33

4-
If you are stuck with a problem using MQT Debugger or are having questions, please do get in touch at our `Issues <https://github.com/cda-tum/mqt-debugger/issues>`_ or `Discussions <https://github.com/cda-tum/mqt-debugger/discussions>`_. We'd love to help.
4+
If you are stuck with a problem using MQT Debugger or are having questions, please do get in touch at our `Issues <https://github.com/munich-quantum-toolkit/debugger/issues>`_ or `Discussions <https://github.com/munich-quantum-toolkit/debugger/discussions>`_. We'd love to help.
55

66
You can save time by following this procedure when reporting a problem:
77

88
- Do try to solve the problem on your own first. Make sure to consult the `Documentation <https://mqt.readthedocs.io/projects/debugger>`_.
9-
- Search through past `Issues <https://github.com/cda-tum/mqt-debugger/issues>`_ to see if someone else already had the same problem.
9+
- Search through past `Issues <https://github.com/munich-quantum-toolkit/debugger/issues>`_ to see if someone else already had the same problem.
1010
- Before filing a bug report, try to create a minimal working example (MWE) that reproduces the problem. It's much easier to identify the cause for the problem if a handful of lines suffice to show that something isn't working.
1111

1212
You can also always reach us at `[email protected] <mailto:[email protected]>`_.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[![PyPI](https://img.shields.io/pypi/v/mqt.debugger?logo=pypi&style=flat-square)](https://pypi.org/project/mqt.debugger/)
22
![OS](https://img.shields.io/badge/os-linux%20%7C%20macos%20%7C%20windows-blue?style=flat-square)
33
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)
4-
[![CI](https://img.shields.io/github/actions/workflow/status/cda-tum/mqt-debugger/ci.yml?branch=main&style=flat-square&logo=github&label=ci)](https://github.com/cda-tum/mqt-debugger/actions/workflows/ci.yml)
5-
[![CD](https://img.shields.io/github/actions/workflow/status/cda-tum/mqt-debugger/cd.yml?style=flat-square&logo=github&label=cd)](https://github.com/cda-tum/mqt-debugger/actions/workflows/cd.yml)
4+
[![CI](https://img.shields.io/github/actions/workflow/status/munich-quantum-toolkit/debugger/ci.yml?branch=main&style=flat-square&logo=github&label=ci)](https://github.com/munich-quantum-toolkit/debugger/actions/workflows/ci.yml)
5+
[![CD](https://img.shields.io/github/actions/workflow/status/munich-quantum-toolkit/debugger/cd.yml?style=flat-square&logo=github&label=cd)](https://github.com/munich-quantum-toolkit/debugger/actions/workflows/cd.yml)
66
[![Documentation](https://img.shields.io/readthedocs/mqt-debugger?logo=readthedocs&style=flat-square)](https://mqt.readthedocs.io/projects/debugger)
7-
[![codecov](https://img.shields.io/codecov/c/github/cda-tum/mqt-debugger?style=flat-square&logo=codecov)](https://codecov.io/gh/cda-tum/mqt-debugger)
7+
[![codecov](https://img.shields.io/codecov/c/github/munich-quantum-toolkit/debugger?style=flat-square&logo=codecov)](https://codecov.io/gh/munich-quantum-toolkit/debugger)
88

99
<p align="center">
1010
<a href="https://mqt.readthedocs.io">
@@ -27,7 +27,7 @@ It also provides a Debugger Adapter Protocol (DAP) server that can be used to in
2727
</a>
2828
</p>
2929

30-
If you have any questions, feel free to contact us via [[email protected]](mailto:[email protected]) or by creating an issue on [GitHub](https://github.com/cda-tum/mqt-debugger/issues).
30+
If you have any questions, feel free to contact us via [[email protected]](mailto:[email protected]) or by creating an issue on [GitHub](https://github.com/munich-quantum-toolkit/debugger/issues).
3131

3232
## Getting Started
3333

docs/DevelopmentGuide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In order to start developing, clone the MQT Debugger repository using
99

1010
.. code-block:: console
1111
12-
$ git clone https://github.com/cda-tum/mqt-debugger
12+
$ git clone https://github.com/munich-quantum-toolkit/debugger
1313
1414
A C++ compiler supporting C++17 and a minimum CMake version of 3.19 are required to build the project.
1515

@@ -55,5 +55,5 @@ The :code:`mqt.debugger` Python module can be conveniently built locally by call
5555
5656
The :code:`--editable` flag ensures that changes in the Python code are instantly available without re-running the command.
5757

58-
`Pybind11 <https://pybind11.readthedocs.io/>`_ is used for providing bindings of the C++ core library to Python (see `bindings.cpp <https://github.com/cda-tum/mqt-debugger/tree/main/src/python/bindings.cpp>`_).
58+
`Pybind11 <https://pybind11.readthedocs.io/>`_ is used for providing bindings of the C++ core library to Python (see `bindings.cpp <https://github.com/munich-quantum-toolkit/debugger/tree/main/src/python/bindings.cpp>`_).
5959
If parts of the C++ code have been changed, the above command has to be run again to make the changes visible in Python.

docs/Installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ In order to get the best performance out of MQT Debugger and enable platform-spe
9090
This requires a `C++ compiler <https://en.wikipedia.org/wiki/List_of_compilers#C++_compilers>`_ compiler supporting *C++17* and a minimum `CMake <https://cmake.org/>`_ version of *3.19*.
9191

9292
The library is continuously tested under Linux, MacOS, and Windows using the `latest available system versions for GitHub Actions <https://github.com/actions/virtual-environments>`_.
93-
In order to access the latest build logs, visit `mqt-debugger/actions/workflows/ci.yml <https://github.com/cda-tum/mqt-debugger/actions/workflows/ci.yml>`_.
93+
In order to access the latest build logs, visit the `GitHub Actions page <https://github.com/munich-quantum-toolkit/debugger/actions/workflows/ci.yml>`_.
9494

9595
.. note::
9696
We noticed some issues when compiling with Microsoft's *MSCV* compiler toolchain. If you want to start development on this project under Windows, consider using the *clang* compiler toolchain. A detailed description of how to set this up can be found `here <https://docs.microsoft.com/en-us/cpp/build/clang-support-msbuild?view=msvc-160>`_.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def format_url(self, _e: Entry) -> HRef: # noqa: PLR6301
168168
html_theme_options = {
169169
"light_logo": "mqt_dark.png",
170170
"dark_logo": "mqt_light.png",
171-
"source_repository": "https://github.com/cda-tum/mqt-debugger/",
171+
"source_repository": "https://github.com/munich-quantum-toolkit/debugger/",
172172
"source_branch": "main",
173173
"source_directory": "docs/",
174174
"navigation_with_keys": True,

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ check = [
5757
mqt-debugger-check = "mqt.debugger.check.runtime_check:main"
5858

5959
[project.urls]
60-
Homepage = "https://github.com/cda-tum/mqt-debugger"
60+
Homepage = "https://github.com/munich-quantum-toolkit/debugger"
6161
Documentation = "https://mqt.readthedocs.io/projects/debugger"
62-
Issues = "https://github.com/cda-tum/mqt-debugger/issues"
63-
Discussions = "https://github.com/cda-tum/mqt-debugger/discussions"
62+
Issues = "https://github.com/munich-quantum-toolkit/debugger/issues"
63+
Discussions = "https://github.com/munich-quantum-toolkit/debugger/discussions"
6464

6565

6666
[tool.scikit-build]

src/common/parsing/AssertionTools.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ bool doesCommute(const std::unique_ptr<Assertion>& assertion,
191191
// only need to focus on the quantum parts.
192192
// NOTE: This will not work, if the operation is a function call and
193193
// requires
194-
// issue https://github.com/cda-tum/mqt-debugger/issues/29 to first be
195-
// resolved in that situation.
194+
// issue https://github.com/munich-quantum-toolkit/debugger/issues/29
195+
// to first be resolved in that situation.
196196
const auto c = parseClassicControlledGate(code).operations;
197197
return std::all_of(c.begin(), c.end(), [&assertion](const auto& operation) {
198198
return doesCommute(assertion, operation);

0 commit comments

Comments
 (0)