A Discrete-Event Network Simulator
API
conf Namespace Reference

Variables

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

Variable Documentation

◆ copyright

string 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

string 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

string 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

string conf.project = "LENA"

Definition at line 44 of file conf.py.

◆ pygments_style

string conf.pygments_style = "sphinx"

Definition at line 85 of file conf.py.

◆ release

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

◆ source_suffix

string 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

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