diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..bcbd4e2 --- /dev/null +++ b/README.rst @@ -0,0 +1,24 @@ +================================================================ + nbconvert: conversion utilities for the IPython notebook format +================================================================ + +Overview +======== + +nbconvert provides command line utilities to convert to and from IPython +notebooks and standard formats: + +- ReST +- Markdown +- HTML +- PDF +- Python script + +As these tools mature, these utilities will be merged into IPython + +Running Tests +============= +:: + + $ pip install nose + $ nosetests