diff --git a/.travis.yml b/.travis.yml index 325e5424f0e9b2da32e3cc0eccb08acf46ab5d3a..96888de02debe0d2113d6d1c76220ce9b58a9a38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,7 @@ before_install: - pip install --upgrade pip - pip install --upgrade wheel # Set numpy version first, other packages link against it - - pip install six nose coverage codecov tox-travis pytest pytest-cov + - pip install six nose coverage codecov tox-travis pytest pytest-cov coveralls script: - tox diff --git a/README.rst b/README.rst index 91bf2a0d6e2b6680cfa764ac8843cdc5628f7adb..85317229eba67a26ef5c241ae13d22864012d4b0 100644 --- a/README.rst +++ b/README.rst @@ -3,8 +3,8 @@ beem - Unofficial Python Library for Steem !!!Alpha-State, be carefull!!! -beem is an unofficial python library for steem, which is created new from scratch from https://github.com/xeroc/python-bitshares. -The library name is derived from a beam maschine, similar to the analogy between steem and steam. beem depends on https://github.com/xeroc/python-graphenelib. +beem is an unofficial python library for steem, which is created new from scratch from `python-bitshares`_ +The library name is derived from a beam maschine, similar to the analogy between steem and steam. beem includes `python-graphenelib`_. .. image:: https://img.shields.io/pypi/v/beem.svg :target: https://pypi.python.org/pypi/beem/ @@ -175,4 +175,10 @@ This library is licensed under the MIT License. Acknowledgements ================ -https://github.com/xeroc/python-bitshares and https://github.com/xeroc/python-graphenelib were created by Fabian Schuh (xeroc). \ No newline at end of file +`python-bitshares`_ and `python-graphenelib`_ were created by Fabian Schuh (xeroc). + + +.. _python-graphenelib: https://github.com/xeroc/python-graphenelib +.. _python-bitshares: https://github.com/xeroc/python-bitshares +.. _Python: http://python.org +.. _Anaconda: https://www.continuum.io