Skip to content

Commit

Permalink
Update (#122)
Browse files Browse the repository at this point in the history
* Setup index GeomSource; cfg bug fix

* Some formatting

* Replace png by svg

* Resturcture util.py

* Adjust workflow paths

* Slight update of ConfigReader
  • Loading branch information
dalmijn authored Jun 25, 2024
1 parent 938ea80 commit d8fdee9
Show file tree
Hide file tree
Showing 17 changed files with 617 additions and 215 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ name: Build
on:
push:
branches: [ master ]
paths:
- .build/*
- src/fiat/*
- pyproject.toml
- .github/workflows/build.yml
pull_request:
branches: [ master ]
paths:
- .build/*
- src/fiat/*
- pyproject.toml
- .github/workflows/build.yml

jobs:
Test:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ name: Docker testing
on:
push:
branches: [master]
paths:
- Dockerfile
- pyproject.toml
- .github/workflows/docker.yml
pull_request:
branches: [master]
paths:
- Dockerfile
- pyproject.toml
- .github/workflows/docker.yml

jobs:
docs:
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@ name: Build Documentation
on:
push:
branches: [master]
paths:
- docs/*
- src/fiat/*
- .testdata/*
- pyproject.toml
- .github/workflows/docs.yml
pull_request:
branches: [master]
paths:
- docs/*
- src/fiat/*
- .testdata/*
- pyproject.toml
- .github/workflows/docs.yml

jobs:
docs:
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,20 @@ name: Test
on:
push:
branches: [ master ]
paths:
- test/*
- src/fiat/*
- .testdata/*
- pyproject.toml
- .github/workflows/test.yml
pull_request:
branches: [ master ]
paths:
- test/*
- src/fiat/*
- .testdata/*
- pyproject.toml
- .github/workflows/test.yml

jobs:
Test:
Expand Down
4 changes: 2 additions & 2 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ number-sections: false

website:
title: "Delft FIAT"
favicon: _static/logo.png
favicon: _static/fiat.svg
search:
location: navbar
limit: 5
Expand All @@ -44,7 +44,7 @@ website:
/>
</a>
navbar:
logo: _static/logo.png
logo: _static/fiat.svg
search: true
pinned: true
left:
Expand Down
155 changes: 155 additions & 0 deletions docs/_static/fiat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_static/logo.png
Binary file not shown.
Binary file removed res/FIAT.png
Binary file not shown.
Loading

0 comments on commit d8fdee9

Please sign in to comment.