Skip to content
Christopher Aicher edited this page Oct 3, 2016 · 13 revisions

Welcome to the python-skeleton wiki!

Table of Contents:

--

Project Structure

The folder structure of the project is as follows:

  • src/ - Python and Cython Modules
  • docs/ - Module documentation
    • docs/source - documentation source files
    • docs/build - final documentation html files
  • data/ - Datasets
    • data/raw - raw original data
    • data/processed - preprocessed model-ready data
  • tex/ - LaTeX papers, presentations, and notes
    • Write ups have a figure, data, and script directory.
  • notebooks/ - Experiments directory with Jupyter notebooks
    • notebooks/develop - Work-in-progress notebooks of the form <Date>-<2-4 Word Description>
    • notebooks/publish - Final polished notebooks
    • Individual notebooks have separate directories (with utility scripts, figures, pickled model, and output)
  • experiments/

Useful References