[V3 docs] Add a tutorial for Config and fix Bank docs (#959)

* [V3 docs] Add a tutorial for Config

* fix missing colon

* Add some links to the actual methods

* Fix bank docs
This commit is contained in:
palmtree5
2017-09-03 21:13:33 -08:00
committed by Will
parent ff1864779a
commit 48e36d3ca1
3 changed files with 123 additions and 7 deletions

View File

@@ -21,6 +21,8 @@ import os
import sys
sys.path.insert(0, os.path.abspath('..'))
os.environ['BUILDING_DOCS'] = "1"
# -- General configuration ------------------------------------------------