minor change
parent
09bda7ac5d
commit
24cd88fc2b
|
@ -40,11 +40,6 @@ Installation
|
|||
$ # python setup.py develop
|
||||
|
||||
|
||||
News
|
||||
------
|
||||
24-03-2019: Torchreid documentation is out!
|
||||
|
||||
|
||||
Get started: 30 seconds to Torchreid
|
||||
-------------------------------------
|
||||
1. Import ``torchreid``
|
||||
|
|
|
@ -47,6 +47,7 @@ extensions = [
|
|||
'sphinx.ext.autodoc',
|
||||
'sphinxcontrib.napoleon',
|
||||
'sphinx.ext.viewcode',
|
||||
'sphinx.ext.githubpages',
|
||||
'sphinx_markdown_tables',
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue