Skip to content

Commit

Permalink
Merge pull request #17 from AaltoSciComp/rkdarst/fix-warnings
Browse files Browse the repository at this point in the history
Fix warnings
  • Loading branch information
rkdarst authored Feb 14, 2024
2 parents 7e84643 + 12a9b92 commit 114d96c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: sphinx-doc/github-problem-matcher@master
- uses: actions/setup-python@v5
- name: Dependencies
run: pip install -r requirements.txt
- name: Build
Expand Down
6 changes: 3 additions & 3 deletions content/2023/dev-day-2023-aug.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ASC development day, 2023 August
================================

We had another development day (previous:
:doc:`march-development-day`). It went mostly like the last one, and
:doc:`/2023/march-development-day`). It went mostly like the last one, and
we have less important news for the world, but below is the summary
anyway.

Expand All @@ -26,7 +26,7 @@ Stats
of them.
* The number of :external:doc:`interactive <triton/tut/interactive>`
and :external:doc:`Jupyter <triton/apps/jupyter>` users are increasing, while
:external:doc:`Open OnDemand <triton/apps/ood>` is decreasing. This
:external:doc:`Open OnDemand <triton/usage/ood>` is decreasing. This
is the wrong direction from what we'd like. We will open
OOD to connections from all of Finland to make this easier.

Expand Down Expand Up @@ -68,7 +68,7 @@ also to get good quality video recordings for the future).
Goals:

* Developing and delivering the ":external:doc:`workflows
<training/scip/workflows-2023>`" course with CodeRefinery
<training/scip/workflows-2024>`" course with CodeRefinery
* Short courses to record (e.g. rerun of debug series, once a week,
record and publish).
* Update :external:doc:`triton/usage/debugging` linking the
Expand Down
2 changes: 1 addition & 1 deletion content/2023/webp-security-vulnerability.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ What to do
It's a multi-layered problem, and the answer will depend on your
work. **libwebp is what we are thinking about now, but the problem is
general: there are other security problems that occasionally come up
that can affect more scientific code. How do you **
that can affect more scientific code. How do you prepare for next time?**

- Update your environments (conda, virtualenv, etc). You could try to
see if ``libwebp`` is inside of them (``conda list | grep webp``),
Expand Down

0 comments on commit 114d96c

Please sign in to comment.