Skip to content

Commit

Permalink
Merge pull request #1764 from jwhitlock/update-docs
Browse files Browse the repository at this point in the history
Update documentation
  • Loading branch information
jwhitlock committed Jan 11, 2022
2 parents 082156a + 1aa2a0c commit 8bcadb2
Show file tree
Hide file tree
Showing 8 changed files with 199 additions and 104 deletions.
8 changes: 6 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
Changelog
=========

After August, 2017, see `releases page
<https://github.com/mozilla/ichnaea/releases>`_ for releases and notes.
See the
`tags page <https://github.com/mozilla/ichnaea/tags>`_
for releases after November 2019.

See the
`releases page <https://github.com/mozilla/ichnaea/releases>`_
for releases from August 2017 to August 2019.

2.2.0 (2017-08-23)
==================
Expand Down
3 changes: 1 addition & 2 deletions docker/run_web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ set -e
# Port for gunicorn to listen on
GUNICORN_PORT=${GUNICORN_PORT:-"8000"}

# Number of gunicorn workers to spin off--should be one per
# cpu
# Number of gunicorn workers to spin off--should be one per cpu
GUNICORN_WORKERS=${GUNICORN_WORKERS:-"1"}

# Gunicorn worker class--use our gevent worker
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@


project = "Ichnaea"
copyright = "2013-2020, Mozilla"
copyright = "2013-2022, Mozilla"

# The short X.Y version.
version = "2.0"
version = "2.3"
# The full version, including alpha/beta/rc tags.
release = "2.0"
release = "2.3"

autoclass_content = "class"
exclude_patterns = ["_build", ".DS_Store", "Thumbs.db"]
Expand Down
4 changes: 3 additions & 1 deletion docs/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ inside database tables.
:local:


.. _environment-variables:

Environment variables
=====================

.. autocomponent:: ichnaea.conf.AppConfig
.. autocomponent:: ichnaea.conf.AppComponent
:hide-classname:
:case: upper

Expand Down
Binary file modified docs/deploy.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8bcadb2

Please sign in to comment.