Skip to content
xulabs edited this page Aug 27, 2019 · 2 revisions

Git

We prefer a rebase workflow and occasional feature branches. Most work happens directly on the master branch. For that reason, we recommend setting the pull.rebase setting to true.

git config --global pull.rebase true

To keep the repository slim for faster downloading. Please only add text files, if possible. The figures and data files can be added to other places and hyperlinked.

Styles

Use PEP 8 to format python code.

Project Management

  • Roadmap
  • Iteration Plans
  • Development Process

Contributing

Documentation

  • API
Clone this wiki locally