A Discrete-Event Network Simulator
API
conf Namespace Reference

Variables

string author = u'Luciano Jerez Chaves'
 
string copyright = u'2011-2012, CTTC'
 
list exclude_patterns = []
 
list extensions = ['sphinx.ext.imgmath']
 
string html_last_updated_fmt = '%b %d, %Y %H:%M'
 
string html_theme = 'default'
 
list html_theme_path = ['../../../../doc/']
 
string html_title = 'Manual'
 
string htmlhelp_basename = 'ns-3doc'
 
list latex_documents
 
dictionary latex_elements
 
list man_pages
 
string master_doc = 'index'
 
int pdf_break_level = 4
 
string project = u'LENA'
 
string pygments_style = 'sphinx'
 
string release = 'ns-3-dev'
 
string source_suffix = '.rst'
 
list templates_path = ['_templates']
 
bool todo_include_todos = False
 
string version = 'ns-3-dev'
 

Variable Documentation

◆ author

string conf.author = u'Luciano Jerez Chaves'

Definition at line 68 of file conf.py.

◆ copyright

string conf.copyright = u'2011-2012, CTTC'

Definition at line 44 of file conf.py.

◆ exclude_patterns

list conf.exclude_patterns = []

Definition at line 67 of file conf.py.

◆ extensions

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

Definition at line 28 of file conf.py.

◆ html_last_updated_fmt

string conf.html_last_updated_fmt = '%b %d, %Y %H:%M'

Definition at line 185 of file conf.py.

◆ html_theme

string conf.html_theme = 'default'

Definition at line 94 of file conf.py.

◆ html_theme_path

list conf.html_theme_path = ['../../../../doc/']

Definition at line 147 of file conf.py.

◆ html_title

string conf.html_title = 'Manual'

Definition at line 153 of file conf.py.

◆ htmlhelp_basename

string conf.htmlhelp_basename = 'ns-3doc'

Definition at line 253 of file conf.py.

◆ latex_documents

list conf.latex_documents
Initial value:
1 = [
2  ('antenna', 'antenna.tex', u'Antenna Module Documentation', u'Centre Tecnologic de Telecomunicacions de Catalunya (CTTC)', 'manual'),
3 ]

Definition at line 180 of file conf.py.

◆ latex_elements

dictionary conf.latex_elements
Initial value:
1 = {
2  # The paper size ('letterpaper' or 'a4paper').
3  #
4  # 'papersize': 'letterpaper',
5 
6  # The font size ('10pt', '11pt' or '12pt').
7  #
8  # 'pointsize': '10pt',
9 
10  # Additional stuff for the LaTeX preamble.
11  #
12  # VerbatimBorderColor: make the box around code samples blend into the background
13  # Tip from https://stackoverflow.com/questions/29403100/how-to-remove-the-box-around-the-code-block-in-restructuredtext-with-sphinx
14  #
15  # sphinxcode is the wrapper around \texttt that sphinx.sty provides.
16  # Redefine it here as needed to change the inline literal font size
17  # (double backquotes) to either \footnotesize (8pt) or \small (9pt)
18  #
19  # See above to change the font size of verbatim code blocks
20  #
21  # 'preamble': '',
22  'preamble':
23  # Latex figure (float) alignment
24  #
25  # 'figure_align': 'htbp',
26 }

Definition at line 257 of file conf.py.

◆ man_pages

list conf.man_pages
Initial value:
1 = [
2  ('index', 'ns-3-model-library', u'ns-3 Model Library',
3  [u'ns-3 project'], 1)
4 ]

Definition at line 212 of file conf.py.

◆ master_doc

string conf.master_doc = 'index'

Definition at line 40 of file conf.py.

◆ pdf_break_level

int conf.pdf_break_level = 4

Definition at line 213 of file conf.py.

◆ project

string conf.project = u'LENA'

Definition at line 43 of file conf.py.

◆ pygments_style

string conf.pygments_style = 'sphinx'

Definition at line 84 of file conf.py.

◆ release

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

◆ source_suffix

string conf.source_suffix = '.rst'

Definition at line 34 of file conf.py.

◆ templates_path

list conf.templates_path = ['_templates']

Definition at line 31 of file conf.py.

◆ todo_include_todos

bool conf.todo_include_todos = False

Definition at line 130 of file conf.py.

◆ version

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

Definition at line 51 of file conf.py.

Referenced by ConvertStringToStandardAndBand(), and ns3::GtpcHeader.PreDeserialize().