G'n'G4Py - Graphics and Games for Python  1.0.0
conf-Namensbereichsreferenz

Variablen

string project = "Graphics and Games for Python (G'n'G4Py)"
 
string copyright = '2020, Klaus Reinold'
 
string author = 'Klaus Reinold'
 
string release = '1.0.0'
 
list extensions
 
list templates_path = ['_templates']
 
string language = 'de'
 
list exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
 
string html_theme = 'alabaster'
 

Variablen-Dokumentation

◆ author

string conf.author = 'Klaus Reinold'

◆ copyright

string conf.copyright = '2020, Klaus Reinold'

◆ exclude_patterns

list conf.exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

◆ extensions

list conf.extensions
Initialisierung:
1 = [
2 ]

◆ html_theme

string conf.html_theme = 'alabaster'

◆ language

string conf.language = 'de'

◆ project

string conf.project = "Graphics and Games for Python (G'n'G4Py)"

◆ release

string conf.release = '1.0.0'

◆ templates_path

list conf.templates_path = ['_templates']