We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5016052 commit c6565b4Copy full SHA for c6565b4
docs/README.md
@@ -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