mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
Add initial book skeleton
This commit is contained in:
parent
e21c72a5a6
commit
0bc95f2776
7 changed files with 11 additions and 3 deletions
1
book/src/README.md
Normal file
1
book/src/README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
{{#include ../../README.md}}
|
||||
|
|
@ -1,3 +1,7 @@
|
|||
# Summary
|
||||
# The halo2 Book
|
||||
|
||||
- [Chapter 1](./chapter_1.md)
|
||||
[halo2](README.md)
|
||||
- [Concepts](concepts.md)
|
||||
- [User Documentation](user.md)
|
||||
- [Gadgets](user/gadgets.md)
|
||||
- [Design](design.md)
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
# Chapter 1
|
||||
1
book/src/concepts.md
Normal file
1
book/src/concepts.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Concepts
|
||||
1
book/src/design.md
Normal file
1
book/src/design.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Design
|
||||
1
book/src/user.md
Normal file
1
book/src/user.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# User Documentation
|
||||
1
book/src/user/gadgets.md
Normal file
1
book/src/user/gadgets.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Gadgets
|
||||
Loading…
Reference in a new issue