]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: updated Ceph documentation links 26180/head
authorJames McClune <jmcclune@mcclunetechnologies.net>
Fri, 4 Jan 2019 21:32:21 +0000 (16:32 -0500)
committerPrashant D <pdhange@redhat.com>
Tue, 29 Jan 2019 01:50:41 +0000 (20:50 -0500)
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 <jmcclune@mcclunetechnologies.net>
(cherry picked from commit 7ff2f215a3d051c4ef226bfdc81184d89520e152)

doc/dev/documenting.rst
doc/rados/operations/user-management.rst
doc/rbd/rbd-snapshot.rst

index 5ed6f7fc691f514b66a0283b7c83cbef1f62ed08..cb2f0a5fd0a19295409bf761feda65093ef7fb67 100644 (file)
@@ -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::
index 4bf525103e7c1b020d1fb2feba1cf29f483f4154..11c64f4fff1e2852c0e5d01930111aa0008e967f 100644 (file)
@@ -1,3 +1,5 @@
+.. _user-management:
+
 =================
  User Management
 =================
index 1cb6cb309ccc44fc3c247efe3d30b8be9c0dbe20..4ae9388c2e546686e1c705ebb04eff081f178db7 100644 (file)
@@ -36,7 +36,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 <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]
@@ -301,7 +301,6 @@ For example::
 
 
 .. _cephx: ../../rados/configuration/auth-config-ref/
-.. _User Management: ../../operations/user-management
 .. _QEMU: ../qemu-rbd/
 .. _OpenStack: ../rbd-openstack/
 .. _CloudStack: ../rbd-cloudstack/