diff --git a/README.rst b/README.rst index 71938f0..2b35ad9 100644 --- a/README.rst +++ b/README.rst @@ -4,19 +4,17 @@ A python module for interacting with various parts of Steam_. Supports Python ``2.7+`` and ``3.4+``. -.. note:: - Python 3 support for the SteamClient is not available in the release, - see `issue#10 `_. +Python 3 support for the SteamClient is not available in the release, see `issue#10 `_. Main features: * `SteamID `_ - convert between the various ID representations with ease * `WebAPI `_ - simple API for Steam's Web API with automatic population of interfaces * `WebAuth `_ - authentication for access to ``store.steampowered.com`` and ``steamcommunity.com`` -* `SteamClient _` - communication with the steam network based on ``gevent``. +* `SteamClient `_ - communication with the steam network based on ``gevent``. Checkout the `User guide `_ for examples, - or the `API Reference `_ for details. +or the `API Reference `_ for details. For questions, issues or general curiosity visit the repo at `https://github.com/ValvePython/steam `_. @@ -36,7 +34,7 @@ Install the current dev version from ``github``:: pip install git+https://github.com/ValvePython/steam pip install git+https://github.com/ValvePython/steam#egg=steam[client] -For extras syntax in ``requirements.txt`` see `pip docs `_:: +For extras syntax in ``requirements.txt`` see `pip docs `_ Testing -------