Skip to content

Commit 0ee01be

Browse files
committed
[docs ] Remove T11
1 parent e6fcb62 commit 0ee01be

5 files changed

Lines changed: 0 additions & 332 deletions

File tree

docs/source/tutorials.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,4 @@ You can read more in the `original framework <https://diataxis.fr/tutorials/>`_
2424
tutorials/t07-beyond-fuel
2525
tutorials/t08-generating-gadts-with-proofs
2626
tutorials/t09-toy-example
27-
28-
.. toctree::
29-
:maxdepth: 1
30-
:caption: Enjoy your curiosity
31-
3227
tutorials/t10-derivation-tuning
33-
tutorials/t11-under-the-hood-a-derivegen-like-macro

docs/source/tutorials/t08-generating-gadts-with-proofs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,6 @@ Now that you can generate proof-carrying data, you are ready for more advanced t
230230

231231
- **Want to integrate handwritten generators?** Continue to **[Mixing Manual and Automatic Generation](t06-mixing-manual-and-automatic.md)** to see how
232232
`deriveGen` automatically discovers and uses your custom generators.
233-
- **Want to understand the internals?** Continue to **[Under the Hood: Building a deriveGen-like Macro](t11-under-the-hood-a-derivegen-like-macro.md)**
234-
to learn how the derivation engine works.
235233

236234
<!-- idris
237235
main : IO ()

docs/source/tutorials/t09-toy-example.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ Now that you can generate complex ASTs, you're ready for many other applications
336336
and uses your custom generators.
337337
- **Control distribution:** Continue to **[Derivation Tuning](t10-derivation-tuning.md)** to learn how to fine-tune constructor probabilities for more
338338
realistic program distributions.
339-
- **Understand the internals:** Continue to **[Under the Hood](t11-under-the-hood-a-derivegen-like-macro.md)** to see how `deriveGen` works internally.
340339

341340
The complete `PILTutorial.idr` file is available for reference. You can find it in the DepTyCheck examples or build it step-by-step following this
342341
tutorial.

docs/source/tutorials/t10-derivation-tuning.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,3 @@ approach.
209209
`deriveGen` handles GADTs with auto-implicit proof arguments.
210210
- **Want to see a complete example?** Continue to **[Toy Example: Generating ASTs for a DSL](t09-toy-example.md)** to build a complete generator for a
211211
simple imperative language.
212-
- **Want to understand the internals?** Continue to **[Under the Hood: Building a deriveGen-like Macro](t11-under-the-hood-a-derivegen-like-macro.md)**
213-
to learn how the derivation engine works.

docs/source/tutorials/t11-under-the-hood-a-derivegen-like-macro.md

Lines changed: 0 additions & 321 deletions
This file was deleted.

0 commit comments

Comments
 (0)