Skip to content

Commit

Permalink
minor changes of TODO and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mutolisp committed Sep 7, 2016
1 parent 37b0562 commit e1bb480
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
4 changes: 2 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@


## 同物異名處理
## Synonym of vernacular names

array 拆解,取名
select id,name,p from (select id,name,unnest(zh_name) as p from namelist) as t where p like '狗尾%';

## 資料結構
## Data structure

baselist 改成 json format?
12 changes: 6 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@

html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme_options = {
'collapse_navigation': False,
'display_version': False,
'navigation_depth': 3,
}

# 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 Expand Up @@ -122,12 +117,17 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'alabaster'
#html_theme = 'alabaster'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
#html_theme_options = {}
#html_theme_options = {
# 'collapse_navigation': False,
# 'display_version': False,
# 'navigation_depth': 3,
#}

# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []
Expand Down
3 changes: 2 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ Welcome to checklister documentation!

Contents:

module

.. toctree::
:maxdepth: 2

module


Expand Down
7 changes: 7 additions & 0 deletions docs/source/modules.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
src
===

.. toctree::
:maxdepth: 4

genlist_api

0 comments on commit e1bb480

Please sign in to comment.