docs setup (#61)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
7ec7cf3aef
commit
fe75a9ce67
16 changed files with 258 additions and 3 deletions
7
docs/README.md
Normal file
7
docs/README.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
## To serve docs
|
||||
* Install ultralytics repo in Dev mode:
|
||||
```
|
||||
cd ultralytics
|
||||
pip install -e '.[dev]'
|
||||
```
|
||||
* Run `mkdocs serve`
|
||||
Loading…
Add table
Add a link
Reference in a new issue