Skip to content

Commit

Permalink
debugged
Browse files Browse the repository at this point in the history
  • Loading branch information
LiyuanLucasLiu committed Sep 15, 2017
1 parent a3d7df4 commit e84b156
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
import sys
sys.path.insert(0, os.path.abspath('../..'))

import model.crf
import model.evaluator
import model.highway
import model.lm_lstm_crf
import model.lstm_crf
import model.ner_dataset
import model.utils

def run_apidoc(_):
from sphinx.apidoc import main
import os
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Welcome to LM-LSTM-CRF's documentation!
:maxdepth: 2
:caption: Contents:
model/*

Indices and tables
==================

Expand Down

0 comments on commit e84b156

Please sign in to comment.