diff --git a/.gitignore b/.gitignore index 1ab30b6..799f6d9 100644 --- a/.gitignore +++ b/.gitignore @@ -55,4 +55,4 @@ frontend/app/coverage/ frontend/app/.jest-cache/ make_md.py -python_front_* \ No newline at end of file +browser_based_python_* \ No newline at end of file diff --git a/README.md b/README.md index 0796ca0..3a895b0 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -# [Python Front](https://github.com/europanite/python_front "Python Front") +# [Browser Based Python](https://github.com/europanite/browser_based_python "Browser Based Python") -[![CI](https://github.com/europanite/python_front/actions/workflows/ci.yml/badge.svg)](https://github.com/europanite/python_front/actions/workflows/ci.yml) -[![Frontend Tests via Docker](https://github.com/europanite/python_front/actions/workflows/docker.yml/badge.svg)](https://github.com/europanite/python_front/actions/workflows/docker.yml) -[![Deploy Expo Web to GitHub Pages](https://github.com/europanite/python_front/actions/workflows/deploy-pages.yml/badge.svg)](https://github.com/europanite/python_front/actions/workflows/deploy-pages.yml) +[![CI](https://github.com/europanite/browser_based_python/actions/workflows/ci.yml/badge.svg)](https://github.com/europanite/browser_based_python/actions/workflows/ci.yml) +[![Frontend Tests via Docker](https://github.com/europanite/browser_based_python/actions/workflows/docker.yml/badge.svg)](https://github.com/europanite/browser_based_python/actions/workflows/docker.yml) +[![Deploy Expo Web to GitHub Pages](https://github.com/europanite/browser_based_python/actions/workflows/deploy-pages.yml/badge.svg)](https://github.com/europanite/browser_based_python/actions/workflows/deploy-pages.yml) A browser based Python playground. !["web_ui"](./assets/images/web_ui.png) ## Demo - [Python Front](https://europanite.github.io/python_front/) + [Python Front](https://europanite.github.io/browser_based_python/) --- diff --git a/SECURITY.md b/SECURITY.md index 66e024c..eec3376 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,7 +2,7 @@ ## Supported Versions -The following table shows which versions of `python_front` are currently being supported with security updates. +The following table shows which versions of `browser_based_python` are currently being supported with security updates. | Version | Supported | |---------|--------------------| @@ -35,4 +35,4 @@ If you discover a security vulnerability within this project, please help us kee ## Acknowledgements -We deeply appreciate the efforts of security researchers and contributors who help us improve the security of `python_front`. +We deeply appreciate the efforts of security researchers and contributors who help us improve the security of `browser_based_python`. diff --git a/_config.yml b/_config.yml index c352d93..ae96746 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ -title: "python_front" +title: "browser_based_python" description: "A playground for Python" -baseurl: "/python_front" +baseurl: "/browser_based_python" url: "https://europanite.github.io" theme: minima markdown: kramdown diff --git a/frontend/app/app.json b/frontend/app/app.json index 56a2820..8a37079 100644 --- a/frontend/app/app.json +++ b/frontend/app/app.json @@ -23,7 +23,7 @@ "edgeToEdgeEnabled": true }, "experiments": { - "baseUrl": "/python_front" + "baseUrl": "/browser_based_python" }, "web": { "favicon": "./assets/favicon.png", diff --git a/frontend/app/public/404.html b/frontend/app/public/404.html index 9909e84..1d74d9c 100644 --- a/frontend/app/public/404.html +++ b/frontend/app/public/404.html @@ -2,10 +2,10 @@ Redirecting... diff --git a/frontend/app/screens/HomeScreen.tsx b/frontend/app/screens/HomeScreen.tsx index e32f54f..91d02c3 100644 --- a/frontend/app/screens/HomeScreen.tsx +++ b/frontend/app/screens/HomeScreen.tsx @@ -206,7 +206,7 @@ export default function HomeScreen() {