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

Automatically generate documentation pages for acquisition API #43

Merged
merged 11 commits into from
Oct 3, 2024

Conversation

glopesdev
Copy link
Collaborator

This PR exploits the toctree directive of rST to embed DocFX generated metadata of the acquisition classes into the current Sphinx website.

A small script make_acquisition_doctree.py was added to automatically inject toctree elements into generated markdown using MyST directives to reconstruct an equivalent TOC to what we would get in DocFX.

This avoids having to maintain two separate websites for now.

Fixes #40

@glopesdev glopesdev added documentation Improvements or additions to documentation feature New planned feature labels Oct 3, 2024
@glopesdev glopesdev changed the title Docfx pages Automatically generate documentation pages for acquisition API Oct 3, 2024
Copy link
Collaborator

@lochhh lochhh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go! 🚀 But need to revisit #44.

@lochhh lochhh merged commit 92b4d9d into main Oct 3, 2024
2 checks passed
@lochhh lochhh deleted the docfx-pages branch October 3, 2024 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature New planned feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add aeon_acquisition API reference
2 participants