Skip to content

Commit 94bdb8b

Browse files
committed
Merge pull request #8 from jupyter/rm-submodules-2
Remove submodules
2 parents a7bd1bb + f0812d6 commit 94bdb8b

File tree

11 files changed

+234
-13179
lines changed

11 files changed

+234
-13179
lines changed

.bowerrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory": "jupyter_notebook/static/components"
3+
}

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ dist
44
_build
55
docs/man/*.gz
66
docs/source/api/generated
7-
docs/source/config/options
8-
docs/source/interactive/magics-generated.txt
97
docs/gh-pages
10-
jupyter_notebook/notebook/static/mathjax
11-
jupyter_notebook/static/style/*.map
8+
jupyter_notebook/static/components
9+
jupyter_notebook/static/style/*.min.css*
10+
node_modules
1211
*.py[co]
1312
__pycache__
1413
*.egg-info

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "jupyter_notebook/static/components"]
2-
path = jupyter_notebook/static/components
3-
url = https://github.com/ipython/ipython-components

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
include COPYING.md
22
include CONTRIBUTING.md
33
include README.md
4+
include bower.json
5+
include .bowerrc
46

57
# Documentation
68
graft docs

bower.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "jupyter-notebook-deps",
3+
"version": "0.0.1",
4+
"dependencies": {
5+
"backbone": "components/backbone#~1.1",
6+
"bootstrap": "components/bootstrap#~3.3",
7+
"bootstrap-tour": "0.9.0",
8+
"codemirror": ">=4.11",
9+
"es6-promise": "~1.0",
10+
"font-awesome": "components/font-awesome#~4.2.0",
11+
"google-caja": "5669",
12+
"jquery": "components/jquery#~2.0",
13+
"jquery-ui": "components/jqueryui#~1.10",
14+
"marked": "~0.3",
15+
"moment": "~2.8.4",
16+
"requirejs": "~2.1",
17+
"term.js": "chjj/term.js#~0.0.4",
18+
"text-encoding": "~0.1",
19+
"underscore": "components/underscore#~1.5"
20+
}
21+
}

jupyter_notebook/static/components

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)