Skip to content

Commit 58ba290

Browse files
committed
renamed the repository
1 parent c560771 commit 58ba290

11 files changed

Lines changed: 8644 additions & 14 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ frontend/app/coverage/
5555
frontend/app/.jest-cache/
5656

5757
make_md.py
58-
python_front_*
58+
browser_based_python_*

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# [Python Front](https://github.com/europanite/python_front "Python Front")
1+
# [Browser Based Python](https://github.com/europanite/browser_based_python "Browser Based Python")
22

3-
[![CI](https://github.com/europanite/python_front/actions/workflows/ci.yml/badge.svg)](https://github.com/europanite/python_front/actions/workflows/ci.yml)
4-
[![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)
5-
[![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)
3+
[![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)
4+
[![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)
5+
[![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)
66

77
A browser based Python playground.
88

99
!["web_ui"](./assets/images/web_ui.png)
1010

1111
## Demo
12-
[Python Front](https://europanite.github.io/python_front/)
12+
[Python Front](https://europanite.github.io/browser_based_python/)
1313

1414
---
1515

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Supported Versions
44

5-
The following table shows which versions of `python_front` are currently being supported with security updates.
5+
The following table shows which versions of `browser_based_python` are currently being supported with security updates.
66

77
| Version | Supported |
88
|---------|--------------------|
@@ -35,4 +35,4 @@ If you discover a security vulnerability within this project, please help us kee
3535

3636
## Acknowledgements
3737

38-
We deeply appreciate the efforts of security researchers and contributors who help us improve the security of `python_front`.
38+
We deeply appreciate the efforts of security researchers and contributors who help us improve the security of `browser_based_python`.

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
title: "python_front"
1+
title: "browser_based_python"
22
description: "A playground for Python"
3-
baseurl: "/python_front"
3+
baseurl: "/browser_based_python"
44
url: "https://europanite.github.io"
55
theme: minima
66
markdown: kramdown

frontend/app/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"edgeToEdgeEnabled": true
2424
},
2525
"experiments": {
26-
"baseUrl": "/python_front"
26+
"baseUrl": "/browser_based_python"
2727
},
2828
"web": {
2929
"favicon": "./assets/favicon.png",

frontend/app/public/404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<meta charset="utf-8"><title>Redirecting...</title>
33
<script>
44
(function(){
5-
var path = window.location.pathname.replace(/\/python_front/, '');
5+
var path = window.location.pathname.replace(/\/browser_based_python/, '');
66
var search = window.location.search || '';
77
var hash = window.location.hash || '';
8-
var url = '/python_front/?redirect=' + encodeURIComponent(path + search + hash);
8+
var url = '/browser_based_python/?redirect=' + encodeURIComponent(path + search + hash);
99
window.location.replace(url);
1010
})();
1111
</script>

frontend/app/screens/HomeScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export default function HomeScreen() {
206206
<div style={styles.toolbar}>
207207
<h1 style={styles.title as any}>
208208
<a
209-
href="https://github.com/europanite/python_front/"
209+
href="https://github.com/europanite/browser_based_python/"
210210
target="_blank"
211211
rel="noopener noreferrer"
212212
style={{ color: "inherit", textDecoration: "none" }}

0 commit comments

Comments
 (0)