@@ -623,7 +623,7 @@ class ClassWithoutDocstring:
623623- **:octicons-package-24: Type [`bool`][] :material-equal: `True`{ title="default value" }**
624624<!-- - **:octicons-project-template-24 : Template :material-null:** (N/A) -->
625625
626- Whether to render the "Attributes" sections of docstrings.
626+ Whether to render the "Attributes" section of docstrings.
627627
628628` ` ` yaml title="in mkdocs.yml (global configuration)"
629629plugins:
@@ -676,7 +676,7 @@ class Class:
676676- **:octicons-package-24: Type [`bool`][] :material-equal: `True`{ title="default value" }**
677677<!-- - **:octicons-project-template-24 : Template :material-null:** (N/A) -->
678678
679- Whether to render the "Functions" or "Methods" sections of docstrings.
679+ Whether to render the "Functions" or "Methods" section of docstrings.
680680
681681` ` ` yaml title="in mkdocs.yml (global configuration)"
682682plugins:
@@ -751,7 +751,7 @@ class Class:
751751- **:octicons-package-24: Type [`bool`][] :material-equal: `True`{ title="default value" }**
752752<!-- - **:octicons-project-template-24 : Template :material-null:** (N/A) -->
753753
754- Whether to render the "Classes" sections of docstrings.
754+ Whether to render the "Classes" section of docstrings.
755755
756756` ` ` yaml title="in mkdocs.yml (global configuration)"
757757plugins:
@@ -809,7 +809,7 @@ class Class:
809809
810810- **:octicons-package-24: Type [`bool`][] :material-equal: `True`{ title="default value" }**
811811
812- Whether to render the "Type Aliases" sections of docstrings.
812+ Whether to render the "Type Aliases" section of docstrings.
813813
814814` ` ` yaml title="in mkdocs.yml (global configuration)"
815815plugins:
@@ -868,7 +868,7 @@ type TypeAlias = int
868868- **:octicons-package-24: Type [`bool`][] :material-equal: `True`{ title="default value" }**
869869<!-- - **:octicons-project-template-24 : Template :material-null:** (N/A) -->
870870
871- Whether to render the "Modules" sections of docstrings.
871+ Whether to render the "Modules" section of docstrings.
872872
873873` ` ` yaml title="in mkdocs.yml (global configuration)"
874874plugins:
0 commit comments