зеркало из https://github.com/mozilla/treeherder.git
docs: make client the name of the module (#1720)
This commit is contained in:
Родитель
f7e83fabfd
Коммит
55dff0175c
|
@ -26,6 +26,12 @@ using pip:
|
|||
|
||||
pip install treeherder-client
|
||||
|
||||
It will install a module called `thclient` that you can access, for example:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
from thclient import TreeherderClient
|
||||
|
||||
By default the production Treeherder API will be used, however this can be
|
||||
overridden by passing a `server_url` argument to the `TreeherderClient`
|
||||
constructor:
|
||||
|
|
Загрузка…
Ссылка в новой задаче