Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
conf Namespace Reference

Functions

def setup
 

Variables

tuple on_readthedocs os.environ.get("READTHEDOCS", None)
 
string project "Acts"
 
string author "The Acts authors"
 
tuple copyright
 
list extensions
 
tuple warnings_filter_config str(Path(__file__).parent / "known-warnings.txt")
 
 warnings_filter_silent True
 
dictionary source_suffix
 
string master_doc "index"
 
list exclude_patterns ["_build", "api/api_stub.rst", "api/api_index.rst"]
 
string primary_domain "cpp"
 
string highlight_language "cpp"
 
 smartquotes True
 
 numfig True
 
list myst_enable_extensions ["dollarmath", "colon_fence", "amsmath"]
 
int myst_heading_anchors 3
 
int linkcheck_retries 5
 
list linkcheck_ignore
 
string html_theme "sphinx_rtd_theme"
 
dictionary html_theme_options
 
string html_logo "figures/acts_logo_white.svg"
 
list html_static_path
 
list html_css_files
 
 html_copy_source False
 
 html_show_sourcelink False
 
 html_show_sphinx False
 
dictionary breathe_projects
 
string breathe_default_project "Acts"
 
dictionary breathe_domain_by_extension
 
tuple breathe_default_members
 
tuple env os.environ.copy()
 
tuple cwd Path(__file__)
 
string api_index_target "api/api.rst"
 
 stdout subprocess.DEVNULL,
 

Function Documentation

def conf.setup (   app)

Definition at line 138 of file conf.py.

View newest version in sPHENIX GitHub at line 138 of file conf.py

Variable Documentation

string conf.api_index_target "api/api.rst"

Definition at line 118 of file conf.py.

View newest version in sPHENIX GitHub at line 118 of file conf.py

string conf.author "The Acts authors"

Definition at line 16 of file conf.py.

View newest version in sPHENIX GitHub at line 16 of file conf.py

tuple conf.breathe_default_members
Initial value:
1 (
2  "members",
3  "undoc-members",
4 )

Definition at line 95 of file conf.py.

View newest version in sPHENIX GitHub at line 95 of file conf.py

string conf.breathe_default_project "Acts"

Definition at line 89 of file conf.py.

View newest version in sPHENIX GitHub at line 89 of file conf.py

dictionary conf.breathe_domain_by_extension
Initial value:
1 {
2  "cpp": "cpp",
3  "hpp": "cpp",
4  "ipp": "cpp",
5 }

Definition at line 90 of file conf.py.

View newest version in sPHENIX GitHub at line 90 of file conf.py

dictionary conf.breathe_projects
Initial value:
1 {
2  "Acts": "_build/doxygen-xml",
3 }

Definition at line 86 of file conf.py.

View newest version in sPHENIX GitHub at line 86 of file conf.py

tuple conf.copyright
Initial value:
1 (
2  f"2014–{datetime.date.today().year} CERN for the benefit of the Acts project"
3 )

Definition at line 17 of file conf.py.

View newest version in sPHENIX GitHub at line 17 of file conf.py

conf.cwd Path(__file__)

Definition at line 104 of file conf.py.

View newest version in sPHENIX GitHub at line 104 of file conf.py

Referenced by testing::internal::FilePath.GetCurrentDir().

conf.env os.environ.copy()

Definition at line 102 of file conf.py.

View newest version in sPHENIX GitHub at line 102 of file conf.py

Referenced by testing::UnitTest.AddEnvironment(), testing::internal::posix.GetEnv(), Acts::OnnxRuntimeBase.OnnxRuntimeBase(), onnxSession(), and runRecCKFTracks().

list conf.exclude_patterns ["_build", "api/api_stub.rst", "api/api_index.rst"]

Definition at line 43 of file conf.py.

View newest version in sPHENIX GitHub at line 43 of file conf.py

string conf.highlight_language "cpp"

Definition at line 46 of file conf.py.

View newest version in sPHENIX GitHub at line 46 of file conf.py

conf.html_copy_source False

Definition at line 80 of file conf.py.

View newest version in sPHENIX GitHub at line 80 of file conf.py

list conf.html_css_files
Initial value:
1 [
2  "custom.css",
3 ]

Definition at line 77 of file conf.py.

View newest version in sPHENIX GitHub at line 77 of file conf.py

string conf.html_logo "figures/acts_logo_white.svg"

Definition at line 73 of file conf.py.

View newest version in sPHENIX GitHub at line 73 of file conf.py

conf.html_show_sourcelink False

Definition at line 81 of file conf.py.

View newest version in sPHENIX GitHub at line 81 of file conf.py

conf.html_show_sphinx False

Definition at line 82 of file conf.py.

View newest version in sPHENIX GitHub at line 82 of file conf.py

list conf.html_static_path
Initial value:
1 [
2  "_static",
3 ]

Definition at line 74 of file conf.py.

View newest version in sPHENIX GitHub at line 74 of file conf.py

string conf.html_theme "sphinx_rtd_theme"

Definition at line 64 of file conf.py.

View newest version in sPHENIX GitHub at line 64 of file conf.py

dictionary conf.html_theme_options
Initial value:
1 {
2  "collapse_navigation": False,
3  "navigation_depth": 4,
4  "prev_next_buttons_location": None, # no prev/next links
5  "style_external_links": True,
6 }

Definition at line 67 of file conf.py.

View newest version in sPHENIX GitHub at line 67 of file conf.py

list conf.linkcheck_ignore
Initial value:
1 [
2  r"https://doi.org/.*",
3  r"https://cernvm.cern.ch/.*",
4  r"https://tavianator.com/.*",
5  r"http://eigen.tuxfamily.org.*",
6  r"https://pythia.org.*",
7 ]

Definition at line 54 of file conf.py.

View newest version in sPHENIX GitHub at line 54 of file conf.py

int conf.linkcheck_retries 5

Definition at line 53 of file conf.py.

View newest version in sPHENIX GitHub at line 53 of file conf.py

string conf.master_doc "index"

Definition at line 41 of file conf.py.

View newest version in sPHENIX GitHub at line 41 of file conf.py

list conf.myst_enable_extensions ["dollarmath", "colon_fence", "amsmath"]

Definition at line 50 of file conf.py.

View newest version in sPHENIX GitHub at line 50 of file conf.py

int conf.myst_heading_anchors 3

Definition at line 51 of file conf.py.

View newest version in sPHENIX GitHub at line 51 of file conf.py

conf.numfig True

Definition at line 48 of file conf.py.

View newest version in sPHENIX GitHub at line 48 of file conf.py

tuple conf.on_readthedocs os.environ.get("READTHEDOCS", None)

Definition at line 11 of file conf.py.

View newest version in sPHENIX GitHub at line 11 of file conf.py

string conf.primary_domain "cpp"

Definition at line 45 of file conf.py.

View newest version in sPHENIX GitHub at line 45 of file conf.py

string conf.project "Acts"

Definition at line 15 of file conf.py.

View newest version in sPHENIX GitHub at line 15 of file conf.py

conf.smartquotes True

Definition at line 47 of file conf.py.

View newest version in sPHENIX GitHub at line 47 of file conf.py

dictionary conf.source_suffix
Initial value:
1 {
2  ".rst": "restructuredtext",
3  ".md": "markdown",
4 }

Definition at line 37 of file conf.py.

View newest version in sPHENIX GitHub at line 37 of file conf.py

tuple conf.warnings_filter_config str(Path(__file__).parent / "known-warnings.txt")

Definition at line 34 of file conf.py.

View newest version in sPHENIX GitHub at line 34 of file conf.py

conf.warnings_filter_silent True

Definition at line 35 of file conf.py.

View newest version in sPHENIX GitHub at line 35 of file conf.py