-
Notifications
You must be signed in to change notification settings - Fork 2
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
Generate Module Documentation From Module Manager #144
Comments
@zachcran IIRC you wrote a C++ version of this right? |
Yes, I believe so. I either helped with There is also a PR (#206) in the works that I hope to finish soon that will generate an executable to create the documentation. Edit: Sorry I was two weeks late to reply! I somehow missed the notification for this one! |
@ryanmrichard and @zachcran I assume that we don't need a Python version, so is this good to close? |
I think so, since the documentation should be generated as part of the CI after I finish PR #206. I'll leave the choice to @ryanmrichard, though. |
Each supermodule includes a function
load_modules(sde::ModuleManager&)
From Python, it should be easy to write a script that does something like:Ideally it should be one module per page and the Python script should also generate an
index.rst
for the created pages.The text was updated successfully, but these errors were encountered: