Skip to content

Commit 8705919

Browse files
Merge pull request #53 from liquidz00/docs
Minor documentation updates
2 parents c03929c + 318bc50 commit 8705919

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/contributors/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ It is recommended you use a Python virtual environment for local development (se
4747

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

50-
.. code-block:: shell
50+
.. code-block:: console
5151
52-
(.vent) % make install
52+
(.venv) % make install
5353
5454
This will install the package in editable mode with all dev and optional dependencies.
5555

docs/user/getting_started.rst

+5
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ Import the Jamf Pro client from the SDK:
3737

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

40+
.. note::
41+
42+
When passing your Jamf Pro server name, do not include the scheme (``https://``) as the SDK handles this automatically for you.
43+
44+
4045
>>> client = JamfProClient(
4146
... server="jamf.my.org",
4247
... credentials=BasicAuthProvider("oscar", "j@mf1234!")

0 commit comments

Comments
 (0)