Skip to content

Commit

Permalink
Merge pull request #6 from dingguanglei/development
Browse files Browse the repository at this point in the history
docs
  • Loading branch information
dingguanglei committed Oct 25, 2018
2 parents c315bc2 + 46a3a82 commit 2bec247
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('../../'))
#sys.path.insert(0, os.path.abspath('../../'))
import jdit

# -- Project information -----------------------------------------------------
Expand Down
12 changes: 6 additions & 6 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ Welcome to jdit's documentation!
:maxdepth: 3
:caption: Contents:

jdit.dataset
dataset
============

.. automodule:: jdit.dataset
.. automodule:: dataset
:members:

jdit.model
model
==========

.. automodule:: jdit.model
.. automodule:: model
:members:

jdit.optimizer
optimizer
==============

.. automodule:: jdit.optimizer
.. automodule:: optimizer
:members:

jdit.trainer.super
Expand Down

0 comments on commit 2bec247

Please sign in to comment.