Skip to content

Commit 78ad9c4

Browse files
authored
Blog post on AiiDA's ORM architecture (#101)
1 parent ba78be6 commit 78ad9c4

File tree

4 files changed

+479
-2
lines changed

4 files changed

+479
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
linkcheck_exclude_documents = [
121121
# ignore old (pre-2020) blog pages
122122
r"news/posts/201[0-9].*",
123+
r"news/posts/2025-09-05-orm.md",
123124
]
124125
linkcheck_ignore = [
125126
r"https://www.youtube.com/.*",
@@ -157,6 +158,7 @@
157158
r"https://juser.fz-juelich.de/record/873744",
158159
r"https://openbis.ch", # Not accessibla as of 06-06-2025. Might come back
159160
r"https://www.eosc-hub.eu/", # Privacy warning when accessing manually
161+
r"http://bit.ly/2HRjTWo", # Link now broken. Maybe remove fully in future?
160162
]
161163

162164
aiida_ignore_event_checks = [

docs/events.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
- name: AiiDA tutorial at the BIG-MAP workshop
8686
start: 2020-12-02
8787
location: Online
88-
url: https://multiscale-modelling.eu/BigMapWorkshop2020
8988
participants: ~80
9089

9190
- name: Materials Science Q&A @ SciPy 2020

0 commit comments

Comments
 (0)