Closed
Description
Hello Maintainers :)
Is it me or you do not have any documentation of the sources on the readthedoc ?
I thought it should be in https://gitpython.readthedocs.io/en/stable/reference.html#
but it's empty....
For instance i'm searching if gitpython.repo/remote.push
returns a boolean or not but I do not find any class documentation, just the tuto (which are usefull nevertheless :) )
Maybe It's not really necessary as we can always search inside the code but.... sphinx allow it directly as long as you comment your code (which is already done for what I've seen).
Regards