teachbooks.plugins.sphinxcontrib_bibtex.style.referencing.author_year_apa module

class teachbooks.plugins.sphinxcontrib_bibtex.style.referencing.author_year_apa.AuthorYearRoundReferenceStyle(styles: List[sphinxcontrib.bibtex.style.referencing.BaseReferenceStyle] = <factory>, role_style: Dict[str, sphinxcontrib.bibtex.style.referencing.BaseReferenceStyle] = <factory>, bracket_textual: sphinxcontrib.bibtex.style.referencing.BracketStyle = <factory>, bracket_parenthetical: sphinxcontrib.bibtex.style.referencing.BracketStyle = <factory>, bracket_author: sphinxcontrib.bibtex.style.referencing.BracketStyle = <factory>, bracket_label: sphinxcontrib.bibtex.style.referencing.BracketStyle = <factory>, bracket_year: sphinxcontrib.bibtex.style.referencing.BracketStyle = <factory>, person: sphinxcontrib.bibtex.style.referencing.PersonStyle = <factory>, author_year_sep: Union[ForwardRef('BaseText'), str] = ', ', text_reference_sep: Union[ForwardRef('BaseText'), str] = ' ', pre_text_sep: Union[ForwardRef('BaseText'), str] = ' ', post_text_sep: Union[ForwardRef('BaseText'), str] = ', ')

Bases: AuthorYearReferenceStyle

bracket_author: BracketStyle

Bracket style for author citations (:cite:author: and variations).

bracket_label: BracketStyle

Bracket style for label citations (:cite:label: and variations).

bracket_parenthetical: BracketStyle

Bracket style for parenthetical citations (:cite:p: and variations).

bracket_textual: BracketStyle

t: and variations).

Type:

Bracket style for textual citations (

Type:

cite

bracket_year: BracketStyle

Bracket style for year citations (:cite:year: and variations).

teachbooks.plugins.sphinxcontrib_bibtex.style.referencing.author_year_apa.bracket_style() BracketStyle