From 1575808e72fe8d5aebeaf32f67f098d035fb1b52 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Wed, 2 Jul 2014 10:05:04 +0000 Subject: [PATCH] Fix some Sphinx warnings --- doc/api.rst | 2 ++ doc/contributing/i18n.rst | 2 +- doc/extensions/adding-custom-fields.rst | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/api.rst b/doc/api.rst index 68d33ce707a..c25dcbd5efc 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -1,3 +1,5 @@ +:orphan: + ========== Page Moved ========== diff --git a/doc/contributing/i18n.rst b/doc/contributing/i18n.rst index b2c7baba6b5..8764fc831ab 100644 --- a/doc/contributing/i18n.rst +++ b/doc/contributing/i18n.rst @@ -192,6 +192,6 @@ managing translations: wait until the next minor release. * The *master* branch is not currently translated. Translations from the latest - stable line (see :ref:`ckan-releases`) are cherry-picked into master after each + stable line (see :ref:`releases`) are cherry-picked into master after each minor or patch release. diff --git a/doc/extensions/adding-custom-fields.rst b/doc/extensions/adding-custom-fields.rst index f7a5131f737..d1d6b6bdca9 100644 --- a/doc/extensions/adding-custom-fields.rst +++ b/doc/extensions/adding-custom-fields.rst @@ -192,7 +192,8 @@ with: Tag vocabularies ---------------- If you need to add a custom field where the input options are restricted to a -provided list of options, you can use tag vocabularies :doc:`/tag-vocabularies`. +provided list of options, you can use tag vocabularies +:doc:`/maintaining/tag-vocabularies`. We will need to create our vocabulary first. By calling :func:`~ckan.logic.action.vocabulary_create`. Add a function to your plugin.py above your plugin class.