Skip to content

Commit

Permalink
Docs: Fix internal set|get_option func|meth references
Browse files Browse the repository at this point in the history
Previous syntax did not create links and appeared as raw rst syntax.

https://www.python-ldap.org/en/python-ldap-3.0.0/reference/ldap.html#options
  • Loading branch information
Jon Dufresne committed Jul 5, 2018
1 parent f228e7c commit e8cc39d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/reference/ldap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ Options
:manpage:`ldap.conf(5)` and :manpage:`ldap_get_option(3)`


For use with functions :py:func:set_option() and :py:func:get_option()
and methods :py:method:LDAPObject.set_option() and :py:method:LDAPObject.get_option() the
following option identifiers are defined as constants:
For use with functions :py:func:`set_option` and :py:func:`get_option` and
methods :py:meth:`LDAPObject.set_option` and :py:meth:`LDAPObject.get_option`
the following option identifiers are defined as constants:

.. py:data:: OPT_API_FEATURE_INFO
Expand Down

0 comments on commit e8cc39d

Please sign in to comment.