From c7448aac4611ec033c8f8d93ca2b44a4a7ad2b2a Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sat, 18 Jun 2016 10:34:41 +0100 Subject: [PATCH] fix docs links in README [ci skip] --- README.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 4dd8663..bdfc99e 100644 --- a/README.rst +++ b/README.rst @@ -9,14 +9,14 @@ Documentation: http://steam.readthedocs.io/en/latest/ Key features ------------ -* `SteamAuthenticator `_ - enable/disable/manage 2FA on account and generate codes -* `SteamClient `_ - communication with the steam network based on ``gevent``. -* `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`` - -Checkout the `User guide `_ for examples, -or the `API Reference `_ for details. +* `SteamAuthenticator `_ - enable/disable/manage 2FA on account and generate codes +* `SteamClient `_ - communication with the steam network based on ``gevent``. +* `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`` + +Checkout the `User guide `_ for examples, +or the `API Reference `_ for details. For questions, issues or general curiosity visit the repo at `https://github.com/ValvePython/steam `_.