diff options
| author | Nick Pope <nick.pope@flightdataservices.com> | 2020-04-30 11:12:05 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-13 09:14:40 +0200 |
| commit | fbdb032de266ba5f82e061ab204f6c622889d563 (patch) | |
| tree | 3a5ce56bfbc3413758f4f4353c09dd04c5ed3cc9 /docs/ref/contrib | |
| parent | feb91dbda13974f84eac52dccdc0de1ddb636616 (diff) | |
Used :envvar: role and .. envvar:: directive in various docs.
Diffstat (limited to 'docs/ref/contrib')
| -rw-r--r-- | docs/ref/contrib/gis/geos.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index cfb207288f..74de7b255c 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -32,7 +32,7 @@ features include: in Python using ``ctypes``. * Loosely-coupled to GeoDjango. For example, :class:`GEOSGeometry` objects may be used outside of a Django project/application. In other words, - no need to have ``DJANGO_SETTINGS_MODULE`` set or use a database, etc. + no need to have :envvar:`DJANGO_SETTINGS_MODULE` set or use a database, etc. * Mutability: :class:`GEOSGeometry` objects may be modified. * Cross-platform and tested; compatible with Windows, Linux, Solaris, and macOS platforms. |
