Skip to content

Commit

Permalink
Fixed Sphinx issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
alattner committed Sep 8, 2017
1 parent 0c787ac commit e963d8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Expand Up @@ -46,12 +46,14 @@
'sklearn',
'sklearn.grid_search',
'sklearn.metrics',
'sklearn.model_selection',
'sklearn.preprocessing',
'sklearn.base',
'sqlalchemy',
'sqlalchemy.ext',
'sqlalchemy.ext.declarative',
'sqlalchemy.orm',
'sqlalchemy.pool',
'sqlalchemy.types',
'ujson',
'werkzeug',
Expand Down
4 changes: 2 additions & 2 deletions docs/user/configuration.rst
@@ -1,4 +1,4 @@
.. configuration:
.. _configuration:

======================
Advanced configuration
Expand All @@ -12,7 +12,7 @@ With Palladium, it is easy to separate code from configuration, and
run code with different configurations.

Configuration files use Python syntax. For an introduction, please
visit the tutorial_.
visit the :ref:`tutorial`.

Palladium uses an environment variable called ``PALLADIUM_CONFIG`` to
look up the location of the configuration file.
Expand Down

0 comments on commit e963d8c

Please sign in to comment.