Skip to content

Commit 0d52661

Browse files
MrMinojonathanslenders
authored andcommitted
De-duplicate automodule clause in Styles section
1 parent 391a89d commit 0d52661

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/pages/reference.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,8 @@ Style
8282
.. automodule:: prompt_toolkit.styles
8383
:members: Attrs, ANSI_COLOR_NAMES, BaseStyle, DummyStyle, DynamicStyle,
8484
Style, Priority, merge_styles, style_from_pygments_cls,
85-
style_from_pygments_dict, pygments_token_to_classname, NAMED_COLORS
86-
87-
.. automodule:: prompt_toolkit.styles
88-
:members: StyleTransformation, SwapLightAndDarkStyleTransformation,
85+
style_from_pygments_dict, pygments_token_to_classname, NAMED_COLORS,
86+
StyleTransformation, SwapLightAndDarkStyleTransformation,
8987
AdjustBrightnessStyleTransformation, merge_style_transformations,
9088
DummyStyleTransformation, ConditionalStyleTransformation,
9189
DynamicStyleTransformation

0 commit comments

Comments
 (0)