Skip to content

A repository template with working Travis CI, ReadTheDocs, and Jupyter Notebook

License

hover2pi/joe_template

Repository files navigation

joe_template

A repository template with working Travis CI, ReadTheDocs, and Jupyter Notebook

Build Status Coverage Status Documentation Status

This is the descripion of the software.

Requirements:

  • list
  • of
  • requirements

Installation

Install via PYPI with

pip install joe_template

or via Github with

git clone https://github.com/hover2pi/<repo_name>.git
python <repo_name>/setup.py install

Documentation

Full documentation for the latest build can be found on ReadTheDocs.

The package also contains detailed Jupyter notebooks highlighting the core functionality of its primary classes, including

Demo

Here is a demo of the software with some code snippets:

from joe_template import MyClass
mc = MyClass('Great package!')
print(mc.words)

And at least one nice plot:

png

Licensed

This project is Copyright (c) Joe Filippazzo and licensed under the terms of the BSD 3-Clause license. See LICENSE for more information.

About

A repository template with working Travis CI, ReadTheDocs, and Jupyter Notebook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published