Skip to content

Commit 8566037

Browse files
Major changes in dependency management, docs, linting, and checks
1 parent 100de06 commit 8566037

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/documentation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
31-
- name: Set up Poetry
3231
- uses: ./.github/actions/setup-env
3332
- name: Install dependencies
3433
run: |

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ jobs:
3535
uses: ./.github/actions/setup-env
3636

3737
- name: Check if documentation can be built
38-
run: poetry run mkdocs build -s
38+
run: |
39+
cd docs
40+
poetry run mkdocs build -s

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<br>
22
<p align="center">
33
<a href="https://github.com/enriquetomasmb/fedstellar">
4-
<img src="docs/_static/nebula-logo.jpg" alt="fedstellar">
4+
<img src="docs/_prebuilt/static/nebula-logo.jpg" alt="fedstellar">
55
</a>
66
<h3 align="center">NEBULA: A Platform for Decentralized Federated Learning</h3>
77

@@ -47,20 +47,20 @@ NEBULA boasts a **modular architecture** that consists of three core elements:
4747
- 🚗 **Vehicular scenarios**: Utilize in vehicles including cars, trucks, and drones.
4848

4949
<p align="center">
50-
<img src="docs/_static/nebula-mockup.png" alt="NEBULA Mockup">
50+
<img src="docs/_prebuilt/static/nebula-mockup.png" alt="NEBULA Mockup">
5151
</p>
5252

5353
NEBULA is developed by [Enrique Tomás Martínez Beltrán](https://enriquetomasmb.com) in collaboration with the [University of Murcia](https://www.um.es/en), [armasuisse](https://www.armasuisse.ch/en), and the [University of Zurich (UZH)](https://www.uzh.ch/).
5454

5555
<p align="center">
5656
<a href="https://um.es">
57-
<img src="docs/_static/umu.jpg" alt="University of Murcia" width="200" height="60">
57+
<img src="docs/_prebuilt/static/umu.jpg" alt="University of Murcia" width="200" height="60">
5858
</a>
5959
<a href="https://www.armasuisse.ch/en">
60-
<img src="docs/_static/armasuisse.jpg" alt="armasuisse" width="200" height="60">
60+
<img src="docs/_prebuilt/static/armasuisse.jpg" alt="armasuisse" width="200" height="60">
6161
</a>
6262
<a href="https://www.uzh.ch/">
63-
<img src="docs/_static/uzh.jpg" alt="University of Zurich" width="200" height="60">
63+
<img src="docs/_prebuilt/static/uzh.jpg" alt="University of Zurich" width="200" height="60">
6464
</a>
6565
</p>
6666

0 commit comments

Comments
 (0)