From a8e434b0bdf435b0b57efe77cdccdeaec6b7b0a4 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Mon, 29 Aug 2022 13:57:45 +0400 Subject: [PATCH] Readme, bug in docs --- README.md | 12 ++++++------ docs/howto/auth.md | 2 +- docs/index.md | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index cad3b6b..70d1d1d 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ Python Aternos supports: > I always try to hide automated python-aternos requests > using browser-specific headers/cookies, > but you should make backups to restore your world -> if your account will be banned -> (view [#16](https://github.com/DarkCat09/python-aternos/issues/16) +> if Aternos detects violation of ToS and bans your account +> (view issues [#16](https://github.com/DarkCat09/python-aternos/issues/16) > and [#46](https://github.com/DarkCat09/python-aternos/issues/46)). ## Install @@ -56,7 +56,7 @@ $ pip install python-aternos > **Note** for Windows users > > Install `lxml` package from [here](https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml) -> if you have problems with it, and then execute +> if you have problems with it, and then execute: > `pip install --no-deps python-aternos` ### Development @@ -112,9 +112,9 @@ if testserv is not None: ## [More examples](https://github.com/DarkCat09/python-aternos/tree/main/examples) -## [Documentation](https://darkcat09.codeberg.page/aternos-docs/) +## [Documentation](https://python-aternos.codeberg.page/) -## [How-To Guide](https://darkcat09.codeberg.page/aternos-docs/howto/auth) +## [How-To Guide](https://python-aternos.codeberg.page/howto/auth) ## Changelog |Version|Description | @@ -135,7 +135,7 @@ if testserv is not None: |v3.1.x|Shared access API and Google Drive backups.| ## License -[License Notice](NOTICE): +[License Notice:](https://github.com/DarkCat09/python-aternos/blob/main/NOTICE) ``` Copyright 2021-2022 All contributors diff --git a/docs/howto/auth.md b/docs/howto/auth.md index 62c52eb..440b559 100644 --- a/docs/howto/auth.md +++ b/docs/howto/auth.md @@ -1,7 +1,7 @@ # How-To 1: Logging in ## Intro -Firstly, let's install the library using the command from ["Common install" section](../#common). +Firstly, let's install the library using the command from ["Common install" section](../../#common). ```bash pip install python-aternos ``` diff --git a/docs/index.md b/docs/index.md index cad3b6b..70d1d1d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -43,8 +43,8 @@ Python Aternos supports: > I always try to hide automated python-aternos requests > using browser-specific headers/cookies, > but you should make backups to restore your world -> if your account will be banned -> (view [#16](https://github.com/DarkCat09/python-aternos/issues/16) +> if Aternos detects violation of ToS and bans your account +> (view issues [#16](https://github.com/DarkCat09/python-aternos/issues/16) > and [#46](https://github.com/DarkCat09/python-aternos/issues/46)). ## Install @@ -56,7 +56,7 @@ $ pip install python-aternos > **Note** for Windows users > > Install `lxml` package from [here](https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml) -> if you have problems with it, and then execute +> if you have problems with it, and then execute: > `pip install --no-deps python-aternos` ### Development @@ -112,9 +112,9 @@ if testserv is not None: ## [More examples](https://github.com/DarkCat09/python-aternos/tree/main/examples) -## [Documentation](https://darkcat09.codeberg.page/aternos-docs/) +## [Documentation](https://python-aternos.codeberg.page/) -## [How-To Guide](https://darkcat09.codeberg.page/aternos-docs/howto/auth) +## [How-To Guide](https://python-aternos.codeberg.page/howto/auth) ## Changelog |Version|Description | @@ -135,7 +135,7 @@ if testserv is not None: |v3.1.x|Shared access API and Google Drive backups.| ## License -[License Notice](NOTICE): +[License Notice:](https://github.com/DarkCat09/python-aternos/blob/main/NOTICE) ``` Copyright 2021-2022 All contributors