Изменения, направленные на лучший опыт разработки:

- зависимости вынесены в requirements.txt
- добавлена поддержка sphinx-autobuild
- исправлено кодирование русских символов в файле конфигурации
- мелкие правки шаблона
This commit is contained in:
ErickSkrauch
2015-08-23 20:03:58 +03:00
parent c81514c8c3
commit 4568bdd206
8 changed files with 63 additions and 7 deletions

View File

@ -4,7 +4,7 @@ body {
background: #ebe8e1!important;
}
h1, h2, h3, h4, h5, h6, legend {
h1, h2, h3, h4, h5, h6, legend, .wy-side-nav-search > a, .wy-nav-top a {
font-family: "Roboto Condensed", "Roboto Slab", sans-serif;
font-weight: normal;
}
@ -20,9 +20,18 @@ h1, h2, h3, h4, h5, h6, legend {
.wy-nav-side {
background-color: #232323;
overflow-y: auto;
}
.wy-table-responsive table td,
.wy-table-responsive table th {
white-space: normal;
}
}
.wy-side-nav-search > a {
font-size: 21px;
}
.wy-nav-top {
line-height: 30px;
}

View File

@ -45,7 +45,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = 'Документация Ely.by'
project = unicode('Документация Ely.by', "utf-8" )
copyright = '2015, ErickSkrauch'
# The version info for the project you're documenting, acts as replacement for
@ -112,7 +112,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 = None
html_title = unicode('Документация Ely.by v' + release, 'utf-8')
# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None

View File

@ -9,7 +9,8 @@
В этой документации вы найдёте информацию о публичных сервисах проекта Ely.by, ознакомившись с которой вы сможете самостоятельно
реализовать свои программные продукты для совместной работы с сервисом Ely.by.
Вы можете свободно улучшать и вносить предложения по изменениям в документацию в репозитории документации.
Вы можете свободно улучшать и вносить предложения по изменениям в документацию в
`репозитории документации <https://bitbucket.org/ErickSkrauch/ely.by-docs>`_.
Содержание:
~~~~~~~~~~~