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

File diff suppressed because one or more lines are too long