docs: make client the name of the module (#1720)

This commit is contained in:
Andy McKay 2016-07-27 13:15:31 -07:00 коммит произвёл William Lachance
Родитель f7e83fabfd
Коммит 55dff0175c
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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: