GitPython icon indicating copy to clipboard operation
GitPython copied to clipboard

Docs: No API Docs for git.config.GitConfigParser

Open NMertsch opened this issue 7 months ago • 1 comments

The API docs are great and detailed. However, the class git.config.GitConfigParser is only mentioned by name:

Image

The link "Alias of `GitConfigParser" refers to the line above.

It would be great if methods like get_value(...) would be documented.

NMertsch avatar Apr 29 '25 19:04 NMertsch

Thanks for the suggestion, a good catch!

I always found the Sphinx documentation hard to use, which is doubly so now that I mostly deal with documentation like this.

Byron avatar Apr 29 '25 20:04 Byron