8000 DOC Reviews examples and correct notebook style when it was not intended · Issue #8979 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content
DOC Reviews examples and correct notebook style when it was not intended #8979
Closed
@glemaitre

Description

@glemaitre

Following a review for #8222, I saw that a lot of examples were written with some separator to make clearer. It could look like something like:

X = np.random.random((100000, 20))

##############################
# Plotting

plt.show(...)

The issue is that those separators are interpreted in sphinx-gallery and transformed to a notebook style which was not intended at first. Therefore, the examples could look slightly sloppy sometimes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentationEasyWell-defined and straightforward way to resolveSprint

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0