Update the docs

This commit is contained in:
Nikita P. Shupeyko 2017-08-21 22:13:03 +03:00
parent 365f9333d5
commit 858ed5d318
3 changed files with 46 additions and 38 deletions

File diff suppressed because one or more lines are too long

View File

@ -33,49 +33,57 @@ Operating Systems
* **Windows**.
Notation
~~~~~~~~
The Matrix
----------
* +: supported.
* ⌚: soon to be supported.
* : not supported.
Environments
------------
.. Generated via http://www.tablesgenerator.com/text_tables
.. Header rows and columns' thick borders set manually.
+------------------------+-----------------------------------------------+-----------------------------------------------+
| | Development | Production |
+ +-----------------------------------------------+-----------------------------------------------+
| | Bare bones | Docker | Bare bones | Docker |
+ +-----------------------+-----------------------+-----------------------+-----------------------+
| | Linux | Mac | Windows | Linux | Mac | Windows | Linux | Mac | Windows | Linux | Mac | Windows |
+========================+=======+=====+=========+=======+=====+=========+=======+=====+=========+=======+=====+=========+
| `WhiteNoise`_ | | | | | | | | | | | | |
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
| `Celery`_ | | | | | | | | | | | | |
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
| `MailHog`_ | | | | | | | | | | | | |
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
| `Sentry`_ | | | | | | | | | | | | |
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
| `Opbeat`_ | | | | | | | | | | | | |
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
| `Django Compressor`_ | | | | | | | | | | | | |
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
| `Gulp`_ | | | | | | | | | | | | |
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
| `Grunt`_ | | | | | | | | | | | | |
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
| | | | | | | | | | | | | |
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
| `Heroku`_ | | | | | | | | | | | | |
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
| `Elastic Beanstalk`_ * | | | | | | | | | | | | |
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
| | | | | | | | | | | | | |
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
| `PyCharm`_ | | | | | | | | | | | | |
+------------------------+-------+-----+---------+-------+-----+---------+-------+-----+---------+-------+-----+---------+
Development
~~~~~~~~~~~
+---------------+-----------------------+-----------------------+
| | Bare bones | Docker |
+---------------+-----------------------+-----------------------+
| | Linux | Mac | Windows | Linux | Mac | Windows |
+===============+=======+=====+=========+=======+=====+=========+
| `WhiteNoise`_ | | | | \+ | | |
+---------------+-------+-----+---------+-------+-----+---------+
| `Celery`_ | | | | \+ | | |
+---------------+-------+-----+---------+-------+-----+---------+
| `MailHog`_ | | | | \+ | | |
+---------------+-------+-----+---------+-------+-----+---------+
| `Sentry`_ | | | | \+ | | |
+---------------+-------+-----+---------+-------+-----+---------+
| `Opbeat`_ | | | | \+ | | |
+---------------+-------+-----+---------+-------+-----+---------+
| `Compressor`_ | | | | \+ | | |
+---------------+-------+-----+---------+-------+-----+---------+
| `Gulp`_ | | | | \⌚ | | |
+---------------+-------+-----+---------+-------+-----+---------+
| `Grunt`_ | | | | \ | | |
+---------------+-------+-----+---------+-------+-----+---------+
| `PyCharm`_ | \+ |
+---------------+-----------------------------------------------+
Elastic Beanstalk \*: experimental support.
Production
~~~~~~~~~~
.. Elastic Beanstalk \*: experimental support.
.. _`PostgreSQL`: https://www.postgresql.org/
.. _`WhiteNoise`: https://github.com/evansd/whitenoise
@ -83,7 +91,7 @@ Elastic Beanstalk \*: experimental support.
.. _`MailHog`: https://github.com/mailhog/MailHog
.. _`Sentry`: https://github.com/getsentry/sentry
.. _`Opbeat`: https://github.com/opbeat/opbeat_python
.. _`Django Compressor`: https://github.com/django-compressor/django-compressor
.. _`Compressor`: https://github.com/django-compressor/django-compressor
.. _`Gulp`: https://github.com/gulpjs/gulp
.. _`Grunt`: https://github.com/gruntjs/grunt
.. _`Heroku`: https://www.heroku.com/

File diff suppressed because one or more lines are too long