File: adding_new.rst

package info (click to toggle)
scipy 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132,464 kB
  • sloc: python: 207,830; ansic: 92,105; fortran: 76,906; cpp: 68,145; javascript: 32,742; makefile: 422; pascal: 421; sh: 158
file content (11 lines) | stat: -rwxr-xr-x 424 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
.. _adding-new:

Adding New Methods, Functions, and Classes
==========================================


While adding code to SciPy is in most cases quite straight forward, there are a few places where that is not the case.
This document contains detailed information on some specific situations where
it may not be clear from the outset what is involved in the task.

.. include:: adding_new/new_stats_distribution.rst.inc