Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 706 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 706 Bytes

Sample repository for the SciPy tutorial to learn how to sprint

This repository was created to allow new sprinters to learn to contribute to a project. It also contains a document summarizing the most important steps to learn to contribute to open source Python projects.

Learn to sprint

See the doc/how_to_sprint.rst document to get started on learning how to contribute to projects during and after sprints.

Contributing

For guidelines to contribute to this project, please see the CONTRIBUTE.rst document.

Dependencies

This project depends on the following packages:

* numpy
* nose (for the test suite)
* sphinx (for the documentation)
* flake8 (for contributors)