Skip to content

Commit

Permalink
actually add docs and remove rst from gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
yiwensong committed Oct 17, 2018
1 parent 76c58c8 commit 6168da3
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ example.py
build/
dist/
*.egg-info/
*.rst
venv/
*log.txt
cbpro/__pycache__/
Expand All @@ -14,4 +13,4 @@ cbpro/__pycache__/
tests/__pycache__/
.pytest_cache
.tox/
docs/build
docs/build/*
9 changes: 9 additions & 0 deletions docs/source/authenticated_client.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Authenticaed Client
===================

.. contents::

Authenticaed Client
-------------------
.. automodule:: cbpro.authenticated_client
:members:
9 changes: 9 additions & 0 deletions docs/source/cbpro_auth.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Authentication
==============

.. contents::

Authentication
--------------
.. automodule:: cbpro.cbpro_auth
:members:
20 changes: 20 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.. cbpro2 documentation master file, created by
sphinx-quickstart on Wed Oct 17 00:21:26 2018.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
cbpro2
======
:mod:`cbpro2` is a python client library to interact with coinbase pro.

Documentation
-------------
.. toctree::
:titlesonly:
:numbered: 1

public_client
authenticated_client
cbpro_auth
order_book
websocket_client
9 changes: 9 additions & 0 deletions docs/source/order_book.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Order Book
==========

.. contents::

Order Book
----------
.. automodule:: cbpro.order_book
:members:
9 changes: 9 additions & 0 deletions docs/source/public_client.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Public Client
=============

.. contents::

Public Client
-------------
.. automodule:: cbpro.public_client
:members:
9 changes: 9 additions & 0 deletions docs/source/websocket_client.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Websocket Client
=============

.. contents::

Websocket Client
-------------
.. automodule:: cbpro.websocket_client
:members:

0 comments on commit 6168da3

Please sign in to comment.