Skip to content

Commit

Permalink
Add ConfigEntry docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thecjharries committed Mar 17, 2018
1 parent 67701ed commit 0c1f2d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,14 @@ string. In order to apply the git-config parsing rules, you can use

.. automethod:: pygit2.Config.get_bool
.. automethod:: pygit2.Config.get_int


The ConfigEntry type
====================

.. automethod:: pygit2.ConfigEntry.decode_as_string
.. automethod:: pygit2.ConfigEntry._from_c
.. automethod:: pygit2.ConfigEntry.name
.. automethod:: pygit2.ConfigEntry.level
.. automethod:: pygit2.ConfigEntry.value
.. automethod:: pygit2.ConfigEntry.value_string

0 comments on commit 0c1f2d8

Please sign in to comment.