docs(frontend/python): overhaul python frontend docs

This commit is contained in:
aquint-zama
2023-03-13 09:17:59 +01:00
committed by Alex Quint
parent 8a672a0c59
commit fdf6f41a89
69 changed files with 1000 additions and 1219 deletions

37
docs/SUMMARY.md Normal file
View File

@@ -0,0 +1,37 @@
# Table of contents
* [What is Concrete?](README.md)
## Getting Started
* [Installation](getting-started/installing.md)
* [Quick Start](getting-started/quick\_start.md)
* [Compatibility](getting-started/compatibility.md)
* [Exactness](getting-started/exactness.md)
* [Performance](getting-started/performance.md)
## Tutorials
* [Decorator](tutorial/decorator.md)
* [Formatting](tutorial/formatting.md)
* [Tagging](tutorial/tagging.md)
* [Extensions](tutorial/extensions.md)
* [Table Lookups](tutorial/table\_lookups.md)
* [Rounded Table Lookups](tutorial/rounded\_table\_lookups.md)
* [Floating Points](tutorial/floating\_points.md)
* [Simulation](tutorial/simulation.md)
* [Direct Circuits](tutorial/direct\_circuits.md)
* [Key Value Database](tutorial/key\_value\_database.md)
## How To
* [Configure](howto/configure.md)
* [Debug](howto/debug.md)
* [Deploy](howto/deploy.md)
## Developer
* [Contribute](dev/contributing.md)
* [Terminology and Structure](dev/terminology\_and\_structure.md)
* [Compilation](dev/compilation.md)
* [Fusing](dev/fusing.md)