Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
fix refs
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacio committed Jan 4, 2019
1 parent b91a1bd commit e905a60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
extensions = [
'sphinx.ext.todo',
'sphinx_markdown_tables',
'sphinx.ext.autosectionlabel'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -174,3 +175,7 @@

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True

# -- Options for autosectionlabel extension ----------------------------------------------

autosectionlabel_prefix_document = True
1 change: 0 additions & 1 deletion source/user/overview/api.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
DEEPaaS API
===========

.. _api-methods:

Methods
-------
Expand Down
2 changes: 1 addition & 1 deletion source/user/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You must define the entrypoints to this file in the ``setup.cfg`` as following:
deepaas.model =
pkg_name = pkg_name.api

The ``api.py`` file can (optionally) include any of the following :ref:`methods <api-methods>` to apply to your model:
The ``api.py`` file can (optionally) include any of the following :ref:`methods <user/overview/api:Methods>` to apply to your model:

* :ref:`get_metadata <api-methods_get-metadata>`
* :ref:`get_train_args <api-methods_get-train-args>`
Expand Down

0 comments on commit e905a60

Please sign in to comment.