LSST Applications 29.1.1,g0fba68d861+94d977d4f8,g1fd858c14a+0a42b1a450,g21d47ad084+bae5d1592d,g35bb328faa+fcb1d3bbc8,g36ff55ed5b+4036fd6440,g4e0f332c67+abab7ee1ee,g53246c7159+fcb1d3bbc8,g60b5630c4e+4036fd6440,g67b6fd64d1+31de10a2f7,g72a202582f+7a25662ef1,g78460c75b0+2f9a1b4bcd,g786e29fd12+cf7ec2a62a,g86c591e316+1a75853d69,g8852436030+8220ab3cb6,g88f4e072da+7005418d1d,g89139ef638+31de10a2f7,g8b8da53e10+8f7b08dc1c,g9125e01d80+fcb1d3bbc8,g989de1cb63+31de10a2f7,g9f1445be69+4036fd6440,g9f33ca652e+fcef3ba435,ga9baa6287d+4036fd6440,ga9e4eb89a6+a41a34c2ba,gabe3b4be73+1e0a283bba,gb0b61e0e8e+d456af7c26,gb1101e3267+f17a9d70ea,gb58c049af0+f03b321e39,gb89ab40317+31de10a2f7,gce29eb0867+05ed69485a,gcf25f946ba+8220ab3cb6,gd6cbbdb0b4+11317e7a17,gd9a9a58781+fcb1d3bbc8,gde0f65d7ad+b4f50ea554,ge278dab8ac+50e2446c94,ge410e46f29+31de10a2f7,ge80e9994a3+32bb9bc1c9,gf5e32f922b+fcb1d3bbc8,gf67bdafdda+31de10a2f7
LSST Data Management Base Package
Loading...
Searching...
No Matches
conf Namespace Reference

Variables

str project = "afw"
 
str html_title = project
 
str html_short_title = project
 
 _g = globals()
 
dict doxylink = {}
 
list exclude_patterns = ["changes/*"]
 
list nitpick_ignore
 
list nitpick_ignore_regex
 

Detailed Description

Sphinx configuration file for an LSST stack package.
This configuration only affects single-package Sphinx documentation builds.
For more information, see:
https://developer.lsst.io/stack/building-single-package-docs.html
Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documentation builds.
Sphinx configuration file for an LSST stack package.

This configuration only affects single-package Sphinx documenation builds.

Variable Documentation

◆ _g

conf._g = globals()
protected

Definition at line 10 of file conf.py.

◆ doxylink

dict conf.doxylink = {}

Definition at line 14 of file conf.py.

◆ exclude_patterns

list conf.exclude_patterns = ["changes/*"]

Definition at line 13 of file conf.py.

◆ html_short_title

str conf.html_short_title = project

Definition at line 13 of file conf.py.

◆ html_title

str conf.html_title = project

Definition at line 12 of file conf.py.

◆ nitpick_ignore

list conf.nitpick_ignore
Initial value:
1= [
2 ("py:obj", "lsst.daf.base.PropertySet"),
3 ("py:obj", "lsst.pex.config.Field.doc"), # Cannot make the doc field property appear in docs.
4 ("py:obj", "lsst.pex.config.List"), # Private class.
5 ("py:obj", "RegistryInstanceDict"), # Private class.
6 ("py:class", "lsst.pex.config.dictField.Dict"),
7 ("py:class", "lsst.pex.config.listField.List"),
8 ("py:class", "ActionTypeVar"),
9]

Definition at line 22 of file conf.py.

◆ nitpick_ignore_regex

list conf.nitpick_ignore_regex
Initial value:
1= [
2 ("py:class", "a set-like.*"), # collections.abc.Mapping inheritance.
3 ("py:class", r"D\[k\] if k .*"), # collections.abc.Mapping inheritance.
4 ("py:class", "an object providing.*"), # collections.abc.Mapping inheritance.
5 ("py:(obj|class)", "lsst.pex.config..*TypeVar"), # Sphinx does not like TypeVar.
6 ("py:obj", "ConfigField.(item|dict)Check"), # Cannot make the check properties appear in docs.
7 ("py:(obj|class)", ".*ConfigInstanceDict"), # Private class.
8]

Definition at line 31 of file conf.py.

◆ project

str conf.project = "afw"

Definition at line 10 of file conf.py.