Skip to content

Commit

Permalink
Update DevelopmentGuide.rst
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Burgholzer <[email protected]>
  • Loading branch information
burgholzer authored Nov 17, 2024
1 parent 482fdfa commit 4167e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DevelopmentGuide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Working on the Python module
`Pybind11 <https://pybind11.readthedocs.io/en/stable/>`_ is used for providing bindings of the C++ core library to Python.
This allows to keep the performance critical parts of the code in C++ while providing a convenient interface for Python users.
All of the bindings code is contained in the :code:`src/python` directory.
The Python package itself lives in the :code:`src/mqt/core` directory.
The Python package itself lives in the :code:`src/mqt/qmap` directory.

Building the Python module
--------------------------
Expand Down

0 comments on commit 4167e8a

Please sign in to comment.