8000 NumpyDocString doesn't roundtrip well · Issue #188 · numpy/numpydoc · GitHub
[go: up one dir, main page]

Skip to content
NumpyDocString doesn't roundtrip well #188
Closed
@hmaarrfk

Description

@hmaarrfk
from numpydoc.tests.test_docscrape import doc_txt
from numpydoc import docscrape
docscrape.NumpyDocString(
    str(docscrape.NumpyDocString(doc_txt)))

leads to

ParseError: `some`_ is not a item name in 'numpy.multivariate_normal(m 
[...]

This would be really useful if we want to implement merging (or adding) NumpyDocStrings

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0