Skip to content

Commit cc2437f

Browse files
committed
doc: link to scim2-tester
1 parent 6562a06 commit cc2437f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"title": "scim2-client",
6060
"url": "https://scim2-client.readthedocs.io",
6161
},
62+
{"title": "scim2-tester", "url": "https://scim2-tester.readthedocs.io"},
6263
],
6364
}
6465

scim2_cli/test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
)
1616
@click.option("-v", "--verbose", is_flag=True, help="Enables verbose mode")
1717
def test_cli(ctx, headers, verbose):
18-
"""Perform a server SCIM compliance check using
19-
:doc:scim2-tester:`scim2-tester <index>`.
18+
"""Perform a server SCIM compliance check using :doc:`scim2-tester
19+
<scim2-tester:index>`.
2020
2121
.. code-block:: bash
2222

0 commit comments

Comments
 (0)