-
Notifications
You must be signed in to change notification settings - Fork 1
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
Basic C API docs #34
Basic C API docs #34
Conversation
File dependency is not specified elsewhere in this Makefile. Let's refrain from doing that for the C targets, too, as it is not 100% accurately picking up on changes to the Rust source.
I have not yet figured out how to get a ToC for the C API page. This seems to be due to some specific configuration of Sphinx within Qiskit, because we can see it working fine on breathe's example pages: https://breathe.readthedocs.io/en/stable/doxygen.html EDIT: nevermind the above. That page's ToC is based on the headings in between the code docs. Another example shows that this does NOT appear to work ootb: https://breathe.readthedocs.io/en/stable/tinyxml.html |
This starts to set up some basic C API docs.
This is by no means complete but it proposes a potential structure for exposing the C API docs alongside the Python ones.