A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
conf Namespace Reference

Variables

str copyright = "2011-2012, CTTC"
 
list exclude_patterns = []
 
list extensions = ["sphinx.ext.imgmath"]
 
str html_theme = "default"
 
list latex_documents
 
list man_pages = [("index", "ns-3-model-library", "ns-3 Model Library", ["ns-3 project"], 1)]
 
str master_doc = "index"
 
int pdf_break_level = 4
 
str project = "LENA"
 
str pygments_style = "sphinx"
 
str release = "ns-3-dev"
 
str source_suffix = ".rst"
 
list templates_path = ["_templates"]
 
str version = "ns-3-dev"
 

Variable Documentation

◆ copyright

str conf.copyright = "2011-2012, CTTC"

Definition at line 45 of file conf.py.

◆ exclude_patterns

list conf.exclude_patterns = []

Definition at line 68 of file conf.py.

◆ extensions

list conf.extensions = ["sphinx.ext.imgmath"]

Definition at line 29 of file conf.py.

◆ html_theme

str conf.html_theme = "default"

Definition at line 95 of file conf.py.

◆ latex_documents

list conf.latex_documents
Initial value:
1= [
2 (
3 "antenna",
4 "antenna.tex",
5 "Antenna Module Documentation",
6 "Centre Tecnologic de Telecomunicacions de Catalunya (CTTC)",
7 "manual",
8 ),
9]

Definition at line 181 of file conf.py.

◆ man_pages

list conf.man_pages = [("index", "ns-3-model-library", "ns-3 Model Library", ["ns-3 project"], 1)]

Definition at line 219 of file conf.py.

◆ master_doc

str conf.master_doc = "index"

Definition at line 41 of file conf.py.

◆ pdf_break_level

int conf.pdf_break_level = 4

Definition at line 219 of file conf.py.

◆ project

str conf.project = "LENA"

Definition at line 44 of file conf.py.

◆ pygments_style

str conf.pygments_style = "sphinx"

Definition at line 85 of file conf.py.

◆ release

str conf.release = "ns-3-dev"

Definition at line 54 of file conf.py.

◆ source_suffix

str conf.source_suffix = ".rst"

Definition at line 35 of file conf.py.

◆ templates_path

list conf.templates_path = ["_templates"]

Definition at line 32 of file conf.py.

◆ version

str conf.version = "ns-3-dev"

Definition at line 52 of file conf.py.