SimoneGasperini / qiskit-symb

Python package for the symbolic evaluation of parameterized quantum circuits in Qiskit
https://pypi.org/project/qiskit-symb/
Apache License 2.0
26 stars 2 forks source link

Missing docstrings to build online documentation #1

Open SimoneGasperini opened 1 year ago

SimoneGasperini commented 1 year ago

Most of the classes, methods, and functions defined in the /src and /tests directories need a proper docstring written in same style/format used in the official qiskit repository.

Then, it will be possible to set up a continuous documentation workflow based on Sphinx to build the online documentation.