Skip to content

Commit

Permalink
📝
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Aug 9, 2023
1 parent 631f6aa commit 576f8f4
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 110 deletions.
39 changes: 0 additions & 39 deletions README.md

This file was deleted.

61 changes: 61 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
.. raw:: html

<br>
<table style="border: 1px solid transparent">
<tr>
<td>
<a href="https://talkytrader.github.io/wiki/"><img src="https://img.shields.io/badge/Wiki-%23000000.svg?style=for-the-badge&logo=wikipedia&logoColor=white"></a>
<a href="https://github.com/mraniki/tt/"><img src="https://img.shields.io/badge/github-%23000000.svg?style=for-the-badge&logo=github&logoColor=white"></a><br>
<a href="https://hub.docker.com/r/mraniki/tt"><img src="https://img.shields.io/docker/pulls/mraniki/tt?style=for-the-badge"></a>
<br>
</td>
<td align="center"><img width="200" alt="Logo" src="https://github.com/mraniki/cefi/blob/main/docs/_static/logo-full.png"></td>
</tr>
<tr>
<td>
<a href="https://pypi.org/project/cefi/"><img src="https://img.shields.io/pypi/v/cefi?style=for-the-badge&logo=PyPI&logoColor=white"></a><br>
<a href="https://pypi.org/project/cefi/"><img src="https://img.shields.io/pypi/dm/cefi?style=for-the-badge&logo=PyPI&logoColor=white&label=pypi&labelColor=grey"></a><br>
<a href="https://github.com/mraniki/cefi/"><img src="https://img.shields.io/github/actions/workflow/status/mraniki/cefi/%F0%9F%91%B7Flow.yml?style=for-the-badge&logo=GitHub&logoColor=white"></a><br>
<a href="https://talky.readthedocs.io/"><img src="https://readthedocs.org/projects/cefi/badge/?version=latest&style=for-the-badge"></a><br>
<a href="https://codebeat.co/projects/github-com-mraniki-cefi-main"><img src="https://codebeat.co/badges/6aecf822-ea11-499c-80d9-37cd3f35b923"/></a><br>
<a href="https://codecov.io/gh/mraniki/cefi"> <img src="https://codecov.io/gh/mraniki/cefi/branch/main/graph/badge.svg?token=BTIoKrcXNq"/></a><br>
</td>
<td align="left">
Interact with CEX Exchanges<br>
supported by CCXT.
</td>

</tr>
</table>

<h5>How to use it</h5>
<pre>
<code>
cex = CexExchange()
await cex.get_account_balance()
</code>
</pre>


<h5>Documentation</h5>
<a href="https://talky.readthedocs.io/projects/cefi/en/latest/"><img src="https://img.shields.io/badge/Documentation-000000?style=for-the-badge&logo=readthedocs&logoColor=white"></a><br>


User Guide
==========

.. toctree::
:maxdepth: 3

01_start
02_config


Module Reference
================

.. toctree::
:maxdepth: 4

03_module

37 changes: 0 additions & 37 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,40 +1,3 @@
/*
#073BD9
#05C7F2
#05F2F2
#F2DA63
#F2E6A7
*/


/* :root {
--body-bg: #292929;
--body-color: #E2E8E4;
}
.navbar-inverse, .navbar-collapse, .navbar-brand:hover, .navbar-default, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
background-color: #222222;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
color: #ffcc00;
}
a {
color: #ffcc00;
}
a:hover {
color: #ffcc00; ;
}
a:hover code {
color: #ffcc00;
}
dt:target, span.highlighted {
background-color: transparent;
} */

.bd-footer {
display: none;
Expand Down
35 changes: 1 addition & 34 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,34 +1 @@
===========
FindMyOrder
===========

.. image:: ../docs/_static/logo-full.png
:width: 200
:alt: logo
:align: right

| xxxxxxxx

User Guide
==========

.. toctree::
:maxdepth: 4

01_start
02_config


Module Reference
================

.. toctree::
:maxdepth: 4

03_module


.. raw:: html

<br>
../README.rst

0 comments on commit 576f8f4

Please sign in to comment.