Skip to content

Commit

Permalink
remove redundant references to ipython vs jupyter
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jcb91 committed Jun 24, 2016
1 parent 08ad496 commit 5c9a76a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 16 deletions.
5 changes: 2 additions & 3 deletions LICENSE.txt
@@ -1,6 +1,5 @@
====================================
The IPython-contrib licensing terms
====================================
Licensing terms
===============

This project is licensed under the terms of the Modified BSD License
(also known as New or Revised or 3-Clause BSD), as follows:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -132,7 +132,7 @@ The case-sensitive keys in the yaml file are as follows:
Example:

```yaml
Type: IPython Notebook Extension
Type: Jupyter Notebook Extension
Name: Limit Output
Description: This extension limits the number of characters that can be printed below a codecell
Link: readme.md
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@ def main():
the interface also provides controls to configure the extensions' options.
""",
version='0.1.0',
author='jcb91, IPython-contrib Developers',
author='jcb91, jupyter-contrib developers',
author_email='joshuacookebarnes@gmail.com',
url='https://github.com/jcb91/jupyter_nbextensions_configurator',
download_url=('https://github.com/'
Expand Down
@@ -1,8 +1,3 @@
// Copyright (c) IPython-Contrib Team.
// Distributed under the terms of the Modified BSD License.

// Show notebook extension configuration

define([
'jquery',
'require',
Expand Down
Expand Up @@ -106,7 +106,7 @@ The case-sensitive keys in the yaml file are as follows:
Example:

```yaml
Type: IPython Notebook Extension
Type: Jupyter Notebook Extension
Name: Limit Output
Description: This extension limits the number of characters that can be printed below a codecell
Link: readme.md
Expand Down
@@ -1,8 +1,3 @@
// Copyright (c) IPython-Contrib Team.
// Distributed under the terms of the Modified BSD License.

// Render markdown url

define([
'require',
'jquery',
Expand Down

0 comments on commit 5c9a76a

Please sign in to comment.