Skip to content

Commit

Permalink
Style guide: Link to API pages
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao committed Jan 13, 2025
1 parent 7d302a0 commit 69bcda8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/ampl/best-practices/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ Help ensure that the model's requirements can indeed be met given the available
```ampl
check: sum{p in PRODUCTS} demand[p] <= total_capacity;
```
This check can also be performed on the `API` side, before loading the data.

```{note}
This check can also be performed on the [API](#apis) side (specially when using [Python](#python_integration)), before loading the data.
```

## 2. Naming

Expand Down

0 comments on commit 69bcda8

Please sign in to comment.