Skip to content

Commit

Permalink
Remove pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam McHardy committed Jan 9, 2018
1 parent ca8a7af commit ef05d17
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions docs/account.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,3 @@ Account
.. code:: python
trades = client.get_my_trades(symbol='BNBBTC')
.. image:: https://analytics-pixel.appspot.com/UA-111417213-1/github/python-binance/docs/account?pixel
2 changes: 0 additions & 2 deletions docs/binance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,3 @@ websockets module
:members:
:undoc-members:
:show-inheritance:

.. image:: https://analytics-pixel.appspot.com/UA-111417213-1/github/python-binance/docs/binance?pixel
2 changes: 0 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -404,5 +404,3 @@ Initial version
**Added**

- General, Market Data and Account endpoints

.. image:: https://analytics-pixel.appspot.com/UA-111417213-1/github/python-binance/docs/changelog?pixel
2 changes: 0 additions & 2 deletions docs/depth_cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,3 @@ This will close the internal websocket and this instance of the `DepthCacheManag
.. code:: python
dcm.close()
.. image:: https://analytics-pixel.appspot.com/UA-111417213-1/github/python-binance/docs/depth_cache?pixel
4 changes: 0 additions & 4 deletions docs/enums.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,3 @@ To use in your code reference either binance.client.Client or binance.websockets
from binance.websockets import BinanceSocketManager
side = Client.SIDE_BUY
socket_depth = BinanceSocketManager.WEBSOCKET_DEPTH_1
.. image:: https://analytics-pixel.appspot.com/UA-111417213-1/github/python-binance/docs/enums?pixel
2 changes: 0 additions & 2 deletions docs/exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,3 @@ BinanceWithdrawException
------------------------

Raised if the withdraw fails.

.. image:: https://analytics-pixel.appspot.com/UA-111417213-1/github/python-binance/docs/exceptions?pixel
2 changes: 0 additions & 2 deletions docs/faqs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ Check recvWindow is an integer and not a string.

*A*:If you see errors building Twisted indication Microsoft Visual C++ is required you may need to install the Visual C++ Build Tools
refer to the `Python Wiki on Widows Compilers <https://wiki.python.org/moin/WindowsCompilers>`_ for your relevant version.

.. image:: https://analytics-pixel.appspot.com/UA-111417213-1/github/python-binance/docs/faqs?pixel
2 changes: 0 additions & 2 deletions docs/general.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,3 @@ This call is deprecated, use the above Exchange Info call
.. code:: python
products = client.get_products()
.. image:: https://analytics-pixel.appspot.com/UA-111417213-1/github/python-binance/docs/general?pixel
2 changes: 0 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ Index
==================

* :ref:`genindex`

.. image:: https://analytics-pixel.appspot.com/UA-111417213-1/github/python-binance/docs/index?pixel
2 changes: 0 additions & 2 deletions docs/market_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,3 @@ Get first bid and ask entry in the order book for all markets.
.. code:: python
tickers = client.get_orderbook_tickers()
.. image:: https://analytics-pixel.appspot.com/UA-111417213-1/github/python-binance/docs/market_data?pixel
2 changes: 0 additions & 2 deletions docs/withdraw.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,3 @@ Raises a `BinanceWithdrawException <binance.html#binance.exceptions.BinanceWithd
.. code:: python
address = client.get_deposit_address(asset='BTC')
.. image:: https://analytics-pixel.appspot.com/UA-111417213-1/github/python-binance/docs/withdraw?pixel

0 comments on commit ef05d17

Please sign in to comment.