wdncrunch 0.1.0a0

The wdncrunch package provides a template for a python project with CI and documentation.

Tutorials

Examples

In [2]:
from wdncrunch.modulea.classa import classa
help(classa.func)
Help on function func in module wdncrunch.modulea.classa:

func(self, x)
    Function description

    Args:
        x (num): a number

    Returns:
        num: same as input

API Reference

Modules

wdncrunch.modulea This package provides classa
wdncrunch.moduleb This package provides classb

Module contents

This package provides classa and classb

Change Log

develop (unreleased)

  • Create first project template
  • Travis CI (Linux, Python 2+3, Docs)
  • Appveyor CI (Windows, Python 2+3, Docs)
  • ReadTheDocs (Phinx Docs + notebooks)

genesis (unreleased)

  • Empty project
Tutorials
Some examples on how to use the library
API Reference
API documentation of the packages included in wdncrunch
Change Log
List of changes between releases