Adding Soruce Code Repository URL

WARNING(long_description missing)

Usage

DocConverter.add_repo_url(url,
branch='main')

Arguments

urlstr
URL (e.g., to the github repository).
branchstr
Branch name, defaults to “main”.

Raises

  • TypeError: If url or branch are not str.
  • ValueError: If url does not look like a URL.