Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Sep 8, 2023
0 parents commit b920fbe
Show file tree
Hide file tree
Showing 31 changed files with 3,717 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 3fb45b8e04549525f62c6170296cd61d
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added .nojekyll
Empty file.
7 changes: 7 additions & 0 deletions _sources/api.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. _api:

API Reference
--------------

.. autoclass:: cirun.Cirun
:members:
34 changes: 34 additions & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Cirun's Python Client documentation!
====================================

Cirun's API can be accessed via this client.

Installation
============

.. code-block:: bash
pip install cirun
or via `conda-forge`

.. code-block:: bash
conda install -c conda-forge cirun
.. toctree::
:maxdepth: 2

api

Contributing
============

There are multiple ways you can contibute to cirun client

* Add missing documentation.
* Report bugs.

Use github's Pull request/issues feature for all contributions.
Loading

0 comments on commit b920fbe

Please sign in to comment.