Skip to content

issues Search Results · repo:numpy/numpydoc language:Python

Filter by

246 results
 (74 ms)

246 results

innumpy/numpydoc (press backspace or delete to remove)

PEP 735 added dependency groups to pyproject.toml, which would remove the need to have multiple requirements files. This would allow us to hopefully remove those requirements.txt files and the logic to ...
  • stefmolin
  • 1
  • Opened 
    yesterday
  • #625

numpydoc 1.9.0rc0.dev0 git tip (2025-05-16) CPython 3.12 A round-trip through FunctionDoc improperly removes empty lines after elements of Parameters. This in turn breaks doctest. In [1]: def f(): ...
  • crusaderky
  • Opened 
    8 days ago
  • #624

SciPy has a one-to-one copy of https://github.com/numpy/numpydoc/blob/main/numpydoc/docscrape.py at https://github.com/scipy/scipy/blob/main/scipy/_lib/_docscrape.py. From the file, we use: - ClassDoc ...
  • lucascolley
  • 2
  • Opened 
    28 days ago
  • #619

The See Also section should be explicitly allowed to contain references to any object. The current situation is murky: - The documentation exclusively mentions functions, without explicitly ruling ...
  • crusaderky
  • Opened 
    on Apr 16
  • #618

Problem Statement Currently, numpydoc requires configuration to be present in either pyproject.toml or setup.cfg files within each Python package. This creates challenges in monorepo setups where multiple ...
  • vadivelselvaraj
  • 1
  • Opened 
    on Apr 14
  • #617

In the file format.rst there is a link to http://docutils.sourceforge.net/docs/user/rst/demo.txt: A more extensive example of reST markup can be found in `this example document http://docutils.sourceforge.net/docs/user/rst/demo.txt ...
  • ThijsDrost
  • Opened 
    on Apr 11
  • #616

I m currently dealing with the case that I want to document a class variable with numpydoc while hacking on docstub. How would I do that? Concretely class Foo: Short summary. Attributes ...
  • lagru
  • Opened 
    on Mar 10
  • #612

In scipy/scipy#22609, we re working on documenting support for array arguments beyond NumPy ndarrays. We re thinking of including something like this in the documentation of each class/function/method: ...
  • mdhaber
  • 1
  • Opened 
    on Mar 3
  • #610

#571 changed the section order to move Attributes and Methods right behind Parameters. The order is now https://github.com/numpy/numpydoc/blob/532cd7d71ceee4e00fd13fa5faf038f2b4d95905/numpydoc/docscrape.py#L118-L137 ...
  • timhoffm
  • 4
  • Opened 
    on Feb 24
  • #608

The table output generated with tabulate can look like this when there is long content: img width= 1187 alt= Image src= https://github.com/user-attachments/assets/2f04ed73-e939-4d3f-93c7-315fe51813b6 ...
  • stefmolin
  • 5
  • Opened 
    on Feb 15
  • #606
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub