Moved the "Test Site and Live Demonstration" section to the front of the documentation.
This commit is contained in:
parent
86c5b91697
commit
7ae332c975
30
README.rst
30
README.rst
@ -17,8 +17,6 @@ accounting reports:
|
|||||||
In addition, *Mia! Accounting* tracks offsets for unpaid payables and
|
In addition, *Mia! Accounting* tracks offsets for unpaid payables and
|
||||||
receivables.
|
receivables.
|
||||||
|
|
||||||
You may try the `live demonstration`_.
|
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
@ -33,6 +31,18 @@ You may also download the from the `PyPI project page`_ or the
|
|||||||
`release page`_ on the `Git repository`_.
|
`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
|
Prerequisites
|
||||||
=============
|
=============
|
||||||
|
|
||||||
@ -157,18 +167,6 @@ base template:
|
|||||||
Check your Flask application and see how it works.
|
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
|
Documentation
|
||||||
=============
|
=============
|
||||||
|
|
||||||
@ -203,6 +201,8 @@ Authors
|
|||||||
|
|
||||||
.. _Flask: https://flask.palletsprojects.com
|
.. _Flask: https://flask.palletsprojects.com
|
||||||
.. _double-entry bookkeeping: https://en.wikipedia.org/wiki/Double-entry_bookkeeping
|
.. _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
|
.. _live demonstration: https://accounting.imacat.idv.tw
|
||||||
.. _PyPI project page: https://pypi.org/project/mia-accounting
|
.. _PyPI project page: https://pypi.org/project/mia-accounting
|
||||||
.. _release page: https://github.com/imacat/mia-accounting/releases
|
.. _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
|
.. _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
|
.. _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/
|
.. _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
|
.. _documentation on Read the Docs: https://mia-accounting.readthedocs.io
|
||||||
|
@ -12,8 +12,6 @@ accounting reports:
|
|||||||
In addition, *Mia! Accounting* tracks offsets for unpaid payables and
|
In addition, *Mia! Accounting* tracks offsets for unpaid payables and
|
||||||
receivables.
|
receivables.
|
||||||
|
|
||||||
You may try the `live demonstration`_.
|
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
@ -28,6 +26,18 @@ You may also download the from the `PyPI project page`_ or the
|
|||||||
`release page`_ on the `Git repository`_.
|
`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
|
Prerequisites
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
@ -102,18 +112,6 @@ base template:
|
|||||||
Check your Flask application and see how it works.
|
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
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
@ -122,6 +120,8 @@ Refer to the `documentation on Read the Docs`_.
|
|||||||
|
|
||||||
.. _Flask: https://flask.palletsprojects.com
|
.. _Flask: https://flask.palletsprojects.com
|
||||||
.. _double-entry bookkeeping: https://en.wikipedia.org/wiki/Double-entry_bookkeeping
|
.. _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
|
.. _live demonstration: https://accounting.imacat.idv.tw
|
||||||
.. _PyPI project page: https://pypi.org/project/mia-accounting
|
.. _PyPI project page: https://pypi.org/project/mia-accounting
|
||||||
.. _release page: https://github.com/imacat/mia-accounting/releases
|
.. _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
|
.. _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
|
.. _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/
|
.. _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
|
.. _documentation on Read the Docs: https://mia-accounting.readthedocs.io
|
||||||
|
Loading…
Reference in New Issue
Block a user