diff --git a/IPython/nbconvert/templates/README.md b/IPython/nbconvert/templates/README.md new file mode 100644 index 0000000..3b3ecb8 --- /dev/null +++ b/IPython/nbconvert/templates/README.md @@ -0,0 +1,9 @@ +README FIRST +============ + +Please do not add new templates for nbconvert here. + +In order to speed up the distribution of nbconvert templates and make it +simpler to share such contributions, we encourage [sharing those links on our +wiki +page](https://github.com/ipython/ipython/wiki/Cookbook:%20nbconvert%20templates). diff --git a/IPython/nbconvert/templates/skeleton/README.md b/IPython/nbconvert/templates/skeleton/README.md index 22d4499..2faa239 100644 --- a/IPython/nbconvert/templates/skeleton/README.md +++ b/IPython/nbconvert/templates/skeleton/README.md @@ -5,4 +5,8 @@ This directory contains the template skeleton files. Do not modify the contents of the `../latex/skeleton` folder. Instead, if you need to, make modifications to the files in this folder and then run `make` to generate the corresponding latex skeleton files in the -`../latex/skeleton` folder. \ No newline at end of file +`../latex/skeleton` folder. + +If you would like to share your resulting templates with others, we encourage +[sharing those links on our wiki +page](https://github.com/ipython/ipython/wiki/Cookbook:%20nbconvert%20templates).