mirror of
https://github.com/elyby/docs.git
synced 2024-11-14 17:26:23 +05:30
Update some strings
This commit is contained in:
parent
d9e058254c
commit
ebbe82351a
@ -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
|
||||
# "<project> v<release> 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
|
||||
|
@ -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 <https://account.ely.by/dev/applications/new>` _. Select **Website** as the
|
||||
First you need to `create a new application <https://account.ely.by/dev/applications/new>`_. 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:
|
||||
|
||||
|
@ -8,9 +8,9 @@
|
||||
Регистрация приложения
|
||||
======================
|
||||
|
||||
Для начала вам необходимо `создать новое приложение <https://account.ely.by/dev/applications/new>`_. Выберите в качестве
|
||||
типа приложения **Веб-сайт**. В качестве *адреса переадресации* можно указать только домен, но для повышения
|
||||
безопасности лучше использовать полный путь переадресации. Примеры допустимых адресов:
|
||||
Для начала вам необходимо `создать новое приложение <https://account.ely.by/dev/applications/new>`_. Выберите тип
|
||||
приложения **Веб‑сайт**. В качестве *адреса переадресации* можно указать только домен, но для повышения безопасности
|
||||
лучше использовать полный путь переадресации. Примеры допустимых адресов:
|
||||
|
||||
* :samp:`http://site.com`
|
||||
* :samp:`http://site.com/oauth/ely`
|
||||
|
Loading…
Reference in New Issue
Block a user