diff options
| author | Mike Taves <mwtoews@gmail.com> | 2021-05-04 09:05:06 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-04 09:05:06 +1200 |
| commit | ea3f53746c859c73c775bf11d17f8471d0fb59f2 (patch) | |
| tree | 53e3ea1cf0a5f22786f0b7805bc638e41151500b /docs/source/usage/network.rst | |
| parent | 371bc3c5e7472d4f2fdffad0b39e7c9d27abf234 (diff) | |
| download | PROJ-ea3f53746c859c73c775bf11d17f8471d0fb59f2.tar.gz PROJ-ea3f53746c859c73c775bf11d17f8471d0fb59f2.zip | |
DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705)
Diffstat (limited to 'docs/source/usage/network.rst')
| -rw-r--r-- | docs/source/usage/network.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/usage/network.rst b/docs/source/usage/network.rst index c89a5960..37a32d34 100644 --- a/docs/source/usage/network.rst +++ b/docs/source/usage/network.rst @@ -34,9 +34,9 @@ the user authorizes network access. Authorizing network access can be done in multiple ways: - enabling / uncommenting the ``network = on`` line of :ref:`proj-ini` - - definiting the :envvar:`PROJ_NETWORK` environment variable to ON + - defining the :envvar:`PROJ_NETWORK` environment variable to ON - or using the :cpp:func:`proj_context_set_enable_network` with a - ``enabled`` = TRUE value. + ``enabled = TRUE`` value. .. note:: @@ -59,7 +59,7 @@ Caching ------- To avoid repeated access to network, a local cache of downloaded chunks of grids -is implemented as SQLite3 database, ``cache.db``, stored in the +is implemented as SQLite3 database, :file:`cache.db`, stored in the :ref:`PROJ user writable directory <user_writable_directory>`. This local caching is enabled by default (can be changed in :ref:`proj-ini` or |
