Commit f1a0f3e
Improve Documentation - Fix code links and improve tutorial layout (#6321)
* Correct code tagging in interactive_visualization tutorial.
* Highlight the methods that are being introduced at the start.
* Non-Blocking VIZ - Add add_geometry step which is not optional.
* Non-Blocking VIZ - Split main code to simpler function and fix code blocks in docs.
* Fix Typos
* Update docs with new argument values.
* Fix grammar and dedent for overly indented code
* Integrate_Custom - Optimize imports, add early return, use f-strings and remove unnecessary parentheses.
* Fix default value and remove BooleanOptionalAction, its only available >= python 3.9
* Disable use of cuda for tensor based reconstruction
* Customized Integration - Fix code lines
* Ray Casting - Fix code lines
* Dense Slam - Fix code lines and slight grammar.
* Fix some f-strings and extra parantheses
* Make Fragments - Fix code lines
* Code for batch processing was removed long back in #521 in 2018
* Register Fragments - Fix code docs
* Register fragments - Fix code lines
* Integrate Scene - Fix code lines
* Change layout of tutorials - only done at top level.
* Add new lines before bullet/numbered list, else list rendering fails.
* Bugfix - Fix code lines for Integration and add filename as done in v0.14.0
* Remove python version 3.6 as supported versions by open3d.
* Fix line number using lineno-match directive.
* Fix some typos detected automatically.
* Replace prepend with lineno-match
* Correct filename documented in the files
* Fix lineno-start.
* Fix PR comments
* Revert "Code for batch processing was removed long back in #521 in 2018"
This reverts commit d65fb67.
* Correct batch processing section documentation and native multiprocessing.
* Use native multiprocessing for register fragments and refinement of registration
---------
Co-authored-by: Sameer Sheorey <[email protected]>1 parent b2f5cef commit f1a0f3e
File tree
40 files changed
+359
-310
lines changed- cpp/open3d
- core
- geometry
- ml
- impl/continuous_conv
- tensorflow/misc
- t/geometry
- visualization/gui
- docs
- jupyter/core
- tutorial
- reconstruction_system
- t_reconstruction_system
- visualization
- examples/python
- reconstruction_system
- debug
- sensors
- t_reconstruction_system
- visualization
40 files changed
+359
-310
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | | - | |
| 321 | + | |
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
707 | 707 | | |
708 | 708 | | |
709 | 709 | | |
710 | | - | |
| 710 | + | |
711 | 711 | | |
712 | 712 | | |
713 | 713 | | |
| |||
0 commit comments