forked from isl-org/Open3D
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* example jupyter tutorial for point cloud * strip notebook output and add option point_show_normal to draw_geometries * added nbsphinx to docs; replaced most of Basic tutorials with ipynb * replaced many advanced tutorials with ipynb; added script to stip jupyter output * added filter for ipynb files * add script for enabling filter * added note about cleaning ipynb before commit to documentation * nbconvert is required * improved open3d logger such that it can redirect output to Python s stdout; also added context manager for verbosity level * add nbsphinx to travis * fix compilation of log example * draw_geometries in tutorial ipynb with custom views * mesh_show_wireframe and mesh_show_back_face parameters in draw_geometries; moved some examples to ipynb files * apply-style * limit text output in html files generated from notebooks * added more ipynb tutorials * addressing reviewing comments * build juypter docs before running sphinx * enable xvfb for travis * try xvfb -a * install pandoc in travis * increase jupyter timeout * no timeout for notebooks * travis_wait for make_docs.py * reduce the number of iterations on travis * travis build docs without openmp Co-authored-by: Benjamin Ummenhofer <benjaminum@gmail.com> Co-authored-by: Yixing Lao <yixing.lao@gmail.com>
- Loading branch information
1 parent
f3c7158
commit d300736
Showing
129 changed files
with
5,615 additions
and
4,700 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.ipynb filter=jupyter_clear_output |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[filter "jupyter_clear_output"] | ||
clean = "jupyter nbconvert --stdin --stdout --log-level=ERROR --to notebook --ClearOutputPreprocessor.enabled=True" | ||
smudge = cat | ||
required = true |
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
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
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
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
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
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
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
Oops, something went wrong.