Fix building the docs
This commit is contained in:
parent
30e57e13e3
commit
718a2df1d5
@ -48,19 +48,33 @@ The Patch type
|
||||
|
||||
Attributes:
|
||||
|
||||
.. autoattribute:: pygit2.Patch.old_file_path
|
||||
.. autoattribute:: pygit2.Patch.new_file_path
|
||||
.. autoattribute:: pygit2.Patch.old_id
|
||||
.. autoattribute:: pygit2.Patch.new_id
|
||||
.. autoattribute:: pygit2.Patch.status
|
||||
.. autoattribute:: pygit2.Patch.similarity
|
||||
.. autoattribute:: pygit2.Patch.delta
|
||||
.. autoattribute:: pygit2.Patch.hunks
|
||||
.. autoattribute:: pygit2.Patch.additions
|
||||
.. autoattribute:: pygit2.Patch.deletions
|
||||
.. autoattribute:: pygit2.Patch.line_stats
|
||||
|
||||
|
||||
The DiffDelta type
|
||||
====================
|
||||
|
||||
Attributes:
|
||||
|
||||
.. autoattribute:: pygit2.DiffDelta.old_file
|
||||
.. autoattribute:: pygit2.DiffDelta.new_file
|
||||
.. autoattribute:: pygit2.DiffDelta.status
|
||||
.. autoattribute:: pygit2.DiffDelta.similarity
|
||||
|
||||
Getters:
|
||||
|
||||
.. autoattribute:: pygit2.Patch.is_binary
|
||||
.. autoattribute:: pygit2.DiffDelta.is_binary
|
||||
|
||||
|
||||
The DiffFile type
|
||||
====================
|
||||
|
||||
Attributes:
|
||||
|
||||
.. autoattribute:: pygit2.DiffFile.path
|
||||
.. autoattribute:: pygit2.DiffFile.id
|
||||
|
||||
|
||||
The DiffHunk type
|
||||
|
@ -69,8 +69,5 @@ Below there are some general attributes and methods:
|
||||
.. automethod:: pygit2.Repository.write
|
||||
.. automethod:: pygit2.Repository.reset
|
||||
.. automethod:: pygit2.Repository.state_cleanup
|
||||
<<<<<<< HEAD
|
||||
.. automethod:: pygit2.Repository.write_archive
|
||||
=======
|
||||
.. automethod:: pygit2.Repository.ahead_behind
|
||||
>>>>>>> Add Repsitory.ahead_behind()
|
||||
|
Loading…
x
Reference in New Issue
Block a user