diff --git a/README.md b/README.md deleted file mode 100644 index 9ec927d1..00000000 --- a/README.md +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - -
- -
- -
-
Logo
-
-
-
-
-
-
-
- Interact with CEX Exchanges
- supported by CCXT. -
- -
How to use it
-
-
-    cex = CexExchange()
-    await cex.get_account_balance()
-
-
- - -
Documentation
-
diff --git a/README.rst b/README.rst new file mode 100644 index 00000000..b031c347 --- /dev/null +++ b/README.rst @@ -0,0 +1,61 @@ +.. raw:: html + +
+ + + + + + + + + + +
+ +
+ +
+
Logo
+
+
+
+
+
+
+
+ Interact with CEX Exchanges
+ supported by CCXT. +
+ +
How to use it
+
+  
+      cex = CexExchange()
+      await cex.get_account_balance()
+  
+  
+ + +
Documentation
+
+ + +User Guide +========== + +.. toctree:: + :maxdepth: 3 + + 01_start + 02_config + + +Module Reference +================ + +.. toctree:: + :maxdepth: 4 + + 03_module + diff --git a/docs/_static/custom.css b/docs/_static/custom.css index b3405eab..fec5bd89 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -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; diff --git a/docs/index.rst b/docs/index.rst index 58fd8b76..89a01069 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 - -
+../README.rst \ No newline at end of file