Add documentation around Option Management

This commit is contained in:
Ian Cordasco 2016-01-25 22:05:46 -06:00
parent 6590fab3f2
commit 7898b5c12e
3 changed files with 135 additions and 2 deletions

View file

@ -292,4 +292,4 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None)}