Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emsig/emsig.github.io
Home of emsig
https://github.com/emsig/emsig.github.io
csem emg3d empymod geophysics modelling python
Last synced: about 1 month ago
JSON representation
Home of emsig
- Host: GitHub
- URL: https://github.com/emsig/emsig.github.io
- Owner: emsig
- License: cc-by-4.0
- Created: 2017-05-19T13:05:25.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T13:35:33.000Z (10 months ago)
- Last Synced: 2024-02-27T14:32:52.961Z (10 months ago)
- Topics: csem, emg3d, empymod, geophysics, modelling, python
- Language: Python
- Homepage: https://emsig.xyz
- Size: 2.02 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website of emg3d
The website of emg3d is generated by sphinx.
You can build it locally with
```
make html
```
where you can install the required dependencies with
```
pip install -r requirements.txt
```The website can be deployed from the local machine with
```
make deploy
```A GitHub Action is set up which will do that for each commit.
The website is served to https://emsig.xyz.