krb5 commit: Fix label conflicts in Sphinx documentation
Zhanna A Tsitkova
tsitkova at MIT.EDU
Fri Jan 11 15:27:59 EST 2013
https://github.com/krb5/krb5/commit/c3b99c255445975eeea4b93d2fa93edc449e0d87
commit c3b99c255445975eeea4b93d2fa93edc449e0d87
Author: Zhanna Tsitkov <tsitkova at mit.edu>
Date: Fri Jan 11 15:22:23 2013 -0500
Fix label conflicts in Sphinx documentation
doc/mitK5features.rst | 8 ++++----
doc/plugindev/ccselect.rst | 2 +-
doc/plugindev/kadm5_hook.rst | 2 +-
doc/plugindev/profile.rst | 2 +-
doc/plugindev/pwqual.rst | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/mitK5features.rst b/doc/mitK5features.rst
index 38cf92e..8ef92e4 100644
--- a/doc/mitK5features.rst
+++ b/doc/mitK5features.rst
@@ -111,8 +111,8 @@ Release 1.9
- kadmin over IPv6
- Trace logging :ref:`trace_logging`
- GSSAPI/KRB5 multi-realm support
- - Plugin to test password quality :ref:`pwqual`
- - Plugin to synchronize password changes :ref:`kadm5_hook`
+ - Plugin to test password quality :ref:`pwqual_plugin`
+ - Plugin to synchronize password changes :ref:`kadm5_hook_plugin`
- Parallel KDC
- GSS-API extentions for SASL GS2 bridge :rfc:`5801` :rfc:`5587`
- Purging old keys
@@ -122,8 +122,8 @@ Release 1.9
- IPv6 support in iprop
Release 1.10
- - Plugin interface for configuration :ref:`profile`
- - Credentials for multiple identities :ref:`ccselect`
+ - Plugin interface for configuration :ref:`profile_plugin`
+ - Credentials for multiple identities :ref:`ccselect_plugin`
Release 1.11
- Client support for FAST OTP :rfc:`6560`
diff --git a/doc/plugindev/ccselect.rst b/doc/plugindev/ccselect.rst
index 814d774..1253fe6 100644
--- a/doc/plugindev/ccselect.rst
+++ b/doc/plugindev/ccselect.rst
@@ -1,4 +1,4 @@
-.. _ccselect:
+.. _ccselect_plugin:
Credential cache selection interface (ccselect)
===============================================
diff --git a/doc/plugindev/kadm5_hook.rst b/doc/plugindev/kadm5_hook.rst
index 48d27a9..f7c46b4 100644
--- a/doc/plugindev/kadm5_hook.rst
+++ b/doc/plugindev/kadm5_hook.rst
@@ -1,4 +1,4 @@
-.. _kadm5_hook:
+.. _kadm5_hook_plugin:
KADM5 hook interface (kadm5_hook)
=================================
diff --git a/doc/plugindev/profile.rst b/doc/plugindev/profile.rst
index 91d7af2..209c064 100644
--- a/doc/plugindev/profile.rst
+++ b/doc/plugindev/profile.rst
@@ -1,4 +1,4 @@
-.. _profile:
+.. _profile_plugin:
Configuration interface (profile)
=================================
diff --git a/doc/plugindev/pwqual.rst b/doc/plugindev/pwqual.rst
index 441095c..523b95c 100644
--- a/doc/plugindev/pwqual.rst
+++ b/doc/plugindev/pwqual.rst
@@ -1,4 +1,4 @@
-.. _pwqual:
+.. _pwqual_plugin:
Password quality interface (pwqual)
===================================
More information about the cvs-krb5
mailing list