Skip to content

Commit

Permalink
docs + ci.yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
ctkelley committed Oct 11, 2024
1 parent 990c0a9 commit 99190b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
version:
- '1.10' # LTS
- '1' # Current stable release
- '~1.11.0-0'
# - '~1.11.0-0'
- 'nightly'
# Trying to get aarch64 to work
os:
Expand All @@ -32,11 +32,11 @@ jobs:
arch:
- x64
- aarch64
# exclude:
# - os: ubuntu-latest
# arch: aarch64
# - os: windows-latest
# arch: aarch64
exclude:
- os: ubuntu-latest
arch: aarch64
- os: windows-latest
arch: aarch64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
Expand Down
3 changes: 2 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ for the book
__Solving Nonlinear Equations with Iterative Methods:__
__Solvers and Examples in Julia__

This documentation is sketchy and designed to get you going, but the real deal is the [IJulia notebook](https://github.com/ctkelley/NotebookSIAMFANL)
This documentation is sketchy and designed to get you going, but the real deal is the [IJulia notebook](https://github.com/ctkelley/NotebookSIAMFANL) and
the [Print book](https://epubs.siam.org/doi/book/10.1137/1.9781611977271).

## Scalar Equations: Chapter 1

Expand Down

0 comments on commit 99190b1

Please sign in to comment.