update docs/
parent
7c2ee1e6c6
commit
56f06d58b3
|
@ -48,6 +48,7 @@ extensions = [
|
|||
'sphinx.ext.viewcode',
|
||||
'sphinx.ext.githubpages',
|
||||
'sphinx_markdown_tables',
|
||||
#'recommonmark'
|
||||
]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
|
|
@ -11,7 +11,7 @@ Please refer to :ref:`torchreid_data` for details regarding the arguments.
|
|||
|
||||
|
||||
.. note::
|
||||
Dataset with a :math:`\dagger` superscript means that the process is automated, so you can directly call the dataset in ``DataManager`` (which automatically downloads the dataset and organizes the data structure). However, we also provide a way below to help the manual setup in case the automation fails.
|
||||
Dataset with a :math:`\dagger` symbol means that the process is automated, so you can directly call the dataset in ``DataManager`` (which automatically downloads the dataset and organizes the data structure). However, we also provide a way below to help the manual setup in case the automation fails.
|
||||
|
||||
|
||||
.. note::
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
sphinx
|
||||
sphinx==2.2.0
|
||||
sphinx-markdown-tables
|
||||
sphinx-rtd-theme
|
||||
sphinxcontrib-napoleon
|
||||
|
|
Loading…
Reference in New Issue