Skip to content
Permalink
Browse files

Set doc structure

  • Loading branch information...
ajdapretnar committed Oct 8, 2018
1 parent f2e8324 commit b21ff1b2fce28be33758944433413758c2224768
Showing with 7 additions and 8 deletions.
  1. +5 −3 doc/conf.py
  2. +2 −5 doc/index.rst
@@ -15,8 +15,7 @@

import sys
from os.path import join, dirname
import os
import shlex
from recommonmark.parser import CommonMarkParser

# 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
@@ -45,6 +44,9 @@

# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
source_parsers = {
'.md': CommonMarkParser,
}
source_suffix = ['.rst', '.md']

# The encoding of source files.
@@ -116,7 +118,7 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'nature'
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
@@ -8,11 +8,8 @@ Widgets
:maxdepth: 1

widgets/geomap

.. alternative ordering:
:glob:
widgets/*
widgets/geocoding
widgets/choropleth

Module reference
----------------

0 comments on commit b21ff1b

Please sign in to comment.
You can’t perform that action at this time.