Update reference documentation

This commit is contained in:
Carlos Martín Nieto
2014-08-28 01:24:57 +02:00
parent 4d053cf066
commit 70410349ff

View File

@@ -17,16 +17,18 @@ Example::
The Reference type The Reference type
==================== ====================
.. autoclass:: pygit2.Reference
.. autoattribute:: pygit2.Reference.name .. autoattribute:: pygit2.Reference.name
.. autoattribute:: pygit2.Reference.shorthand .. autoattribute:: pygit2.Reference.shorthand
.. autoattribute:: pygit2.Reference.target .. autoattribute:: pygit2.Reference.target
.. autoattribute:: pygit2.Reference.type .. autoattribute:: pygit2.Reference.type
.. automethod:: pygit2.Reference.set_target
.. automethod:: pygit2.Reference.delete .. automethod:: pygit2.Reference.delete
.. automethod:: pygit2.Reference.rename .. automethod:: pygit2.Reference.rename
.. automethod:: pygit2.Reference.resolve .. automethod:: pygit2.Reference.resolve
.. automethod:: pygit2.Reference.log .. automethod:: pygit2.Reference.log
.. automethod:: pygit2.Reference.log_append
Example:: Example::