Skip to content

Commit

Permalink
reqst
Browse files Browse the repository at this point in the history
  • Loading branch information
dingguanglei committed Oct 26, 2018
1 parent 5f96581 commit 26695b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
import os
import sys
# sys.path.insert(0, os.path.abspath('../../'))
# import jdit
sys.path.insert(0, os.path.abspath('../../'))
import jdit
import mock
MOCK_MODULES = ['numpy', 'scipy',
'pandas',
Expand Down
4 changes: 2 additions & 2 deletions docs/source/metric.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
jdit.Metric
===========

.. automodule:: jdit
.. currentmodule:: jdit
.. automodule:: jdit.metric
.. currentmodule:: jdit.metric

Metric
------
Expand Down

0 comments on commit 26695b6

Please sign in to comment.