Skip to content

Commit 0b4a15a

Browse files
Merge branch 'main' into patch-1
2 parents 2e545c7 + e41bc6e commit 0b4a15a

19 files changed

Lines changed: 308 additions & 24 deletions

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
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@v4
1414
- uses: JasonEtco/create-an-issue@v2
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/linkcheck.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
check-links:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
11-
- uses: actions/setup-python@v4
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-python@v5
1212
with:
1313
python-version: '3.9'
1414
cache: 'pip'
@@ -21,7 +21,7 @@ jobs:
2121
# ref: https://github.com/lycheeverse/lychee-action
2222
# ref: https://github.com/lycheeverse/lychee#commandline-parameters
2323
- name: Link Checker
24-
uses: lycheeverse/lychee-action@v1.5.4
24+
uses: lycheeverse/lychee-action@v2.4.0
2525
env:
2626
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2727
with:

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
docs/_build
1+
_build
22
*.ipynb_checkpoints
33
.vscode/
44
docs/gallery.txt

.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
1.89 MB
Binary file not shown.
2.67 MB
Binary file not shown.
1.68 MB
Binary file not shown.

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/2023-03-07-call-for-myst-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ Together let’s take the chore and re-work out of preparing a paper submission
161161
162162
```
163163

164-
```{tip} Sign up for the Upcoming MyST Templates Tutorial Webinar
165-
:class: dropdown
164+
```{admonition} Sign up for the Upcoming MyST Templates Tutorial Webinar
165+
:class: dropdown, tip
166166
167167
Interested in porting your first LaTeX template to a MyST template?
168168

0 commit comments

Comments
 (0)