Skip to content

Commit

Permalink
Replaced local dynamic_site with pypi wepps library
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelKrispin committed Oct 16, 2023
1 parent b973e03 commit b846d64
Show file tree
Hide file tree
Showing 114 changed files with 17 additions and 10,845 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ This project also received funding from the

## Web Interface

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

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
Expand Down
4 changes: 2 additions & 2 deletions blockops/webutils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from blockops.utils.params import Parameter as BlockParameter
from dynamic_site.stage.parameters import Parameter as WebParameter
from wepps.stage.parameters import Parameter as WebParameter

from dynamic_site.stage import parameters as web_params
from wepps.stage import parameters as web_params
from blockops.utils import params as block_params

# Note: M = nPoints
Expand Down
Empty file removed dynamic_site/__init__.py
Empty file.
44 changes: 0 additions & 44 deletions dynamic_site/app.py

This file was deleted.

31 changes: 0 additions & 31 deletions dynamic_site/dev-documentation.md

This file was deleted.

130 changes: 0 additions & 130 deletions dynamic_site/frontend/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion dynamic_site/frontend/.yarnrc.yml

This file was deleted.

39 changes: 0 additions & 39 deletions dynamic_site/frontend/package.json

This file was deleted.

63 changes: 0 additions & 63 deletions dynamic_site/frontend/src/App.tsx

This file was deleted.

Loading

0 comments on commit b846d64

Please sign in to comment.