Skip to content

Commit 55d042a

Browse files
authored
Merge branch 'main' into adding_fornax
2 parents a8276ed + 46b2ba5 commit 55d042a

8 files changed

Lines changed: 93 additions & 24 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "monthly"
12+
groups:
13+
actions:
14+
patterns:
15+
- "*"
16+
labels:
17+
- "dependencies"

.github/workflows/create-meeting-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
create-team-issue:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v5
1414
- uses: JasonEtco/create-an-issue@v2
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/linkcheck.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
name: Build documentation
22

33
on:
4+
schedule:
5+
# Once a month is enough
6+
- cron: '0 1 15 * *'
47
pull_request:
8+
workflow_dispatch:
59

610
jobs:
711
check-links:
812
runs-on: ubuntu-latest
913
steps:
10-
- uses: actions/checkout@v3
11-
- uses: actions/setup-python@v4
14+
- uses: actions/checkout@v5
15+
- uses: actions/setup-python@v6
1216
with:
13-
python-version: '3.9'
17+
python-version: '3.13'
1418
cache: 'pip'
1519

1620
- name: Build the documentation
@@ -21,7 +25,7 @@ jobs:
2125
# ref: https://github.com/lycheeverse/lychee-action
2226
# ref: https://github.com/lycheeverse/lychee#commandline-parameters
2327
- name: Link Checker
24-
uses: lycheeverse/lychee-action@v1.5.4
28+
uses: lycheeverse/lychee-action@v2.6.1
2529
env:
2630
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2731
with:

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ python:
1212
sphinx:
1313
builder: dirhtml
1414
fail_on_warning: true
15+
configuration: docs/conf.py

docs/blog/2020-08-07-announce-book.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ Jupyter Book and its related projects will continue to be developed as a part of
125125

126126
If you'd like to learn more about Jupyter Book or get started building your own books, then check out [the new Jupyter Book documentation](https://jupyterbook.org). Jupyter Book is still in beta and is constantly being improved, so your [feedback and contributions are always welcome](https://github.com/executablebooks/jupyter-book/issues/new/choose).
127127

128-
If there are particular features you'd like to see, open an issue or give a 👍 to a pre-existing issue, and [it will be bumped up on the feature request leaderboard](https://executablebooks.org/en/latest/feature-vote.html).
128+
If there are particular features you'd like to see, open an issue or give a 👍 to a pre-existing issue, and [it will be bumped up on the feature request leaderboard](https://executablebooks.org/en/latest/feature-vote).
129129

130130
## Get involved
131131

132-
If you'd like to contribute to any of the projects listed in this post, you are highly encouraged to do so! The Executable Book Project (and thus Jupyter Book) is run as an open project that [welcomes contributions from others](https://executablebooks.org/en/latest/contributing.html).
132+
If you'd like to contribute to any of the projects listed in this post, you are highly encouraged to do so! The Executable Book Project (and thus Jupyter Book) is run as an open project that [welcomes contributions from others](https://executablebooks.org/en/latest/contributing).
133133

134134
We are excited about all the new features and improvements in the new Jupyter Book, and look forward to seeing the new books that the community creates with this stack!

docs/blog/2021-12-18-agu-2021.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:author: Chris Holdgraf
55
```
66

7-
The [AGU 2021 conference](https://www.agu.org/Fall-Meeting) just wrapped up, and Jupyter Book made a few appearances at the conference this year.
7+
The AGU 2021 conference just wrapped up, and Jupyter Book made a few appearances at the conference this year.
88
Below are a few links to videos and Google Slides for each session.
99

1010
## Jupyter Book 101: A tutorial introduction to Jupyter Book

docs/feature-vote.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
You can help us to prioritise development of new features by leaving a [👍 reaction](https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) on the first comment of any `enhancement` issue.
55

6-
Below is a list of all current enhancement issues from our core repositories,[^a] ordered by 👍
7-
Click the `+` to see more details.
6+
Below is a list of all current enhancement issues from our core repositories,[^a] ordered by 👍.
87

98
[^a]: The data in this table is updated every day.
109

docs/gallery.yml

Lines changed: 73 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
- name: The image analysis field guide
2+
website: https://imaging.epfl.ch/field-guide/
3+
repository: https://github.com/EPFL-Center-for-Imaging/image-analysis-field-guide
4+
image: https://imaging.epfl.ch/field-guide/_images/epfl.jpeg
5+
- name: Understanding Quantitative Finance
6+
website: https://quantgirluk.github.io/Understanding-Quantitative-Finance/intro.html
7+
repository: https://github.com/quantgirluk/Understanding-Quantitative-Finance
8+
image: https://quantgirluk.github.io/Understanding-Quantitative-Finance/_static/puzzle.jpeg
9+
- name: "Taming LLMs: A Practical Guide to LLM Pitfalls with Open Source Software"
10+
website: https://www.souzatharsis.com/tamingLLMs/
11+
repository: https://github.com/souzatharsis/tamingLLMs
12+
image: https://raw.githubusercontent.com/souzatharsis/tamingLLMs/master/tamingllms/_static/cover_curve.png
13+
- name: Real-Time Digital Signal Processing
14+
website: https://realtimedsp.net/lab/
15+
repository: https://github.com/Real-Time-DSP/lab
16+
image: https://realtimedsp.net/lab/_static/logo.png
17+
- name: "Discrete-Event Simulation in Python"
18+
website: https://health-data-science-or.github.io/simpy-streamlit-tutorial
19+
repository: https://github.com/health-data-science-OR/simpy-streamlit-tutorial
20+
- name: Show the Physics
21+
website: https://interactivetextbooks.tudelft.nl/showthephysics/
22+
repository: https://github.com/TeachBooks/Showing-Physics
23+
image: https://interactivetextbooks.tudelft.nl/showthephysics/_images/coverbook.jpg
124
- name: Developing with QIIME 2
225
website: https://develop.qiime2.org
326
repository: https://github.com/caporaso-lab/developing-with-qiime2
@@ -14,10 +37,6 @@
1437
website: https://numpy.org/numpy-tutorials/
1538
repository: https://github.com/numpy/numpy-tutorials
1639
image: https://raw.githubusercontent.com/numpy/numpy-tutorials/main/site/_static/numpylogo.svg
17-
- name: CVE.icu
18-
website: https://cve.icu
19-
repository: https://github.com/jgamblin/cve.icu
20-
image: https://raw.githubusercontent.com/jgamblin/cve.icu/main/ambulance.png
2140
- name: Open Source in Environmental Sustainability
2241
website: https://report.opensustain.tech/
2342
repository: https://github.com/protontypes/open-source-in-environmental-sustainability
@@ -101,6 +120,10 @@
101120
- name: NASA VirtualObservatory Notebooks
102121
website: https://nasa-navo.github.io/navo-workshop/
103122
repository: https://github.com/NASA-NAVO/navo-workshop
123+
- name: NASA/IPAC Infrared Science Archive Python Notebook Tutorials
124+
website: https://caltech-ipac.github.io/irsa-tutorials/
125+
repository: https://github.com/Caltech-IPAC/irsa-tutorials
126+
image: https://raw.githubusercontent.com/Caltech-IPAC/irsa-tutorials/main/_static/irsa_logo.png
104127
- name: Solving Partial Differential Equations
105128
image: https://aquaulb.github.io/book_solving_pde_mooc/_static/logo.png
106129
website: https://aquaulb.github.io/book_solving_pde_mooc/solving_pde_mooc/notebooks/01_Introduction/01_00_Preface.html
@@ -158,11 +181,11 @@
158181
repository: https://github.com/YannDubs/Neural-Process-Family
159182
image: https://yanndubs.github.io/Neural-Process-Family/_static/logo.gif
160183
- name: "The Turing Way: A guide to reproducible, ethical, inclusive and collaborative data science"
161-
website: https://the-turing-way.netlify.app
162-
repository: https://github.com/alan-turing-institute/the-turing-way
163-
image: https://raw.githubusercontent.com/alan-turing-institute/the-turing-way/master/book/website/figures/logo/logo.png
184+
website: https://book.the-turing-way.org
185+
repository: https://github.com/the-turing-way/the-turing-way
186+
image: https://raw.githubusercontent.com/the-turing-way/the-turing-way/main/book/figures/logo/logo.png
164187
- name: Deep Learning for Molecules and Materials
165-
website: https://whitead.github.io/dmol-book/
188+
website: https://dmol.pub
166189
repository: https://github.com/whitead/dmol-book
167190
image: https://raw.githubusercontent.com/whitead/dmol-book/master/_static/images/logo.png
168191
- name: genome-sampler Software Documentation
@@ -246,10 +269,6 @@
246269
repository: https://github.com/euroargodev/argoonlineschool
247270
image: https://euroargodev.github.io/argoonlineschool/_static/logoAoS.png
248271
website: https://euroargodev.github.io/argoonlineschool
249-
- name: "PVSC pvlib python Tutorial"
250-
repository: https://github.com/PVSC-Python-Tutorials/PVSC48-Python-Tutorial
251-
image: https://raw.githubusercontent.com/pvlib/pvlib-python/master/docs/sphinx/source/_images/pvlib_logo_vert.png
252-
website: https://pvsc-python-tutorials.github.io/PVSC48-Python-Tutorial/index.html
253272
# Temporarily down
254273
# - name: An Introduction to Applied Bioinformatics
255274
# website: http://readIAB.org
@@ -355,7 +374,7 @@
355374
website: https://climateestimate.net
356375
repository: https://github.com/atrisovic/weather-panel.github.io/
357376
image: https://climateestimate.net/_static/climate_estimate_logo.png
358-
- name: "Apuntes del Curso Introducción a Big Data"
377+
- name: "Introducción a Big Data. Apuntes de análisis de datos y ML"
359378
website: https://fortinux.github.io/bigdata-book/intro.html
360379
repository: https://github.com/fortinux/bigdata-book/
361380
image: https://fortinux.com/wp-content/uploads/2022/04/Big-data-stack.png
@@ -410,7 +429,7 @@
410429
- name: "Environmental Data Science Book"
411430
website: https://the-environmental-ds-book.netlify.app/
412431
repository: https://github.com/alan-turing-institute/environmental-ds-book
413-
image: https://raw.githubusercontent.com/alan-turing-institute/environmental-ds-book/master/book/figures/logo/logo.png
432+
image: https://raw.githubusercontent.com/eds-book/eds-book/main/book/_static/edsbook_logo-black.png
414433
- name: Python Coding for Public Policy
415434
website: https://python-public-policy.afeld.me/
416435
repository: https://github.com/afeld/python-public-policy
@@ -451,7 +470,47 @@
451470
repository: https://github.com/FireDynamics/LectureFireSimulation
452471
website: https://firedynamics.github.io/LectureFireSimulation
453472
image: https://firedynamics.github.io/LectureFireSimulation/_static/cce_logo.png
473+
- name: "Topics in Mathematical Biology"
474+
repository: https://github.com/abestshef/mas377
475+
website: https://abestshef.github.io/mas377
476+
image: https://abestshef.github.io/mas377/_static/logo.png
477+
- name: "Quantum Metrology with Photoelectrons Vol. 3: Analysis methodologies"
478+
repository: https://github.com/phockett/Quantum-Metrology-with-Photoelectrons-Vol3
479+
website: https://phockett.github.io/Quantum-Metrology-with-Photoelectrons-Vol3
480+
image: https://raw.githubusercontent.com/phockett/Quantum-Metrology-with-Photoelectrons-Vol3/main/notes/cover_art/quantum_met_cover_mock_vol3_070823.png
454481
- name: "NeuroML"
455482
repository: https://github.com/NeuroML/Documentation/
456483
website: https://docs.neuroml.org
457484
image: https://docs.neuroml.org/_static/logo.png
485+
- name: "Molecular Simulations"
486+
repository: https://github.com/BarakHirshberg/MolecularSimulations
487+
website: https://barakhirshberg.github.io/MolecularSimulations
488+
image: https://barakhirshberg.github.io/MolecularSimulations/_static/tau_logo.jpg
489+
- name: "Python Data Science 数据科学"
490+
repository: https://github.com/RobinChen121/book-Python-Data-Science-cn
491+
website: https://robinchen121.github.io/book-Python-Data-Science-cn
492+
image: https://github.com/RobinChen121/book-Python-Data-Science-cn/blob/main/data-science/logo2.png
493+
- name: "Computational Astrophysics"
494+
repository: https://github.com/zingale/computational_astrophysics
495+
website: https://zingale.github.io/computational_astrophysics/
496+
image: https://github.com/zingale/computational_astrophysics/blob/a756151090ca1da94d0cd6a3e92a8a47cb940630/content/rt_small.png?raw=true
497+
- name: Computational Problem Solving in the Chemical Sciences
498+
repository: https://github.com/rwexler/comp-prob-solv
499+
website: https://wexlergroup.github.io/comp-prob-solv/
500+
image: https://github.com/wexlergroup/comp-prob-solv/blob/main/logo.png
501+
- name: Aprendendo Físico-Química com auxílio de Phython
502+
repository: https://github.com/leobap01/ebook-fisico-quimica
503+
website: https://leobap01.github.io/ebook-fisico-quimica/
504+
image: https://leobap01.github.io/ebook-fisico-quimica/_static/logo.png
505+
- name: Learn Probability
506+
repository: https://github.com/snowch/learn_probability
507+
website: https://snowch.github.io/learn_probability
508+
image: https://snowch.github.io/learn_probability/_static/logo.png
509+
- name: Fuzzing with Fandango
510+
repository: https://github.com/fandango-fuzzer/fandango
511+
website: https://fandango-fuzzer.github.io/
512+
image: https://fandango-fuzzer.github.io/_static/fandango.png
513+
- name: Modelling, Uncertainty and Data for Engineers
514+
repository: https://github.com/TUDelft-MUDE/book
515+
website: https://mude.citg.tudelft.nl/book/2024
516+
image: https://files.mude.citg.tudelft.nl/MUDE_Logo-small.png

0 commit comments

Comments
 (0)