Skip to content

Commit c6565b4

Browse files
authored
Create README.md
1 parent 5016052 commit c6565b4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# DOCs for Multi-object Trackers in Python
2+
3+
Install the following to build this documentation:
4+
1. Sphinx - [[link](https://www.sphinx-doc.org/)]
5+
2. sphinx-googleanalytics - [[link](https://github.com/sphinx-contrib/googleanalytics)]
6+
7+
## How to build
8+
```
9+
cd multi-object-tracker/docs
10+
sphinx-build -b html source .
11+
```

0 commit comments

Comments
 (0)