Docs: change analysis docs structure

This commit is contained in:
Ilya Kirillov
2022-01-28 17:21:24 +01:00
parent d584cfc31d
commit 5e6827e65e
7 changed files with 4 additions and 4 deletions
@@ -0,0 +1,4 @@
# Analysis API Development Process
* Analysis API is under active development now, and it is completely OK to make big and heavy changes. The main client of Analysis API now is FIR IDE. Please, make corresponding changes to the FIR IDE code on changes inside Analysis API. (TODO links to coop dev setup)
* Please read [Contributing Guidelines](contributing-guidelines.md) and [Code Style](code-style.md) requirements before start working on Analysis API.