minor change

pull/133/head
KaiyangZhou 2019-03-24 17:10:39 +00:00
parent 09bda7ac5d
commit 24cd88fc2b
2 changed files with 1 additions and 5 deletions

View File

@ -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``

View File

@ -47,6 +47,7 @@ extensions = [
'sphinx.ext.autodoc',
'sphinxcontrib.napoleon',
'sphinx.ext.viewcode',
'sphinx.ext.githubpages',
'sphinx_markdown_tables',
]