Skip to content

Commit 1d245cb

Browse files
committed
add new computational modules to mkdocs nav
1 parent 5720298 commit 1d245cb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build-tools/static/md/nav.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@
8282
- GovDepsMatch: Ledger.Conway.Specification.Ledger.Properties.GovDepsMatch.md
8383
- PoV: Ledger.Conway.Specification.Ledger.Properties.PoV.md
8484
- PoolReap: Ledger.Conway.Specification.PoolReap.md
85+
- PoolReap/:
86+
- Properties/:
87+
- Computational: Ledger.Conway.Specification.PoolReap.Properties.Computational.md
8588
- PParams: Ledger.Conway.Specification.PParams.md
8689
- Properties: Ledger.Conway.Specification.Properties.md
8790
- Ratify: Ledger.Conway.Specification.Ratify.md
@@ -90,6 +93,9 @@
9093
- Properties/:
9194
- Computational: Ledger.Conway.Specification.Ratify.Properties.Computational.md
9295
- Rewards: Ledger.Conway.Specification.Rewards.md
96+
- Rewards/:
97+
- Properties/:
98+
- Computational: Ledger.Conway.Specification.Rewards.Properties.Computational.md
9399
- RewardUpdate: Ledger.Conway.Specification.RewardUpdate.md
94100
- RewardUpdate/:
95101
- Properties: Ledger.Conway.Specification.RewardUpdate.Properties.md

src/Ledger/Conway/Specification/Epoch.lagda.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,9 +619,7 @@ getOrphans es govSt = proj₁ $ iterate step ([] , govSt) (length govSt)
619619
govSt
620620
in
621621
(orps ++ orps' , govSt')
622-
```
623622
624-
```agda
625623
record Governance-Update : Type where
626624
constructor GovernanceUpdate
627625
field

0 commit comments

Comments
 (0)