mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 01:18:38 +08:00
The Style Guide moved into the Documentation site for better visibility. Removed lots of discussion around topics that are already enforced by the formatter/linter. Added new advice regarding a variety of topics. The Test Writing Guide discusses how to write tests for Flame, and what kinds of tests are available.
10 lines
146 B
Markdown
10 lines
146 B
Markdown
# Development
|
|
|
|
```{toctree}
|
|
:maxdepth: 2
|
|
|
|
Documentation <documentation.md>
|
|
Style Guide <style_guide.md>
|
|
Tests Guide <testing_guide.md>
|
|
```
|