Skip to content

Commit b846d64

Browse files
committed
Replaced local dynamic_site with pypi wepps library
1 parent b973e03 commit b846d64

File tree

114 files changed

+17
-10845
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+17
-10845
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ This project also received funding from the
106106

107107
## Web Interface
108108

109-
- [generic source code](./dynamic_site/)
109+
- [wepps](https://github.com/Parallel-in-Time/wepps)
110110
- [current web apps](./web_apps/)
111111

112112
You can run the website on your own computer : install the dependencies stated in the `requirements.txt` and then open a browser at `127.0.0.1:8000` after running

blockops/webutils.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from blockops.utils.params import Parameter as BlockParameter
2-
from dynamic_site.stage.parameters import Parameter as WebParameter
2+
from wepps.stage.parameters import Parameter as WebParameter
33

4-
from dynamic_site.stage import parameters as web_params
4+
from wepps.stage import parameters as web_params
55
from blockops.utils import params as block_params
66

77
# Note: M = nPoints

dynamic_site/__init__.py

Whitespace-only changes.

dynamic_site/app.py

-44
This file was deleted.

dynamic_site/dev-documentation.md

-31
This file was deleted.

dynamic_site/frontend/.gitignore

-130
This file was deleted.

dynamic_site/frontend/.yarnrc.yml

-1
This file was deleted.

dynamic_site/frontend/package.json

-39
This file was deleted.

dynamic_site/frontend/src/App.tsx

-63
This file was deleted.

0 commit comments

Comments
 (0)