Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix param parsing. #286

Merged
merged 5 commits into from
Aug 10, 2020
Merged

Fix param parsing. #286

merged 5 commits into from
Aug 10, 2020

Commits on Jul 18, 2020

  1. Fix param parsing.

    Closes numpy#285
    
    This fixes two tings:
    
     - When first sentence of the docstring is onteh first line, Parameters
     is not properly parse, which for example mis parsed numpy.array
     docstring.
    
     - many project have paremeters description list with ` :` afer the
     name, even if no type is present. If there is no space after the `:`
     the parameter name includes the ` :` which is most likely wrong.
    Carreau committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    67c2edc View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. test fixture

    Carreau committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    c76c3cf View commit details
    Browse the repository at this point in the history
  2. make doc a fixture

    Carreau committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    f8b424a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Update numpydoc/tests/test_docscrape.py

    Co-authored-by: Eric Larson <[email protected]>
    Carreau and larsoner authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    083aebf View commit details
    Browse the repository at this point in the history
  2. Update numpydoc/tests/test_docscrape.py

    Co-authored-by: Eric Larson <[email protected]>
    Carreau and larsoner authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    c390886 View commit details
    Browse the repository at this point in the history