Merge pull request #25797 from falcon78921/wip-doc-37793

doc: updated Ceph documentation links

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2019-01-07 15:29:08 +08:00 committed by GitHub
commit 33a72c1537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View 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::

View File

@ -1,3 +1,5 @@
.. _user-management:
=================
User Management
=================

View File

@ -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 <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/