Adding Soruce Code Repository URL
WARNING(long_description missing)
Usage
DocConverter.add_repo_url(url,
branch='main')
Arguments
-
url
str
- URL (e.g., to the github repository).
-
branch
str
- Branch name, defaults to “main”.
Raises
-
TypeError
: Ifurl
orbranch
are not str. -
ValueError
: Ifurl
does not look like a URL.