docs: fix make html

This commit is contained in:
J. David Ibáñez 2017-04-19 21:34:07 +02:00
parent 320ee5e733
commit 0733ba4da3

@ -69,12 +69,12 @@ Branches
Branches inherit from References, and additionally provide specialized
accessors for some unique features.
.. automethod:: pygit2.Repository.Branches.create
.. automethod:: pygit2.Repository.Branches.delete
.. automethod:: pygit2.Repository.Branches.get
.. automethod:: pygit2.Repository.Branches.__getitem__
.. automethod:: pygit2.Repository.Branches.__iter__
.. automethod:: pygit2.Repository.Branches.__contains__
.. automethod:: pygit2.repository.Branches.create
.. automethod:: pygit2.repository.Branches.delete
.. automethod:: pygit2.repository.Branches.get
.. automethod:: pygit2.repository.Branches.__getitem__
.. automethod:: pygit2.repository.Branches.__iter__
.. automethod:: pygit2.repository.Branches.__contains__
Example::