add doc for UI : macros and CSS classes

This commit is contained in:
2016-02-22 21:08:47 +01:00
parent 786c3e6184
commit 901fa399e9
7 changed files with 148 additions and 4 deletions

View File

@@ -97,7 +97,7 @@ master_doc = 'index'
# General information about the project.
project = 'Chill Documentation'
copyright = '2014, Champs-Libres, published under the terms of the GNU Free Documentation License, Version 1.3'
copyright = '2014-2016, Champs-Libres, published under the terms of the GNU Free Documentation License, Version 1.3'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -106,7 +106,7 @@ copyright = '2014, Champs-Libres, published under the terms of the GNU Free Docu
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0ALPHA'
release = '1.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -255,6 +255,7 @@ htmlhelp_basename = 'chill-docdoc'
latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
#'papersize': 'letterpaper',
'papersize': 'a4paper'
# The font size ('10pt', '11pt' or '12pt').
#'pointsize': '10pt',
@@ -335,7 +336,7 @@ texinfo_documents = [
epub_title = 'Chill Documentation'
epub_author = 'Champs-Libres'
epub_publisher = 'Champs-Libres'
epub_copyright = '2014, Champs-Libres'
epub_copyright = '2014-2016, Champs-Libres'
# The basename for the epub file. It defaults to the project name.
#epub_basename = 'chill-doc'