Skip to content

Commit

Permalink
fixx
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Oct 21, 2024
1 parent 7155da6 commit c0de539
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ lerna-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Not meaaningful
*.pdf
*.odg

# Runtime data
pids
Expand Down
Binary file added public/images/running_jobs_90.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,16 @@ title: FutureExtensions
DiracX aims to provide an easy way to do so.
</span>

<SpeechBubble position="t" color='amber' shape="round" v-drag="[400,290,220,140]">

```toml
# entrypoints in pyproject.toml

[project.entry-points."diracx.db.sql"]
AuthDB = "diracx.db.sql:AuthDB"
JobDB = "<extension>.db.sql:ExtendedJobDB"
```

<SpeechBubble position="t" color='amber' shape="round" v-drag="[400,310,220,140]">
For DiracX and DiracX-Web we already provide reference extensions
</SpeechBubble>

Expand Down Expand Up @@ -1014,7 +1023,7 @@ titlewidth: is-3

```sh
git clone https://github.com/DIRACGrid/diracx-charts
diracx-charts/run_demo.sh
diracx-charts/run_demo.sh # this is run for each and every commit in Github Actions
```


Expand Down

0 comments on commit c0de539

Please sign in to comment.