Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ustcxmwu committed Nov 29, 2021
1 parent 9ce25a9 commit 43da301
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# -- Path setup --------------------------------------------------------------
import os
import sys
sys.path.insert(0, os.path.abspath('../../nano'))
sys.path.insert(0, os.path.abspath('./../../nano'))

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down
3 changes: 2 additions & 1 deletion doc/source/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ PyTorch Utils
.. autoclass:: utils.common_utils.ProfileUtils
:members:

.. Note:: LogPublisher and LogCollector are used to solve the logger problem with Process in multiprocessing package.
.. Note:: LogPublisher and LogCollector are used to solve the logger problem with Process in multiprocessing
environment.

.. autoclass:: utils.logger_cls.LogPublisher
:members:
Expand Down

0 comments on commit 43da301

Please sign in to comment.