From bb751b3166ee00c17a7c9b8a0745185891792421 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sat, 18 May 2019 17:59:00 +0100 Subject: [PATCH] add master server to README and docs [ci skip] --- README.rst | 7 ++++--- docs/intro.rst | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 9526165..fd37291 100644 --- a/README.rst +++ b/README.rst @@ -9,11 +9,12 @@ 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`` +* `WebAPI `_ - simple API for Steam's Web API with automatic population of interfaces +* `SteamAuthenticator `_ - enable/disable/manage 2FA on account and generate codes +* `SteamID `_ - convert between the various ID representations with ease +* `Master Server Query Protocol `_ - query masters servers directly or via ``SteamClient`` Checkout the `User guide `_ for examples, or the `API Reference `_ for details. diff --git a/docs/intro.rst b/docs/intro.rst index 9d616f8..8d21924 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -14,11 +14,12 @@ Supports Python ``2.7+`` and ``3.4+``. Key features ============ -* :doc:`SteamAuthenticator ` - enable/disable/manage 2FA on account and generate codes * :doc:`SteamClient ` - communication with the steam network based on ``gevent`` -* :doc:`SteamID ` - convert between the various ID representations with ease -* :doc:`WebAPI ` - simple API for Steam's Web API with automatic population of interfaces * :doc:`WebAuth ` - authentication for access to ``store.steampowered.com`` and ``steamcommunity.com`` +* :doc:`WebAPI ` - simple API for Steam's Web API with automatic population of interfaces +* :doc:`SteamAuthenticator ` - enable/disable/manage 2FA on account and generate codes +* :doc:`SteamID ` - convert between the various ID representations with ease +* :doc:`Master Server Query Protocol ` - query masters servers directly or via ``SteamClient`` Checkout the :doc:`user_guide` for examples, or the :doc:`api/steam` for details.