-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Improve documentation #6307
Merged
Merged
Improve documentation #6307
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
2e8ee6d
Add install with upgrade option when installing latest development pa…
saurabheights 86e7a2f
util/install-deps-python.sh was removed in https://github.com/isl-org…
saurabheights 3ea347d
Grammar fix.
saurabheights 381882d
Move open3d_ml and arm to after docker.
saurabheights 17a27a3
organize TOC - Move C++ and Contribution to end and keep python secti…
saurabheights 0b8edfd
Fix sphinx warnings (Title underline too short).
saurabheights 201b6bd
Fix extra heading drop when going one level down.
saurabheights 5d798fd
Fix cross reference links
saurabheights 42a1106
Add files/directories to ignore for sphinx, reduces inconsistency war…
saurabheights 4c48feb
Fix `Unknown directive type "code_block"` warning.
saurabheights 9af3bdc
Add uvmaps to official docs, fix - `WARNING: document isn't included …
saurabheights d71cd20
Fix yaml lexer name - See https://pygments.org/languages/
saurabheights 9c956d2
Correct the extension
saurabheights fb7c71c
Fix warnings - `Inline substitution_reference start-string without en…
saurabheights c99fd1b
Minor code refactoring of make_docs.py
saurabheights af3ba12
Only copy open3d_tutorial.py once
saurabheights 04d8799
Move list of classes to a global variable
saurabheights 3d82438
Use f-strings as requested in PR
saurabheights 549c739
Add python_api_in as ignored directory.
saurabheights 0d675cd
Revert all changes made for correcting vertical bar in pydocs
saurabheights a3cbf05
Fix pybind docs with literal block for tree output
saurabheights e807806
Fix doxygen docs with code block for tree output
saurabheights cfd570f
Correct class names in doxygen docs for RedWood dataset
saurabheights File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
More info on why here - spatialaudio/nbsphinx#373 (comment)
P.S. Just noticed that the changes here are getting over written somehow when building docs. Will check and fix this commit.
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.
Found my oversight. So, changes here are getting ignored because a pre-built
t_icp_registration
notebook file is getting downloaded inmake_docs.py
due to #4321.Is the documentation still built without cuda on CI/CD?
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 so. It is safe to keep the changes here now, we can study the best option regarding large notebook files in another PR.