Skip to content

Commit 9177191

Browse files
committed
update .gitignore
1 parent 8496068 commit 9177191

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,9 @@ FodyWeavers.xsd
764764
# JetBrains Rider
765765
*.sln.iml
766766

767+
docs/
768+
_html/
769+
767770
### VisualStudio Patch ###
768771
# Additional files built by Visual Studio
769772

docs/autobuild.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ build_all()
3232
make clean
3333
rm -rf _html
3434
rm -rf _build
35+
rm -rf docs
3536
make html
36-
cp -R _build/html _html
37+
cp -R _build/html _html
3738
cp .nojekyll _html/
39+
cp _html/ docs/ -af
3840
echo "create _html finished"
3941
}
4042

docs/source/2_installation/build_the_package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This section provides a comprehensive guide to installing, compiling, and runnin
88
- [Get source code of OrbbecSDK_ROS2](#get-source-code-of-orbbecsdk-ros2)
99
- [Install environment](#install-environment)
1010
- [Build project](#build-project)
11-
- [Performance Optimization Suggestions](#Performance Optimization Suggestions)
11+
- [Performance Optimization Suggestions](#performance-ptimization-suggestions)
1212

1313
## Get source code of OrbbecSDK_ROS2
1414

0 commit comments

Comments
 (0)