diff --git a/HACKING.rst b/HACKING.rst index e70bb8859a4f..c31ce5ace690 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -229,7 +229,7 @@ Edit the minion config file: also running a non-development version of Salt, then you will have to change the ``master_port`` value in the minion config to match. -.. note:: Using `salt-call` with a :doc:`Standalone Minion ` +.. note:: Using `salt-call` with a :ref:`Standalone Minion ` If you plan to run `salt-call` with this self-contained development environment in a masterless setup, you should invoke `salt-call` with diff --git a/doc/_incl/requisite_incl.rst b/doc/_incl/requisite_incl.rst index e0a2660f63fd..dc8a7f51f4a5 100644 --- a/doc/_incl/requisite_incl.rst +++ b/doc/_incl/requisite_incl.rst @@ -1,6 +1,6 @@ **Before continuing** make sure you have a working Salt installation by -following the :doc:`installation ` and the -:doc:`configuration ` instructions. +following the :ref:`installation` and the +:ref:`configuration ` instructions. .. admonition:: Stuck? diff --git a/doc/faq.rst b/doc/faq.rst index 1a54381043ea..87600164a1d7 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -28,14 +28,14 @@ SaltStack the company does make proprietary products which use Salt and its libr .. _`Apache 2.0 license`: http://www.apache.org/licenses/LICENSE-2.0.html I think I found a bug! What should I do? ------------------------------------------ +---------------------------------------- The salt-users mailing list as well as the salt IRC channel can both be helpful resources to confirm if others are seeing the issue and to assist with immediate debugging. To report a bug to the Salt project, please follow the instructions in -:doc:`reporting a bug `. +:ref:`reporting a bug `. What ports should I open on my firewall? @@ -43,7 +43,7 @@ What ports should I open on my firewall? Minions need to be able to connect to the Master on TCP ports 4505 and 4506. Minions do not need any inbound ports open. More detailed information on -firewall settings can be found :doc:`here `. +firewall settings can be found :ref:`here `. I'm seeing weird behavior (including but not limited to packages not installing their users properly) ----------------------------------------------------------------------------------------------------- @@ -207,7 +207,7 @@ Does Salt support backing up managed files? ------------------------------------------- Yes. Salt provides an easy to use addition to your file.managed states that -allow you to back up files via :doc:`backup_mode `, +allow you to back up files via :ref:`backup_mode `, backup_mode can be configured on a per state basis, or in the minion config (note that if set in the minion config this would simply be the default method to use, you still need to specify that the file should be backed up!). diff --git a/doc/ref/cli/salt-key.rst b/doc/ref/cli/salt-key.rst index f7a5c8ae0195..f51a6cbbeaaf 100644 --- a/doc/ref/cli/salt-key.rst +++ b/doc/ref/cli/salt-key.rst @@ -1,3 +1,5 @@ +.. _salt-key: + ============ ``salt-key`` ============ diff --git a/doc/ref/configuration/index.rst b/doc/ref/configuration/index.rst index 14ee53429124..fe4f3e0510f5 100644 --- a/doc/ref/configuration/index.rst +++ b/doc/ref/configuration/index.rst @@ -27,7 +27,7 @@ interfaces (0.0.0.0). To bind Salt to a specific IP, redefine the + interface: 10.0.0.1 After updating the configuration file, restart the Salt master. -See the :doc:`master configuration reference ` +See the :ref:`master configuration reference ` for more details about other configurable options. Minion Configuration @@ -48,7 +48,7 @@ configuration file, typically ``/etc/salt/minion``, as follows: + master: 10.0.0.1 After updating the configuration file, restart the Salt minion. -See the :doc:`minion configuration reference ` +See the :ref:`minion configuration reference ` for more details about other configurable options. Running Salt @@ -78,8 +78,8 @@ Running Salt salt-master --log-level=debug - For information on salt's logging system please see the :doc:`logging - document`. + For information on salt's logging system please see the :ref:`logging + document`. .. admonition:: Run as an unprivileged (non-root) user @@ -97,10 +97,10 @@ Running Salt * /var/run/salt More information about running salt as a non-privileged user can be found - :doc:`here `. + :ref:`here `. -There is also a full :doc:`troubleshooting guide` +There is also a full :ref:`troubleshooting guide` available. .. _key-identity: @@ -180,7 +180,7 @@ The ``salt-key`` command allows for signing keys individually or in bulk. The example above, using ``-A`` bulk-accepts all pending keys. To accept keys individually use the lowercase of the same option, ``-a keyname``. -.. seealso:: :doc:`salt-key manpage ` +.. seealso:: :ref:`salt-key manpage ` Sending Commands ================ diff --git a/doc/ref/configuration/logging/handlers/index.rst b/doc/ref/configuration/logging/handlers/index.rst index 39eb31488701..d6c614ca013c 100644 --- a/doc/ref/configuration/logging/handlers/index.rst +++ b/doc/ref/configuration/logging/handlers/index.rst @@ -1,4 +1,4 @@ -.. conf_log:: external-logging-handlers +.. _external-logging-handlers: External Logging Handlers ------------------------- diff --git a/doc/ref/configuration/logging/index.rst b/doc/ref/configuration/logging/index.rst index c6a1555ad357..c56f245b0726 100644 --- a/doc/ref/configuration/logging/index.rst +++ b/doc/ref/configuration/logging/index.rst @@ -1,3 +1,5 @@ +.. _logging: + ======= Logging ======= @@ -6,8 +8,8 @@ The salt project tries to get the logging to work for you and help us solve any issues you might find along the way. If you want to get some more information on the nitty-gritty of salt's logging -system, please head over to the :doc:`logging development -document`, if all you're after is salt's logging +system, please head over to the :ref:`logging development +document`, if all you're after is salt's logging configurations, please continue reading. @@ -237,5 +239,5 @@ External Logging Handlers ------------------------- Besides the internal logging handlers used by salt, there are some external -which can be used, see the :doc:`external logging handlers` +which can be used, see the :ref:`external logging handlers` document. diff --git a/doc/ref/configuration/minion.rst b/doc/ref/configuration/minion.rst index 570ae3d34a14..c409827becd1 100644 --- a/doc/ref/configuration/minion.rst +++ b/doc/ref/configuration/minion.rst @@ -40,7 +40,7 @@ Default: ``salt`` master: salt The option can can also be set to a list of masters, enabling -:doc:`multi-master ` mode. +:ref:`multi-master ` mode. .. code-block:: yaml @@ -1127,8 +1127,8 @@ and/or having to install specific modules' dependencies in system libraries. Default: (empty) A module provider can be statically overwritten or extended for the minion via -the ``providers`` option. This can be done :doc:`on an individual basis in an -SLS file <../states/providers>`, or globally here in the minion config, like +the ``providers`` option. This can be done :ref:`on an individual basis in an +SLS file `, or globally here in the minion config, like below. .. code-block:: yaml diff --git a/doc/ref/configuration/nonroot.rst b/doc/ref/configuration/nonroot.rst index fea22cb843f3..0b53cb37d828 100644 --- a/doc/ref/configuration/nonroot.rst +++ b/doc/ref/configuration/nonroot.rst @@ -1,3 +1,5 @@ +.. _configuration-non-root-user: + ====================================================== Running the Salt Master/Minion as an Unprivileged User ====================================================== diff --git a/doc/ref/states/highstate.rst b/doc/ref/states/highstate.rst index 2d308b795276..f341ac5fa7e9 100644 --- a/doc/ref/states/highstate.rst +++ b/doc/ref/states/highstate.rst @@ -25,7 +25,7 @@ during state execution. Configurable via :conf_master:`state_top`. -.. seealso:: :doc:`A detailed description of the top file ` +.. seealso:: :ref:`A detailed description of the top file ` .. _include-declaration: @@ -115,7 +115,7 @@ declaration that will restart Apache whenever the Apache configuration file, ` or :ref:`require_in ` syntax instead of extending another ``SLS`` file. - :doc:`State Requisites ` + :ref:`State Requisites ` .. _state-declaration: diff --git a/doc/ref/states/top.rst b/doc/ref/states/top.rst index c82f1445b20b..ae02648cc899 100644 --- a/doc/ref/states/top.rst +++ b/doc/ref/states/top.rst @@ -220,8 +220,8 @@ Advanced Minion Targeting ========================= In addition to globs, minions can be specified in top files a few other -ways. Some common ones are :doc:`compound matches ` -and :doc:`node groups `. +ways. Some common ones are :ref:`compound matches ` +and :ref:`node groups `. Below is a slightly more complex top file example, showing the different types of matches you can perform: diff --git a/doc/topics/cloud/basic.rst b/doc/topics/cloud/basic.rst index 268a34878e96..15bc336419ae 100644 --- a/doc/topics/cloud/basic.rst +++ b/doc/topics/cloud/basic.rst @@ -3,7 +3,7 @@ Salt Cloud basic usage Salt Cloud needs, at least, one configured :ref:`Provider ` -and :doc:`Profile ` to be functional. +and :ref:`Profile ` to be functional. Creating a VM ------------- diff --git a/doc/topics/cloud/install/index.rst b/doc/topics/cloud/install/index.rst index f057b59b1dd5..7bab0666266d 100644 --- a/doc/topics/cloud/install/index.rst +++ b/doc/topics/cloud/install/index.rst @@ -2,7 +2,7 @@ Install Salt Cloud ================== Salt Cloud is now part of Salt proper. It was merged in as of -:doc:`Salt version 2014.1.0 `. +:ref:`Salt version 2014.1.0 `. On Ubuntu, install Salt Cloud by using following command: @@ -28,4 +28,4 @@ Installing Salt Cloud for development Installing Salt for development enables Salt Cloud development as well, just make sure ``apache-libcloud`` is installed as per above paragraph. -See these instructions: :doc:`Installing Salt for development `. +See these instructions: :ref:`Installing Salt for development `. diff --git a/doc/topics/cloud/lxc.rst b/doc/topics/cloud/lxc.rst index 2b8d2a28c07a..22c0ad2bd8c5 100644 --- a/doc/topics/cloud/lxc.rst +++ b/doc/topics/cloud/lxc.rst @@ -101,7 +101,7 @@ Here are the options to configure your containers: dnsservers List of DNS servers to use. This is optional. minion - minion configuration (see :doc:`Minion Configuration in Salt Cloud `) + minion configuration (see :ref:`Minion Configuration in Salt Cloud `) bootstrap_delay specify the time to wait (in seconds) between container creation and salt bootstrap execution. It is useful to ensure that all essential services diff --git a/doc/topics/cloud/openstack.rst b/doc/topics/cloud/openstack.rst index c5a20775e9df..11bb1380d174 100644 --- a/doc/topics/cloud/openstack.rst +++ b/doc/topics/cloud/openstack.rst @@ -131,8 +131,8 @@ ssh_interface for a certain period of time and then destroys the VM. With the nova drive, private cloud networks can be defined here. -For more information concerning cloud profiles, see :doc:`here -`. +For more information concerning cloud profiles, see :ref:`here +`. change_password diff --git a/doc/topics/cloud/profitbricks.rst b/doc/topics/cloud/profitbricks.rst index ceb15de7410c..6f75ded8594d 100644 --- a/doc/topics/cloud/profitbricks.rst +++ b/doc/topics/cloud/profitbricks.rst @@ -144,5 +144,5 @@ ssh_interface deploy Set to False if Salt should not be installed on the node. -For more information concerning cloud profiles, see :doc:`here -`. +For more information concerning cloud profiles, see :ref:`here +`. diff --git a/doc/topics/cloud/troubleshooting.rst b/doc/topics/cloud/troubleshooting.rst index b7a60be2371c..fabd8029ffc1 100644 --- a/doc/topics/cloud/troubleshooting.rst +++ b/doc/topics/cloud/troubleshooting.rst @@ -10,7 +10,7 @@ Virtual Machines Are Created, But Do Not Respond Are TCP ports 4505 and 4506 open on the master? This is easy to overlook on new masters. Information on how to open firewall ports on various platforms can be -found :doc:`here `. +found :ref:`here `. Generic Troubleshooting Steps diff --git a/doc/topics/development/conventions/style.rst b/doc/topics/development/conventions/style.rst index fe16b803d413..7656b387d640 100644 --- a/doc/topics/development/conventions/style.rst +++ b/doc/topics/development/conventions/style.rst @@ -135,7 +135,7 @@ When adding a new function or state, where possible try to use a If you are uncertain what version should be used, either consult a core developer in IRC or bring this up when opening your -:doc:`pull request ` and a core developer will add the proper +:ref:`pull request ` and a core developer will add the proper version once your pull request has been merged. Bugfixes will be available in a bugfix release (i.e. 0.17.1, the first bugfix release for 0.17.0), while new features are held for feature releases, and this will affect what version diff --git a/doc/topics/development/labels.rst b/doc/topics/development/labels.rst index 8e8b7e9f59d5..8f64ead5bc2e 100644 --- a/doc/topics/development/labels.rst +++ b/doc/topics/development/labels.rst @@ -37,7 +37,7 @@ coordinate with the assignee via the GitHub issue tracker to create the best pos The issue is being actively worked on by a SaltStack engineer. Sprint milestones names are constructed from the chemical symbol of the next release's codename and the number of sprints until that release is made. For example, if the next release codename is ``Neon`` and there are five sprints until that release, the corresponding sprint - milestone will be called ``Ne 5``. See :doc:`` for a discussion of Salt's release + milestone will be called ``Ne 5``. See :ref:`` for a discussion of Salt's release codenames. Labels @@ -295,5 +295,5 @@ with labels. The issue is related to a Zendesk customer support ticket. ```` - The issue is scheduled to be implemented by ````. See :doc:`` for a + The issue is scheduled to be implemented by ````. See :ref:`` for a discussion of Salt's release codenames. diff --git a/doc/topics/development/logging.rst b/doc/topics/development/logging.rst index cbacb9430249..46c43a4f5d73 100644 --- a/doc/topics/development/logging.rst +++ b/doc/topics/development/logging.rst @@ -1,3 +1,5 @@ +.. _logging-internals: + ================= Logging Internals ================= diff --git a/doc/topics/development/modular_systems.rst b/doc/topics/development/modular_systems.rst index d3a482fcbfa3..b2943353568f 100644 --- a/doc/topics/development/modular_systems.rst +++ b/doc/topics/development/modular_systems.rst @@ -24,11 +24,11 @@ detecting information about the system. The only restraint in execution modules is that the defined functions always return a JSON serializable object. -For a list of all built in execution modules, click :doc:`here -` +For a list of all built in execution modules, click :ref:`here +` -For information on writing execution modules, see :doc:`this page -`. +For information on writing execution modules, see :ref:`this page +`. Interactive Debugging diff --git a/doc/topics/development/reporting_bugs.rst b/doc/topics/development/reporting_bugs.rst index 3e0f900b5663..8ea43d9eb866 100644 --- a/doc/topics/development/reporting_bugs.rst +++ b/doc/topics/development/reporting_bugs.rst @@ -1,3 +1,5 @@ +.. _reporting-bugs: + ============== Reporting Bugs ============== diff --git a/doc/topics/execution/remote_execution.rst b/doc/topics/execution/remote_execution.rst index 58587b90d71d..ab38297b8817 100644 --- a/doc/topics/execution/remote_execution.rst +++ b/doc/topics/execution/remote_execution.rst @@ -16,7 +16,7 @@ environment variables ``SALT_MASTER_CONFIG`` and ``SALT_MINION_CONFIG``. .. seealso:: - :doc:`Configuration ` + :ref:`Configuration ` Using the Salt Command ====================== diff --git a/doc/topics/grains/index.rst b/doc/topics/grains/index.rst index e24b08d2e613..1561b5aafd07 100644 --- a/doc/topics/grains/index.rst +++ b/doc/topics/grains/index.rst @@ -169,8 +169,8 @@ When to Use a Custom Grain Before adding new grains, consider what the data is and remember that grains should (for the most part) be static data. -If the data is something that is likely to change, consider using :doc:`Pillar -<../pillar/index>` or an execution module instead. If it's a simple set of +If the data is something that is likely to change, consider using :ref:`Pillar +` or an execution module instead. If it's a simple set of key/value pairs, pillar is a good match. If compiling the information requires that system commands be run, then putting this information in an execution module is likely a better idea. diff --git a/doc/topics/highavailability/index.rst b/doc/topics/highavailability/index.rst index 90bcb303e300..088e42b6db1d 100644 --- a/doc/topics/highavailability/index.rst +++ b/doc/topics/highavailability/index.rst @@ -23,7 +23,7 @@ to Salt as well A tutorial on setting up multimaster with "hot" masters is here: -:doc:`Multimaster Tutorial ` +:ref:`Multimaster Tutorial ` Multimaster with Failover ========================= @@ -42,7 +42,7 @@ Failover can be combined with PKI-style encrypted keys, but PKI is NOT REQUIRED to use failover. Multimaster with PKI and Failover is discussed in -:doc:`this tutorial ` +:ref:`this tutorial ` ``master_type: failover`` can be combined with ``master_shuffle: True`` to spread minion connections across all masters (one master per @@ -61,7 +61,7 @@ With the syndic, a Salt infrastructure can be partitioned in such a way that certain masters control certain segments of the infrastructure, and "Master of Masters" nodes can control multiple segments underneath them. -Syndics are covered in depth in :doc:`Salt Syndic `. +Syndics are covered in depth in :ref:`Salt Syndic `. Syndic with Multimaster ======================= @@ -71,4 +71,4 @@ Syndic with Multimaster Syndic with Multimaster lets you connect a syndic to multiple masters to provide an additional layer of redundancy in a syndic configuration. -Syndics are covered in depth in :doc:`Salt Syndic `. +Syndics are covered in depth in :ref:`Salt Syndic `. diff --git a/doc/topics/installation/index.rst b/doc/topics/installation/index.rst index d0792701e25d..0ee4b38d7a50 100644 --- a/doc/topics/installation/index.rst +++ b/doc/topics/installation/index.rst @@ -174,7 +174,7 @@ a security vulnerability. .. seealso:: - :doc:`Installing Salt for development ` and + :ref:`Installing Salt for development ` and contributing to the project. Building Packages using Salt Pack diff --git a/doc/topics/jinja/index.rst b/doc/topics/jinja/index.rst index fd46eaf8ee3e..c5c15fbdb573 100644 --- a/doc/topics/jinja/index.rst +++ b/doc/topics/jinja/index.rst @@ -40,7 +40,7 @@ aren't running FreeBSD, and the second block changes the file name based on the *os* grain. Writing **if-else** blocks can lead to very redundant state files however. In -this case, using :doc:`pillars`, or using a previously +this case, using :ref:`pillars`, or using a previously defined variable might be easier: .. code-block:: yaml diff --git a/doc/topics/jobs/index.rst b/doc/topics/jobs/index.rst index 62479f2a729c..3499db9906dd 100644 --- a/doc/topics/jobs/index.rst +++ b/doc/topics/jobs/index.rst @@ -22,7 +22,7 @@ Functions in the saltutil Module ================================ Salt 0.9.7 introduced a few new functions to the -:doc:`saltutil` module for managing +:mod:`saltutil` module for managing jobs. These functions are: 1. ``running`` @@ -108,8 +108,8 @@ Scheduling can be enabled by multiple methods: - Minion pillar data. Schedule is implemented by refreshing the minion's pillar data, for example by using ``saltutil.refresh_pillar``. -- The :doc:`schedule state` or - :doc:`schedule module` +- The :mod:`schedule state` or + :mod:`schedule module` .. note:: diff --git a/doc/topics/master_tops/index.rst b/doc/topics/master_tops/index.rst index 6ec97c339b70..91bdb338e55a 100644 --- a/doc/topics/master_tops/index.rst +++ b/doc/topics/master_tops/index.rst @@ -20,7 +20,7 @@ Using the new `master_tops` option is simple: master_tops: ext_nodes: cobbler-external-nodes -for :doc:`Cobbler <../../ref/tops/all/salt.tops.cobbler>` or: +for :mod:`Cobbler ` or: .. code-block:: yaml @@ -29,7 +29,7 @@ for :doc:`Cobbler <../../ref/tops/all/salt.tops.cobbler>` or: inventory_base_uri: /etc/reclass classes_uri: roles -for :doc:`Reclass <../../ref/tops/all/salt.tops.reclass_adapter>`. +for :mod:`Reclass `. It's also possible to create custom master_tops modules. These modules must go in a subdirectory called `tops` in the `extension_modules` directory. diff --git a/doc/topics/orchestrate/orchestrate_runner.rst b/doc/topics/orchestrate/orchestrate_runner.rst index b575b9f6b426..d54f39065229 100644 --- a/doc/topics/orchestrate/orchestrate_runner.rst +++ b/doc/topics/orchestrate/orchestrate_runner.rst @@ -5,10 +5,9 @@ Orchestrate Runner ================== Orchestration is accomplished in salt primarily through the :ref:`Orchestrate -Runner `. Added in version 0.17.0, this Salt :doc:`Runner -` can use the full suite of :doc:`requisites -` available in states, and can also execute -states/functions using salt-ssh. +Runner `. Added in version 0.17.0, this Salt :ref:`Runner +` can use the full suite of :ref:`requisites` available in states, +and can also execute states/functions using salt-ssh. The Orchestrate Runner ---------------------- @@ -20,7 +19,7 @@ The Orchestrate Runner The Orchestrate Runner (originally called the state.sls runner) offers all the functionality of the OverState, but with some advantages: - * All :doc:`requisites ` available in states can be + * All :ref:`requisites` available in states can be used. * The states/functions will also work on salt-ssh minions. @@ -146,11 +145,11 @@ More Complex Orchestration ~~~~~~~~~~~~~~~~~~~~~~~~~~ Many states/functions can be configured in a single file, which when combined -with the full suite of :doc:`requisites `, can be used +with the full suite of :ref:`requisites`, can be used to easily configure complex orchestration tasks. Additionally, the states/functions will be executed in the order in which they are defined, -unless prevented from doing so by any :doc:`requisites -`, as is the default in SLS files since 0.17.0. +unless prevented from doing so by any :ref:`requisites`, as is the default in +SLS files since 0.17.0. .. code-block:: yaml diff --git a/doc/topics/proxyminion/beacon.rst b/doc/topics/proxyminion/beacon.rst index 8bb70e432b72..2f4dd3d5316a 100644 --- a/doc/topics/proxyminion/beacon.rst +++ b/doc/topics/proxyminion/beacon.rst @@ -1,3 +1,5 @@ +.. _proxy-minion-beacon: + .. versionadded:: 2015.8.3 =================== diff --git a/doc/topics/proxyminion/index.rst b/doc/topics/proxyminion/index.rst index 0441f3195207..7736ac1a870c 100644 --- a/doc/topics/proxyminion/index.rst +++ b/doc/topics/proxyminion/index.rst @@ -21,19 +21,19 @@ your typical housecat would be excellent source material for a PhD thesis. Salt proxy-minions provide the 'plumbing' that allows device enumeration and discovery, control, status, remote execution, and state management. -See the :doc:`Proxy Minion Walkthrough ` for an end-to-end +See the :ref:`Proxy Minion Walkthrough ` for an end-to-end demonstration of a working REST-based proxy minion. -See the :doc:`Proxy Minion SSH Walkthrough ` for an end-to-end +See the :ref:`Proxy Minion SSH Walkthrough ` for an end-to-end demonstration of a working SSH proxy minion. -See :doc:`Proxyminion States ` to configure and +See :ref:`Proxyminion States ` to configure and run ``salt-proxy`` on a remote minion. Specify all your master side proxy (pillar) configuration and use this state to remotely configure proxies on one or more minions. -See :doc:`Proxyminion Beacon ` to help +See :ref:`Proxyminion Beacon ` to help with easy configuration and management of ``salt-proxy`` processes. New in 2016.3 diff --git a/doc/topics/proxyminion/ssh.rst b/doc/topics/proxyminion/ssh.rst index 2cc86beaa992..904193d9666e 100644 --- a/doc/topics/proxyminion/ssh.rst +++ b/doc/topics/proxyminion/ssh.rst @@ -1,3 +1,5 @@ +.. _proxy-minion-ssh-end-to-end-example: + ======================================== Salt Proxy Minion SSH End-to-End Example ======================================== diff --git a/doc/topics/proxyminion/state.rst b/doc/topics/proxyminion/state.rst index e3282088ac0d..e49b1df86421 100644 --- a/doc/topics/proxyminion/state.rst +++ b/doc/topics/proxyminion/state.rst @@ -1,3 +1,5 @@ +.. _proxy-minion-states: + .. versionadded:: 2015.8.2 =================== diff --git a/doc/topics/releases/2014.1.0.rst b/doc/topics/releases/2014.1.0.rst index b73ba870e6da..f23d145e714c 100644 --- a/doc/topics/releases/2014.1.0.rst +++ b/doc/topics/releases/2014.1.0.rst @@ -1,3 +1,5 @@ +.. _release-2014-1-0: + =============================================== Salt 2014.1.0 Release Notes - Codename Hydrogen =============================================== diff --git a/doc/topics/releases/version_numbers.rst b/doc/topics/releases/version_numbers.rst index a0a4dc997203..7b982c05bd71 100644 --- a/doc/topics/releases/version_numbers.rst +++ b/doc/topics/releases/version_numbers.rst @@ -1,5 +1,7 @@ :orphan: +.. _version-numbers: + =============== Version Numbers =============== diff --git a/doc/topics/troubleshooting/index.rst b/doc/topics/troubleshooting/index.rst index 9f4960c77ac4..86f932d41434 100644 --- a/doc/topics/troubleshooting/index.rst +++ b/doc/topics/troubleshooting/index.rst @@ -1,3 +1,5 @@ +.. _troubleshooting: + =============== Troubleshooting ===============