/
niceSOFT
/
numpy
Обзор
Документация
Войти
/
niceSOFT
/
numpy
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/source/dev/spin.rst
28 строк
714 B
Nandika32
Add spin.rst documentation as requested
22 янв 2026, 11:54
22 янв 2026, 11:54
f733002
Код
Авторство
О чём код?
.. _spin_tool: Spin: NumPy’s developer tool ---------------------------- NumPy uses a command-line tool called ``spin`` to support common development tasks such as building from source, running tests, building documentation, and managing other developer workflows. The ``spin`` tool provides a consistent interface for contributors working on NumPy itself, wrapping multiple underlying tools and configurations into a single command that follows NumPy’s development conventions. Running the full test suite:: $ spin test -m full Running a subset of tests:: $ spin test -t numpy/_core/tests Running tests with coverage:: $ spin test --coverage Building the documentation:: $ spin docs