fatiando / choclo

Kernel functions for your geophysical models
https://www.fatiando.org/choclo
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Replace Sphinx napoleon for numpydoc #84

Closed santisoler closed 5 months ago

santisoler commented 5 months ago

Replace the builtin Sphinx plugin napoleon for generating the summaries of functions and classes for the numpydoc plugin. Include numpydoc as a requirement for building the docs and in environment.yml. Configure Sphinx to use numpydoc when building the docs.

Relevant issues/PRs:

Related to fatiando/community#149