From ebbe82351a434b2c9ed6b8f1148b81f4cb5b5d4c Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Sun, 24 Feb 2019 01:15:45 +0300 Subject: [PATCH] Update some strings --- source/conf.py | 8 ++++---- source/en/oauth.rst | 2 +- source/ru/oauth.rst | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/conf.py b/source/conf.py index 9d638ca..ff37718 100644 --- a/source/conf.py +++ b/source/conf.py @@ -44,7 +44,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = 'Documentation of the Ely.by' +project = 'Ely.by Documentation' copyright = str(datetime.datetime.now().year) + ', ErickSkrauch' # The version info for the project you're documenting, acts as replacement for @@ -52,9 +52,9 @@ copyright = str(datetime.datetime.now().year) + ', ErickSkrauch' # built documents. # # The short X.Y version. -version = '1.0' +version = '' # The full version, including alpha/beta/rc tags. -release = '1.0' +release = '' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -111,7 +111,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -html_title = 'Documentation for the Ely.by' +html_title = 'Ely.by Docs' # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None diff --git a/source/en/oauth.rst b/source/en/oauth.rst index 2864232..a7c9cf6 100644 --- a/source/en/oauth.rst +++ b/source/en/oauth.rst @@ -7,7 +7,7 @@ The implementation of this protocol will allow your users to authorize using the Application registration ======================== -First you need to `create a new application ` _. Select **Website** as the +First you need to `create a new application `_. Select **Website** as the application type. For the *Redirect URI* you can get away with just specifying the domain, but to increase security it's advised to use the full redirect path. Here are examples of valid addresses: diff --git a/source/ru/oauth.rst b/source/ru/oauth.rst index 8a19c46..a9409ef 100644 --- a/source/ru/oauth.rst +++ b/source/ru/oauth.rst @@ -8,9 +8,9 @@ Регистрация приложения ====================== -Для начала вам необходимо `создать новое приложение `_. Выберите в качестве -типа приложения **Веб-сайт**. В качестве *адреса переадресации* можно указать только домен, но для повышения -безопасности лучше использовать полный путь переадресации. Примеры допустимых адресов: +Для начала вам необходимо `создать новое приложение `_. Выберите тип +приложения **Веб‑сайт**. В качестве *адреса переадресации* можно указать только домен, но для повышения безопасности +лучше использовать полный путь переадресации. Примеры допустимых адресов: * :samp:`http://site.com` * :samp:`http://site.com/oauth/ely`