Skip to content
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

Merged
merged 18 commits into from
Dec 20, 2024
Merged

Basic C API docs #34

merged 18 commits into from
Dec 20, 2024

Conversation

mrossinek
Copy link
Collaborator

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.

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.
@mrossinek mrossinek changed the base branch from c-sparse-observable to c-api December 20, 2024 09:42
@mrossinek mrossinek marked this pull request as ready for review December 20, 2024 10:58
@mrossinek mrossinek requested a review from Cryoris December 20, 2024 10:58
@mrossinek
Copy link
Collaborator Author

mrossinek commented Dec 20, 2024

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

Base automatically changed from c-api to c-sparse-observable December 20, 2024 14:12
@Cryoris Cryoris merged commit 37db2ae into c-sparse-observable Dec 20, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants