Automatically add exercise links to sections. (#52)
We use an mdbook preprocessor to automatically generate links to the relevant exercise for each section. We remove all existing manual links and refactor the deploy process to push the rendered book to a branch.
This commit is contained in:
@@ -56,8 +56,4 @@ Accessor methods are public methods that allow you to read the value of a privat
|
||||
Rust doesn't have a built-in way to generate accessor methods for you, like some other languages do.
|
||||
You have to write them yourself—they're just regular methods.
|
||||
|
||||
## References
|
||||
|
||||
- The exercise for this section is located in `exercises/03_ticket_v1/05_encapsulation`
|
||||
|
||||
[^newtype]: Or refine their type, a technique we'll explore [later on](../05_ticket_v2/15_outro.md).
|
||||
|
||||
Reference in New Issue
Block a user