Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.12 KB

File metadata and controls

41 lines (26 loc) · 1.12 KB

Contributing Guidelines

Table of Contents

Functionality

This package's purpose is to facilitate interactive learning of linear algebra. Thus, new functionality should allow learners to understand what each new function is doing underneath.

Additionally, each new function or class should be well documented using the following documentation styles.

Documentation

Documentation of the package follows the NumPy/SciPy documentation.

Python Code Style

Code style adheres to PEP 8 using linting tools, such as pycodestyle.