Skip to content

Commit

Permalink
Merge pull request #53 from liquidz00/docs
Browse files Browse the repository at this point in the history
Minor documentation updates
  • Loading branch information
brysontyrrell authored Aug 2, 2024
2 parents c03929c + 318bc50 commit 8705919
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributors/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ It is recommended you use a Python virtual environment for local development (se

With your virtual environment active run the following from the SDK repository's directory:

.. code-block:: shell
.. code-block:: console
(.vent) % make install
(.venv) % make install
This will install the package in editable mode with all dev and optional dependencies.

Expand Down
5 changes: 5 additions & 0 deletions docs/user/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ Import the Jamf Pro client from the SDK:

Create a client object passing in your Jamf Pro server name and a username and password:

.. note::

When passing your Jamf Pro server name, do not include the scheme (``https://``) as the SDK handles this automatically for you.


>>> client = JamfProClient(
... server="jamf.my.org",
... credentials=BasicAuthProvider("oscar", "j@mf1234!")
Expand Down

0 comments on commit 8705919

Please sign in to comment.