Skip to content

Commit e852c9b

Browse files
committed
Fix hyperlink
1 parent 2b612c9 commit e852c9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/formats/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nav_order: 3
1010
We briefly discuss the file formats for storing SDP problems. Most SDP solvers were developed in the late 1990s, which is when these formats were specified.
1111

1212
{: .attention }
13-
This section is an optional read if you want to use SDPA for Python. For quick start, please see the [Usage](docs/usage/) section.
13+
This section is an optional read if you want to use SDPA for Python. For quick start, please see the [Usage]({% link docs/usage/index.md %}) section.
1414

1515
{: .warning }
1616
*SDPA for Python* solves an problem in a different standard form than *SDPA*. Below, when we say SDPA, we mean the backend software used by SDPA for Python. SDPA for Python, can however read problems stored in SDPA sparse format.

docs/installation/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ pip install sdpa-multiprecision
2020
```
2121

2222
{: .attention }
23-
**Apple Silicon**
24-
`sdpa-multiprecision` wheels are available for Apple Silicon. The regular variant is currently only installable from source (instructions below). Due to a lack of a Fortran cross compiler, we are not able to provide macOS `arm64` wheels for the regular variant.
23+
**Macs with Apple Silicon**
24+
`sdpa-multiprecision` wheels are available for ARM based Macs. The regular variant is currently only installable from source (instructions below). Due to a lack of a Fortran cross compiler, we are not able to provide macOS `arm64` wheels for the regular variant.

0 commit comments

Comments
 (0)