diff options
| author | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2024-10-21 14:35:33 +0200 |
|---|---|---|
| committer | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2024-11-13 14:35:29 +0100 |
| commit | abcc4d78fe0b1ac275e2a08ecec10750cb17abe2 (patch) | |
| tree | ea1abe9e02ffa0581eab03c1e68ce3d08565e867 /examples/tutorials/finance_manager | |
| parent | 71c2e8b75409fe55f3900e1eb31719f3c7c49871 (diff) | |
Finance Mananger - Part 1 - Documentation
- Detailed tutorial with instructions, explanaton of code concepts,
gifs, steps to run and deploy the application.
- Additionally, register a new role {deco} to be used in markdown.
It is the same as :deco: in reStructuredText.
Pick-to: 6.8
Task-number: PYSIDE-2850
Change-Id: Icb732e830948ee7ad1cb9dcf6bd07b5077c89497
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/tutorials/finance_manager')
| -rw-r--r-- | examples/tutorials/finance_manager/part1/doc/part1.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/tutorials/finance_manager/part1/doc/part1.md b/examples/tutorials/finance_manager/part1/doc/part1.md new file mode 100644 index 000000000..78c80aba5 --- /dev/null +++ b/examples/tutorials/finance_manager/part1/doc/part1.md @@ -0,0 +1,12 @@ +# Finance Manager Example - Part 1 + +This example represents the part one of the tutorial series on creating a simple Finance Manager +that allows users to manage their expenses and visualize them using a pie chart, using PySide6, +[SQLAlchemy], [FastAPI], and [Pydantic]. + +For more details, see the [Finance Manager Tutorial - Part 1](tutorial_financemanager_partone). + +[SQLalchemy]: https://www.sqlalchemy.org/ +[FastApi]: https://fastapi.tiangolo.com/ +[PyDantic]: https://pydantic-docs.helpmanual.io/ + |
