mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 09:22:38 +02:00
Update sphinx to work with the new format. https://myst-parser.readthedocs.io/en/latest/sphinx/use.html#automatically-create-targets-for-section-headers was a valuable resource along the way. Fixes #902.
30 lines
655 B
ReStructuredText
30 lines
655 B
ReStructuredText
I hate money
|
|
############
|
|
|
|
«I hate money» is a web application made to ease shared budget management.
|
|
It keeps track of who bought what, when, and for whom; and helps to settle the
|
|
bills.
|
|
|
|
I hate money is written in python, using the `flask <https://palletsprojects.com/p/flask/>`_
|
|
framework. It's developed with ease of use in mind, and is trying to
|
|
keep things simple. Hope you (will) like it!
|
|
|
|
Table of contents
|
|
=================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
installation.md
|
|
configuration.md
|
|
upgrade.md
|
|
api.md
|
|
security.md
|
|
contributing.md
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|