Skip to content

Commit

Permalink
doc for MercurialRepoProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Oct 5, 2020
1 parent a75a795 commit f3a67a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/developer/repoproviders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Currently supported providers, their prefixes and specs are:
+------------+--------------------+-------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| Git | ``git`` | ``<url-escaped-url>/<commit-sha>`` | A generic repository provider for URLs that point directly to a git repository. |
+------------+--------------------+-------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| Mercurial | ``hg`` | ``<url-escaped-url>/<commit-sha>`` | A generic repository provider for URLs that point directly to a Mercurial repository. |
+------------+--------------------+-------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+

Adding a new repository provider
================================
Expand Down
7 changes: 7 additions & 0 deletions doc/reference/repoproviders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,10 @@ Module: :mod:`binderhub.repoproviders`

.. autoconfigurable:: GitRepoProvider
:members:


:class:`MercurialRepoProvider`
---------------------------

.. autoconfigurable:: MercurialRepoProvider
:members:

0 comments on commit f3a67a4

Please sign in to comment.