diff --git a/README.rst b/README.rst index ed686a6..bb63fa2 100644 --- a/README.rst +++ b/README.rst @@ -17,8 +17,6 @@ accounting reports: In addition, *Mia! Accounting* tracks offsets for unpaid payables and receivables. -You may try the `live demonstration`_. - Installation ============ @@ -33,6 +31,18 @@ You may also download the from the `PyPI project page`_ or the `release page`_ on the `Git repository`_. +Test Site and Live Demonstration +================================ + +You may find a working example in the `test site`_ in the +`source distribution`_. It is the simplest website that works with +*Mia! Accounting*. It is used in the automatic tests. It is the same +code run for `live demonstration`_. + +If you do not have a running Flask application or do not know how to +start one, you may start with the test site. + + Prerequisites ============= @@ -157,18 +167,6 @@ base template: Check your Flask application and see how it works. -Test Site and Live Demonstration -================================ - -You may find a working example in the `test site`_ in the -`source distribution`_. It is the simplest website that works with -*Mia! Accounting*. It is used in the automatic tests. It is the same -code run for `live demonstration`_. - -If you do not have a running Flask application, you may start with the -test site. - - Documentation ============= @@ -203,6 +201,8 @@ Authors .. _Flask: https://flask.palletsprojects.com .. _double-entry bookkeeping: https://en.wikipedia.org/wiki/Double-entry_bookkeeping +.. _test site: https://github.com/imacat/mia-accounting/tree/main/tests/test_site +.. _source distribution: https://pypi.org/project/mia-accounting/#files .. _live demonstration: https://accounting.imacat.idv.tw .. _PyPI project page: https://pypi.org/project/mia-accounting .. _release page: https://github.com/imacat/mia-accounting/releases @@ -216,6 +216,4 @@ Authors .. _init_app: https://mia-accounting.readthedocs.io/en/latest/accounting.html#accounting.init_app .. _flask_sqlalchemy.SQLAlchemy.create_all: https://flask-sqlalchemy.palletsprojects.com/en/3.0.x/api/#flask_sqlalchemy.SQLAlchemy.create_all .. _Bootstrap navigation bar: https://getbootstrap.com/docs/5.3/components/navbar/ -.. _test site: https://github.com/imacat/mia-accounting/tree/main/tests/test_site -.. _source distribution: https://pypi.org/project/mia-accounting/#files .. _documentation on Read the Docs: https://mia-accounting.readthedocs.io diff --git a/docs/source/intro.rst b/docs/source/intro.rst index 53cb170..a73e1aa 100644 --- a/docs/source/intro.rst +++ b/docs/source/intro.rst @@ -12,8 +12,6 @@ accounting reports: In addition, *Mia! Accounting* tracks offsets for unpaid payables and receivables. -You may try the `live demonstration`_. - Installation ------------ @@ -28,6 +26,18 @@ You may also download the from the `PyPI project page`_ or the `release page`_ on the `Git repository`_. +Test Site and Live Demonstration +-------------------------------- + +You may find a working example in the `test site`_ in the +`source distribution`_. It is the simplest website that works with +*Mia! Accounting*. It is used in the automatic tests. It is the same +code run for `live demonstration`_. + +If you do not have a running Flask application or do not know how to +start one, you may start with the test site. + + Prerequisites ------------- @@ -102,18 +112,6 @@ base template: Check your Flask application and see how it works. -Test Site and Live Demonstration --------------------------------- - -You may find a working example in the `test site`_ in the -`source distribution`_. It is the simplest website that works with -*Mia! Accounting*. It is used in the automatic tests. It is the same -code run for `live demonstration`_. - -If you do not have a running Flask application, you may start with the -test site. - - Documentation ------------- @@ -122,6 +120,8 @@ Refer to the `documentation on Read the Docs`_. .. _Flask: https://flask.palletsprojects.com .. _double-entry bookkeeping: https://en.wikipedia.org/wiki/Double-entry_bookkeeping +.. _test site: https://github.com/imacat/mia-accounting/tree/main/tests/test_site +.. _source distribution: https://pypi.org/project/mia-accounting/#files .. _live demonstration: https://accounting.imacat.idv.tw .. _PyPI project page: https://pypi.org/project/mia-accounting .. _release page: https://github.com/imacat/mia-accounting/releases @@ -133,6 +133,4 @@ Refer to the `documentation on Read the Docs`_. .. _Tempus-Dominus: https://getdatepicker.com .. _flask_sqlalchemy.SQLAlchemy.create_all: https://flask-sqlalchemy.palletsprojects.com/en/3.0.x/api/#flask_sqlalchemy.SQLAlchemy.create_all .. _Bootstrap navigation bar: https://getbootstrap.com/docs/5.3/components/navbar/ -.. _test site: https://github.com/imacat/mia-accounting/tree/main/tests/test_site -.. _source distribution: https://pypi.org/project/mia-accounting/#files .. _documentation on Read the Docs: https://mia-accounting.readthedocs.io