File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ while not pangolin.ShouldQuit():
83
83
As shown above, this library works seamlessly with PyOpenGL and numpy, it can access
84
84
numpy array directly without copying data (thanks to [ pybind11] ( https://github.com/pybind/pybind11 ) ).
85
85
86
- ## <span id =" Gallery " >Gallery</span >
86
+ ## <a name =" Gallery " >Gallery</a >
87
87
** [ HelloPangolin.py] ( python/examples/HelloPangolin.py ) ** (point cloud and 3d object):
88
88
![ ] ( python/examples/imgs/HelloPangolinColorful.png )
89
89
@@ -148,7 +148,7 @@ Find the latest version on [Github](http://github.com/stevenlovegrove/Pangolin):
148
148
git clone https://github.com/stevenlovegrove/Pangolin.git
149
149
```
150
150
151
- ## <span id =" Dependencies " >Dependencies</span >
151
+ ## <a name =" Dependencies " >Dependencies</a >
152
152
153
153
Optional dependencies are enabled when found, otherwise they are silently disabled.
154
154
Check the CMake configure output for details.
You can’t perform that action at this time.
0 commit comments