Skip to content

Commit 7af9cfd

Browse files
1 parent 521cbec commit 7af9cfd

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

labkey/query.py

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,17 @@
2525
This module is designed to simplify querying and manipulating data in LabKey Server.
2626
Its APIs are modeled after the LabKey Server JavaScript APIs of the same names.
2727
28-
Documentation:
29-
LabKey Python API:
30-
https://www.labkey.org/wiki/home/Documentation/page.view?name=python
28+
Installation and Setup for the LabKey Python API:
29+
https://github.com/LabKey/labkey-api-python/blob/master/README.md
3130
32-
Setup, configuration of the LabKey Python API:
33-
https://www.labkey.org/wiki/home/Documentation/page.view?name=setupPython
31+
Examples of the LabKey Python API:
32+
https://github.com/LabKey/labkey-api-python/tree/master/samples
3433
35-
Using the LabKey Python API:
36-
https://www.labkey.org/wiki/home/Documentation/page.view?name=usingPython
34+
Documentation for the LabKey Client APIs:
35+
https://www.labkey.org/Documentation/wiki-page.view?name=viewAPIs
3736
38-
Documentation for the LabKey client APIs:
39-
https://www.labkey.org/wiki/home/Documentation/page.view?name=viewAPIs
40-
41-
Support questions should be directed to the LabKey forum:
42-
https://www.labkey.org/announcements/home/Server/Forum/list.view?
37+
Support questions should be directed to the LabKey Developer forum:
38+
https://www.labkey.org/home/Support/Developer%20Forum/project-begin.view?
4339
4440
4541
############################################################################

0 commit comments

Comments
 (0)