From a9e45cf3424ede95501a13f9352ea5aa48994989 2012-03-13 23:34:11 From: Anton I. Sipos Date: 2012-03-13 23:34:11 Subject: [PATCH] Add a readme file. --- 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