-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add sphinx documentation #25
Conversation
af989d9
to
e05eaa5
Compare
Hi all, any comments here? |
@@ -70,10 +70,16 @@ | |||
all_props = [all_props,s]; | |||
end | |||
top_doc = help(dotmfilename); | |||
disp("Hello") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the significance of this step?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that was an older commit wherein I had added that line as a debug step. It's been removed in one of the subsequent commits.
The commit history is honestly not the cleanest. I'll squash the commits in the end before merging.
Hi @jansunil , @SaikiranGudla , @CMinajigi - any further comments? |
Just fyi, you can check out the built documentation here - https://analogdevicesinc.github.io/PrecisionToolbox/ |
1. Add sphinx conf and makefile 2. Add common files and images 3. Add script to generate rst files for projects and to add to index 4. Modify comments for driver classes to allow code documentation Signed-off-by: RibhuDP <[email protected]>
e05eaa5
to
bee62a7
Compare
Pull Request Description
Migrate documentation from markdown and mkdocs, to rst and Sphinx
Add script to be run for code documentation
Update the documentation workflow to build the sphinx docs
PR Type
PR Checklist