revision of SECoP documentation

- created secop_v2017-09-14.rst, based on the GoogleDocs
  SECoP Preliminary V2016-11-30 (rc 2)
- this Document is supposed to contain the full SECoP standard
- created SECoP issues
- moved everything else to "outdated" (kept for reference)

Change-Id: I87d69d1846fc4ed55f1c78b22fd4650d8550152b
Reviewed-on: https://forge.frm2.tum.de/review/16573
Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
Tested-by: JenkinsCodeReview <bjoern_pedersen@frm2.tum.de>
This commit is contained in:
2017-10-24 13:56:21 +02:00
committed by Enrico Faulhaber
parent 622bc8b3d3
commit 8663501150
24 changed files with 1332 additions and 74 deletions

View File

@ -13,6 +13,9 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
# pylint: disable-all
# pylint: skip-file
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
@ -55,8 +58,9 @@ master_doc = 'index'
# General information about the project.
project = 'SECoP'
copyright = '2017, Dr. Enrico Faulhaber'
author = 'Dr. Enrico Faulhaber'
#copyright = '2017, Enrico Faulhaber, Markus Zolliker'
copyright = '2017, SECoP Committee'
author = 'Enrico Faulhaber, Markus Zolliker'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@ -77,7 +81,7 @@ language = None
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This patterns also effect to html_static_path and html_extra_path
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '**/._*']
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
@ -153,7 +157,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'SECoP.tex', 'SECoP source documentation',
'Dr. Enrico Faulhaber', 'manual'),
'Enrico Faulhaber, Markus Zolliker', 'manual'),
]