From: James McClune Date: Fri, 4 Jan 2019 21:32:21 +0000 (-0500) Subject: doc: updated Ceph documentation links X-Git-Tag: v14.1.0~477^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7ff2f215a3d051c4ef226bfdc81184d89520e152;p=ceph-ci.git doc: updated Ceph documentation links Fixes include: - Updating Doxygen link for reference (http://docs.ceph.com/docs/master/dev/documenting/) - Adding :ref: label for User Management page (http://docs.ceph.com/docs/master/rados/operations/user-management/) - Update User Management link for reference (http://docs.ceph.com/docs/master/rbd/rbd-snapshot/) Fixes: https://tracker.ceph.com/issues/37793 Signed-off-by: James McClune --- diff --git a/doc/dev/documenting.rst b/doc/dev/documenting.rst index e9dc63a2c58..146dbc5199b 100644 --- a/doc/dev/documenting.rst +++ b/doc/dev/documenting.rst @@ -30,7 +30,7 @@ Code Documentation C and C++ can be documented with Doxygen_, using the subset of Doxygen markup supported by Breathe_. -.. _Doxygen: http://www.stack.nl/~dimitri/doxygen/ +.. _Doxygen: http://www.doxygen.nl/ .. _Breathe: https://github.com/michaeljones/breathe The general format for function documentation is:: diff --git a/doc/rados/operations/user-management.rst b/doc/rados/operations/user-management.rst index ed18dd26cd9..1b3b3882a13 100644 --- a/doc/rados/operations/user-management.rst +++ b/doc/rados/operations/user-management.rst @@ -1,3 +1,5 @@ +.. _user-management: + ================= User Management ================= diff --git a/doc/rbd/rbd-snapshot.rst b/doc/rbd/rbd-snapshot.rst index c52e4041163..ee6918e34a0 100644 --- a/doc/rbd/rbd-snapshot.rst +++ b/doc/rbd/rbd-snapshot.rst @@ -37,7 +37,7 @@ Cephx Notes When `cephx`_ is enabled (it is by default), you must specify a user name or ID and a path to the keyring containing the corresponding key for the user. See -`User Management`_ for details. You may also add the ``CEPH_ARGS`` environment +:ref:`User Management ` for details. You may also add the ``CEPH_ARGS`` environment variable to avoid re-entry of the following parameters. :: rbd --id {user-ID} --keyring=/path/to/secret [commands] @@ -302,7 +302,6 @@ For example:: .. _cephx: ../../rados/configuration/auth-config-ref/ -.. _User Management: ../../operations/user-management .. _QEMU: ../qemu-rbd/ .. _OpenStack: ../rbd-openstack/ .. _CloudStack: ../rbd-cloudstack/