Skip to content

Commit

Permalink
[Doc] Fix doc index and update chinese doc accordingly (#775)
Browse files Browse the repository at this point in the history
* Update index.rst

* Create s3dis_sem_seg.md

* Create scannet_sem_seg.md

* Update index.rst
  • Loading branch information
Tai-Wang committed Jul 25, 2021
1 parent 1b2e64c commit 62c14d2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/datasets/index.rst
@@ -1,5 +1,7 @@
.. toctree::
:maxdepth: 2

scannet_det.md
waymo_det.md
scannet_det.md
scannet_sem_seg.md
s3dis_sem_seg.md
4 changes: 3 additions & 1 deletion docs_zh-CN/datasets/index.rst
@@ -1,5 +1,7 @@
.. toctree::
:maxdepth: 2

scannet_det.md
waymo_det.md
scannet_det.md
scannet_sem_seg.md
s3dis_sem_seg.md
1 change: 1 addition & 0 deletions docs_zh-CN/datasets/s3dis_sem_seg.md
@@ -0,0 +1 @@
# 3D 语义分割 S3DIS 数据集
1 change: 1 addition & 0 deletions docs_zh-CN/datasets/scannet_sem_seg.md
@@ -0,0 +1 @@
# 3D 语义分割 ScanNet 数据集

0 comments on commit 62c14d2

Please sign in to comment.