Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organization rename #225

Merged
merged 1 commit into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
on_rtd = os.environ.get("READTHEDOCS", None) == "True"

html_theme = "pydata_sphinx_theme"
html_theme_options = {"github_url": "https://github.com/jupyter-cad/jupytercad"}
html_theme_options = {"github_url": "https://github.com/jupytercad/jupytercad"}

extensions = [
"sphinx.ext.autodoc",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@jupytercad/jupytercad-root",
"version": "0.3.3",
"private": true,
"homepage": "https://github.com/jupyter-cad/jupytercad",
"homepage": "https://github.com/jupytercad/jupytercad",
"repository": {
"type": "git",
"url": "https://github.com/jupyter-cad/jupytercad.git"
"url": "https://github.com/jupytercad/jupytercad.git"
},
"license": "BSD-3-Clause",
"description": "A JupyterLab extension for 3D modelling.",
Expand All @@ -15,7 +15,7 @@
"jupyterlab-extension"
],
"bugs": {
"url": "https://github.com/jupyter-cad/jupytercad/issues"
"url": "https://github.com/jupytercad/jupytercad/issues"
},
"author": {
"name": "JupyterCad contributors"
Expand Down
6 changes: 3 additions & 3 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/jupyter-cad/jupytercad",
"homepage": "https://github.com/jupytercad/jupytercad",
"bugs": {
"url": "https://github.com/jupyter-cad/jupytercad/issues"
"url": "https://github.com/jupytercad/jupytercad/issues"
},
"license": "BSD-3-Clause",
"author": {
Expand All @@ -24,7 +24,7 @@
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/jupyter-cad/jupytercad.git"
"url": "https://github.com/jupytercad/jupytercad.git"
},
"scripts": {
"build": "tsc -b",
Expand Down
6 changes: 3 additions & 3 deletions packages/occ-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"keywords": [
"jupytercad"
],
"homepage": "https://github.com/jupyter-cad/jupytercad",
"homepage": "https://github.com/jupytercad/jupytercad",
"bugs": {
"url": "https://github.com/jupyter-cad/jupytercad/issues"
"url": "https://github.com/jupytercad/jupytercad/issues"
},
"license": "BSD-3-Clause",
"author": {
Expand All @@ -21,7 +21,7 @@
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/jupyter-cad/jupytercad.git"
"url": "https://github.com/jupytercad/jupytercad.git"
},
"scripts": {
"build:lib": "tsc -b",
Expand Down
6 changes: 3 additions & 3 deletions packages/opencascade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"jupyter",
"jupyterlab"
],
"homepage": "https://github.com/jupyter-cad/jupytercad",
"homepage": "https://github.com/jupytercad/jupytercad",
"bugs": {
"url": "https://github.com/jupyter-cad/jupytercad/issues"
"url": "https://github.com/jupytercad/jupytercad/issues"
},
"license": "BSD-3-Clause",
"author": {
Expand All @@ -23,7 +23,7 @@
"types": "lib/jupytercad.opencascade.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/jupyter-cad/jupytercad.git"
"url": "https://github.com/jupytercad/jupytercad.git"
},
"scripts": {
"build": "node build_opencascade.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"keywords": [
"jupytercad"
],
"homepage": "https://github.com/jupyter-cad/jupytercad",
"homepage": "https://github.com/jupytercad/jupytercad",
"bugs": {
"url": "https://github.com/jupyter-cad/jupytercad/issues"
"url": "https://github.com/jupytercad/jupytercad/issues"
},
"license": "BSD-3-Clause",
"author": {
Expand All @@ -22,7 +22,7 @@
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/jupyter-cad/jupytercad.git"
"url": "https://github.com/jupytercad/jupytercad.git"
},
"scripts": {
"build": "jlpm build:schema && jlpm run build:lib",
Expand Down
6 changes: 3 additions & 3 deletions python/jupytercad-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/jupyter-cad/jupytercad",
"homepage": "https://github.com/jupytercad/jupytercad",
"bugs": {
"url": "https://github.com/jupyter-cad/jupytercad/issues"
"url": "https://github.com/jupytercad/jupytercad/issues"
},
"license": "BSD-3-Clause",
"author": "JupyterCad contributors",
Expand All @@ -23,7 +23,7 @@
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/jupyter-cad/jupytercad.git"
"url": "https://github.com/jupytercad/jupytercad.git"
},
"scripts": {
"build": "jlpm clean:all && jlpm build:lib && webpack",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class MainMenu extends MenuBar {
this._commands.addCommand('jupytercad:help-menu:documentation', {
label: 'Documentation',
execute: () => {
window.open('https://github.com/jupyter-cad/jupytercad', '_blank');
window.open('https://github.com/jupytercad/jupytercad', '_blank');
},
icon: homeIcon
});
Expand Down
6 changes: 3 additions & 3 deletions python/jupytercad-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/jupyter-cad/jupytercad",
"homepage": "https://github.com/jupytercad/jupytercad",
"bugs": {
"url": "https://github.com/jupyter-cad/jupytercad/issues"
"url": "https://github.com/jupytercad/jupytercad/issues"
},
"license": "BSD-3-Clause",
"author": "JupyterCad contributors",
Expand All @@ -22,7 +22,7 @@
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/jupyter-cad/jupytercad.git"
"url": "https://github.com/jupytercad/jupytercad.git"
},
"scripts": {
"build": "jlpm build:lib && jlpm build:labextension:dev",
Expand Down
6 changes: 3 additions & 3 deletions python/jupytercad-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/jupyter-cad/jupytercad",
"homepage": "https://github.com/jupytercad/jupytercad",
"bugs": {
"url": "https://github.com/jupyter-cad/jupytercad/issues"
"url": "https://github.com/jupytercad/jupytercad/issues"
},
"license": "BSD-3-Clause",
"author": "JupyterCad contributors",
Expand All @@ -22,7 +22,7 @@
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/jupyter-cad/jupytercad.git"
"url": "https://github.com/jupytercad/jupytercad.git"
},
"scripts": {
"build": "jlpm build:lib && jlpm build:labextension:dev",
Expand Down
Loading