Skip to content

Commit

Permalink
lswainemoore published a site update
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhagan committed Nov 28, 2023
1 parent b768b3d commit 44f423b
Show file tree
Hide file tree
Showing 82 changed files with 1,423 additions and 1,018 deletions.
15 changes: 12 additions & 3 deletions _sources/api.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,22 @@ the Usage section for instructions on how to use them.
endpoints.users.Users.update


.. rubric:: Teams Endpoints
.. rubric:: Organizations Endpoints

.. autosummary::
:toctree: generated/

endpoints.teams.Teams.list
endpoints.teams.Teams.get
endpoints.organizations.Organizations.list
endpoints.organizations.Organizations.get


.. rubric:: Networks Endpoints

.. autosummary::
:toctree: generated/

endpoints.networks.Networks.list
endpoints.networks.Networks.get


.. rubric:: Devices Endpoints
Expand Down
5 changes: 3 additions & 2 deletions _sources/generated/quantaq.QuantAQAPIClient.rst.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.QuantAQAPIClient
quantaq.QuantAQAPIClient
========================

.. currentmodule:: quantaq
Expand Down Expand Up @@ -35,7 +35,8 @@ quantaq.QuantAQAPIClient
~QuantAQAPIClient.headers
~QuantAQAPIClient.logs
~QuantAQAPIClient.models
~QuantAQAPIClient.teams
~QuantAQAPIClient.networks
~QuantAQAPIClient.organizations
~QuantAQAPIClient.users


5 changes: 3 additions & 2 deletions _sources/generated/quantaq.client.APIClient.rst.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.client.APIClient
quantaq.client.APIClient
========================

.. currentmodule:: quantaq.client
Expand Down Expand Up @@ -35,7 +35,8 @@ quantaq.client.APIClient
~APIClient.headers
~APIClient.logs
~APIClient.models
~APIClient.teams
~APIClient.networks
~APIClient.organizations
~APIClient.users


6 changes: 0 additions & 6 deletions _sources/generated/quantaq.client.APIClient.users.rst.txt

This file was deleted.

2 changes: 1 addition & 1 deletion _sources/generated/quantaq.client.ClientBase.rst.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.client.ClientBase
quantaq.client.ClientBase
=========================

.. currentmodule:: quantaq.client
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.client.DevelopmentAPIClient
quantaq.client.DevelopmentAPIClient
===================================

.. currentmodule:: quantaq.client
Expand Down Expand Up @@ -35,7 +35,8 @@ quantaq.client.DevelopmentAPIClient
~DevelopmentAPIClient.headers
~DevelopmentAPIClient.logs
~DevelopmentAPIClient.models
~DevelopmentAPIClient.teams
~DevelopmentAPIClient.networks
~DevelopmentAPIClient.organizations
~DevelopmentAPIClient.users


5 changes: 3 additions & 2 deletions _sources/generated/quantaq.client.ProductionAPIClient.rst.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.client.ProductionAPIClient
quantaq.client.ProductionAPIClient
==================================

.. currentmodule:: quantaq.client
Expand Down Expand Up @@ -35,7 +35,8 @@ quantaq.client.ProductionAPIClient
~ProductionAPIClient.headers
~ProductionAPIClient.logs
~ProductionAPIClient.models
~ProductionAPIClient.teams
~ProductionAPIClient.networks
~ProductionAPIClient.organizations
~ProductionAPIClient.users


5 changes: 3 additions & 2 deletions _sources/generated/quantaq.client.StagingAPIClient.rst.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.client.StagingAPIClient
quantaq.client.StagingAPIClient
===============================

.. currentmodule:: quantaq.client
Expand Down Expand Up @@ -35,7 +35,8 @@ quantaq.client.StagingAPIClient
~StagingAPIClient.headers
~StagingAPIClient.logs
~StagingAPIClient.models
~StagingAPIClient.teams
~StagingAPIClient.networks
~StagingAPIClient.organizations
~StagingAPIClient.users


Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.endpoints.cellular.Cellular.drop
quantaq.endpoints.cellular.Cellular.drop
========================================

.. currentmodule:: quantaq.endpoints.cellular
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.endpoints.cellular.Cellular.list
quantaq.endpoints.cellular.Cellular.list
========================================

.. currentmodule:: quantaq.endpoints.cellular
Expand Down
2 changes: 1 addition & 1 deletion _sources/generated/quantaq.endpoints.data.Data.get.rst.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.endpoints.data.Data.get
quantaq.endpoints.data.Data.get
===============================

.. currentmodule:: quantaq.endpoints.data
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.endpoints.data.Data.list
quantaq.endpoints.data.Data.list
================================

.. currentmodule:: quantaq.endpoints.data
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.endpoints.devices.Devices.add
quantaq.endpoints.devices.Devices.add
=====================================

.. currentmodule:: quantaq.endpoints.devices
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.endpoints.devices.Devices.drop
quantaq.endpoints.devices.Devices.drop
======================================

.. currentmodule:: quantaq.endpoints.devices
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.endpoints.devices.Devices.get
quantaq.endpoints.devices.Devices.get
=====================================

.. currentmodule:: quantaq.endpoints.devices
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.endpoints.devices.Devices.list
quantaq.endpoints.devices.Devices.list
======================================

.. currentmodule:: quantaq.endpoints.devices
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.endpoints.devices.Devices.update
quantaq.endpoints.devices.Devices.update
========================================

.. currentmodule:: quantaq.endpoints.devices
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.endpoints.logs.Logs.drop
quantaq.endpoints.logs.Logs.drop
================================

.. currentmodule:: quantaq.endpoints.logs
Expand Down
2 changes: 1 addition & 1 deletion _sources/generated/quantaq.endpoints.logs.Logs.get.rst.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.endpoints.logs.Logs.get
quantaq.endpoints.logs.Logs.get
===============================

.. currentmodule:: quantaq.endpoints.logs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.endpoints.logs.Logs.list
quantaq.endpoints.logs.Logs.list
================================

.. currentmodule:: quantaq.endpoints.logs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.endpoints.logs.Logs.update
quantaq.endpoints.logs.Logs.update
==================================

.. currentmodule:: quantaq.endpoints.logs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.endpoints.models.Models.add
quantaq.endpoints.models.Models.add
===================================

.. currentmodule:: quantaq.endpoints.models
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.endpoints.models.Models.get
quantaq.endpoints.models.Models.get
===================================

.. currentmodule:: quantaq.endpoints.models
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
quantaq.endpoints.networks.Networks.get
=======================================

.. currentmodule:: quantaq.endpoints.networks

.. automethod:: Networks.get
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
quantaq.endpoints.networks.Networks.list
========================================

.. currentmodule:: quantaq.endpoints.networks

.. automethod:: Networks.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
quantaq.endpoints.organizations.Organizations.get
=================================================

.. currentmodule:: quantaq.endpoints.organizations

.. automethod:: Organizations.get
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
quantaq.endpoints.organizations.Organizations.list
==================================================

.. currentmodule:: quantaq.endpoints.organizations

.. automethod:: Organizations.list
6 changes: 0 additions & 6 deletions _sources/generated/quantaq.endpoints.teams.Teams.get.rst.txt

This file was deleted.

6 changes: 0 additions & 6 deletions _sources/generated/quantaq.endpoints.teams.Teams.list.rst.txt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.endpoints.users.Users.get
quantaq.endpoints.users.Users.get
=================================

.. currentmodule:: quantaq.endpoints.users
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.endpoints.users.Users.list
quantaq.endpoints.users.Users.list
==================================

.. currentmodule:: quantaq.endpoints.users
Expand Down
25 changes: 0 additions & 25 deletions _sources/generated/quantaq.endpoints.users.Users.rst.txt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.endpoints.users.Users.update
quantaq.endpoints.users.Users.update
====================================

.. currentmodule:: quantaq.endpoints.users
Expand Down
2 changes: 1 addition & 1 deletion _sources/generated/quantaq.utils.to_dataframe.rst.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
quantaq.utils.to\_dataframe
quantaq.utils.to\_dataframe
===========================

.. currentmodule:: quantaq.utils
Expand Down
9 changes: 5 additions & 4 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
py-quantaq
===========

`py-quantaq` is built to make it easy to access the QuantAQ REST API using Python. The
most recent versions of the library can be found on PyPI and supports applications written
using Python 3.6 and later.
`py-quantaq` is built to make it easy to access the `QuantAQ <https://quant-aq.com>`_ REST API using Python.
The most recent versions of the library can be found on `PyPI <https://pypi.org/project/py-quantaq/>`_ and
support applications written using Python 3.6 and later.


Install the Library
Expand All @@ -30,7 +30,8 @@ management tool:
$ poetry add py-quantaq
You can also clone the repository locally and build from source using poetry:
You can also clone the repository from `GitHub <https://github.com/quant-aq/py-quantaq/>`_
locally and build from source using poetry:

.. code-block:: shell
Expand Down
Loading

0 comments on commit 44f423b

Please sign in to comment.