File tree Expand file tree Collapse file tree 10 files changed +25
-25
lines changed Expand file tree Collapse file tree 10 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 3
3
on_rtd = os .environ .get ("READTHEDOCS" , None ) == "True"
4
4
5
5
html_theme = "pydata_sphinx_theme"
6
- html_theme_options = {"github_url" : "https://github.com/jupytercad/jupytercad " }
6
+ html_theme_options = {"github_url" : "https://github.com/jupytercad/JupyterCAD " }
7
7
8
8
extensions = [
9
9
"sphinx.ext.autodoc" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @jupytercad/jupytercad-root" ,
3
3
"version" : " 2.0.0-alpha.9" ,
4
4
"private" : true ,
5
- "homepage" : " https://github.com/jupytercad/jupytercad " ,
5
+ "homepage" : " https://github.com/jupytercad/JupyterCAD " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
- "url" : " https://github.com/jupytercad/jupytercad .git"
8
+ "url" : " https://github.com/jupytercad/JupyterCAD .git"
9
9
},
10
10
"license" : " BSD-3-Clause" ,
11
11
"description" : " A JupyterLab extension for 3D modelling." ,
Original file line number Diff line number Diff line change 7
7
" jupyterlab" ,
8
8
" jupyterlab-extension"
9
9
],
10
- "homepage" : " https://github.com/jupytercad/jupytercad " ,
10
+ "homepage" : " https://github.com/jupytercad/JupyterCAD " ,
11
11
"bugs" : {
12
- "url" : " https://github.com/jupytercad/jupytercad /issues"
12
+ "url" : " https://github.com/jupytercad/JupyterCAD /issues"
13
13
},
14
14
"license" : " BSD-3-Clause" ,
15
15
"author" : {
24
24
"style" : " style/index.css" ,
25
25
"repository" : {
26
26
"type" : " git" ,
27
- "url" : " https://github.com/jupytercad/jupytercad .git"
27
+ "url" : " https://github.com/jupytercad/JupyterCAD .git"
28
28
},
29
29
"scripts" : {
30
30
"build" : " tsc -b" ,
Original file line number Diff line number Diff line change 5
5
"keywords" : [
6
6
" jupytercad"
7
7
],
8
- "homepage" : " https://github.com/jupytercad/jupytercad " ,
8
+ "homepage" : " https://github.com/jupytercad/JupyterCAD " ,
9
9
"bugs" : {
10
- "url" : " https://github.com/jupytercad/jupytercad /issues"
10
+ "url" : " https://github.com/jupytercad/JupyterCAD /issues"
11
11
},
12
12
"license" : " BSD-3-Clause" ,
13
13
"author" : {
21
21
"types" : " lib/index.d.ts" ,
22
22
"repository" : {
23
23
"type" : " git" ,
24
- "url" : " https://github.com/jupytercad/jupytercad .git"
24
+ "url" : " https://github.com/jupytercad/JupyterCAD .git"
25
25
},
26
26
"scripts" : {
27
27
"build:lib" : " tsc -b" ,
Original file line number Diff line number Diff line change 6
6
" jupyter" ,
7
7
" jupyterlab"
8
8
],
9
- "homepage" : " https://github.com/jupytercad/jupytercad " ,
9
+ "homepage" : " https://github.com/jupytercad/JupyterCAD " ,
10
10
"bugs" : {
11
- "url" : " https://github.com/jupytercad/jupytercad /issues"
11
+ "url" : " https://github.com/jupytercad/JupyterCAD /issues"
12
12
},
13
13
"license" : " BSD-3-Clause" ,
14
14
"author" : {
25
25
"types" : " lib/index.d.ts" ,
26
26
"repository" : {
27
27
"type" : " git" ,
28
- "url" : " https://github.com/jupytercad/jupytercad .git"
28
+ "url" : " https://github.com/jupytercad/JupyterCAD .git"
29
29
},
30
30
"scripts" : {
31
31
"build" : " tsc && node build_opencascade_wasm.js" ,
Original file line number Diff line number Diff line change 5
5
"keywords" : [
6
6
" jupytercad"
7
7
],
8
- "homepage" : " https://github.com/jupytercad/jupytercad " ,
8
+ "homepage" : " https://github.com/jupytercad/JupyterCAD " ,
9
9
"bugs" : {
10
- "url" : " https://github.com/jupytercad/jupytercad /issues"
10
+ "url" : " https://github.com/jupytercad/JupyterCAD /issues"
11
11
},
12
12
"license" : " BSD-3-Clause" ,
13
13
"author" : {
22
22
"style" : " style/index.css" ,
23
23
"repository" : {
24
24
"type" : " git" ,
25
- "url" : " https://github.com/jupytercad/jupytercad .git"
25
+ "url" : " https://github.com/jupytercad/JupyterCAD .git"
26
26
},
27
27
"scripts" : {
28
28
"build" : " jlpm build:schema && jlpm run build:lib" ,
Original file line number Diff line number Diff line change 7
7
" jupyterlab" ,
8
8
" jupyterlab-extension"
9
9
],
10
- "homepage" : " https://github.com/jupytercad/jupytercad " ,
10
+ "homepage" : " https://github.com/jupytercad/JupyterCAD " ,
11
11
"bugs" : {
12
- "url" : " https://github.com/jupytercad/jupytercad /issues"
12
+ "url" : " https://github.com/jupytercad/JupyterCAD /issues"
13
13
},
14
14
"license" : " BSD-3-Clause" ,
15
15
"author" : " JupyterCad contributors" ,
23
23
"style" : " style/index.css" ,
24
24
"repository" : {
25
25
"type" : " git" ,
26
- "url" : " https://github.com/jupytercad/jupytercad .git"
26
+ "url" : " https://github.com/jupytercad/JupyterCAD .git"
27
27
},
28
28
"scripts" : {
29
29
"build" : " jlpm clean:all && jlpm build:lib && webpack" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export class MainMenu extends MenuBar {
22
22
this . _commands . addCommand ( 'jupytercad:help-menu:documentation' , {
23
23
label : 'Documentation' ,
24
24
execute : ( ) => {
25
- window . open ( 'https://github.com/jupytercad/jupytercad ' , '_blank' ) ;
25
+ window . open ( 'https://github.com/jupytercad/JupyterCAD ' , '_blank' ) ;
26
26
} ,
27
27
icon : homeIcon
28
28
} ) ;
Original file line number Diff line number Diff line change 7
7
" jupyterlab" ,
8
8
" jupyterlab-extension"
9
9
],
10
- "homepage" : " https://github.com/jupytercad/jupytercad " ,
10
+ "homepage" : " https://github.com/jupytercad/JupyterCAD " ,
11
11
"bugs" : {
12
- "url" : " https://github.com/jupytercad/jupytercad /issues"
12
+ "url" : " https://github.com/jupytercad/JupyterCAD /issues"
13
13
},
14
14
"license" : " BSD-3-Clause" ,
15
15
"author" : " JupyterCad contributors" ,
22
22
"style" : " style/index.css" ,
23
23
"repository" : {
24
24
"type" : " git" ,
25
- "url" : " https://github.com/jupytercad/jupytercad .git"
25
+ "url" : " https://github.com/jupytercad/JupyterCAD .git"
26
26
},
27
27
"scripts" : {
28
28
"build" : " jlpm build:lib && jlpm build:labextension:dev" ,
Original file line number Diff line number Diff line change 7
7
" jupyterlab" ,
8
8
" jupyterlab-extension"
9
9
],
10
- "homepage" : " https://github.com/jupytercad/jupytercad " ,
10
+ "homepage" : " https://github.com/jupytercad/JupyterCAD " ,
11
11
"bugs" : {
12
- "url" : " https://github.com/jupytercad/jupytercad /issues"
12
+ "url" : " https://github.com/jupytercad/JupyterCAD /issues"
13
13
},
14
14
"license" : " BSD-3-Clause" ,
15
15
"author" : " JupyterCad contributors" ,
22
22
"style" : " style/index.css" ,
23
23
"repository" : {
24
24
"type" : " git" ,
25
- "url" : " https://github.com/jupytercad/jupytercad .git"
25
+ "url" : " https://github.com/jupytercad/JupyterCAD .git"
26
26
},
27
27
"scripts" : {
28
28
"build" : " jlpm build:lib && jlpm build:labextension:dev" ,
You can’t perform that action at this time.
0 commit comments