This repository is a storage of the Metasystem of the OSTIS Technology.
OSTIS Metasystem contains:
- OSTIS Metasystem knowledge base;
- OSTIS Metasystem problem solver;
- OSTIS Metasystem user interface.
To learn more about the OSTIS Metasystem, check out our documentation.
To get started, check out our quick start guide.
-
A brief user manual and developer docs are hosted on our GitHub Pages.
-
Build documentation locally
pip3 install mkdocs mkdocs-material mkdocs serve # and open http://127.0.0.1:8001/ in your browser
-
-
Documentation about implementation of components is located in docs/main.pdf file of this project.
-
Build documentation locally
-
cd docs TEXINPUTS=./scn: latexmk -pdf -bibtex main.tex
-
docker run -v ${PWD}:/workdir --rm -it ostis/scn-latex-plugin:latest "docs/main.tex"
-
After the compilation, the
main.pdf
file should appear atostis-metasystem/docs/
. You can find more information about scn-latex-plugin here.
-
-
Contributions, bug reports and feature requests are welcome! Feel free to check our issues page and file a new issue (or comment in existing ones).
Distributed under the MIT License. Check COPYING.MIT for more information.