Skip to content

Commit

Permalink
chore: Fix docstring code blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jetuk committed Oct 24, 2023
1 parent 1f7cf6b commit f4cc927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pywr-schema/src/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ pub enum PywrNetworkRef {
///
/// The simplest model is given in the example below:
///
/// ```
/// ```json
#[doc = include_str!("test_models/simple1.json")]
/// ```
///
Expand Down Expand Up @@ -426,7 +426,7 @@ pub struct PywrMultiNetworkEntry {
/// The following example shows a model with networks with the inflow to "supply2" in the second
/// network defined as the flow to "demand1" in the first network.
///
/// ```
/// ```json5
/// // model.json
#[doc = include_str!("test_models/multi1/model.json")]
/// // network1.json
Expand Down

0 comments on commit f4cc927

Please sign in to comment.