mne-tools / mne-gsoc2018-3d

Sandbox for GSoC 2018 3D Viz
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

Create empty project #3

Closed OlehKSS closed 6 years ago

OlehKSS commented 6 years ago

Create project for adding modules and function, examples, documentation. Add tools for code-style checking (e. g. pep8), unit-testing (e.g. pytest), project dependency management (conda or/and pip), building and automated documentation generation.

Possible module name is mne-3d or mne-3d-viz.

Update README.md.

@agramfort , @larsoner do you have any suggestions for this?

kingjr commented 6 years ago

Sure.

Although IMO, the priority isn t examples and documentations yet.

You can copy MNE ylm/trevor configs here.

larsoner commented 6 years ago

Create project for adding modules and function, examples, documentation. Possible module name is mne-3d or mne-3d-viz.

This step is already done -- we are commenting on an issue in the project named mne-gsoc2018-3d, right?

larsoner commented 6 years ago

I wouldn't worry about CI integration and so forth yet -- let's get some examples working and understand the workflow first. Then we can figure out how to test it.

OlehKSS commented 6 years ago

@larsoner Ok