Update uWSGI doc definition names

An update appears to have now made Sphinx definition titles case
insensitive, causing errors in our Apache wsgi docs where we define 'uwsgi'
the protocol and 'uWSGI' the project.

This change gets around those errors by appending 'protocol' and
'project' respectively to make the entries unique.

Change-Id: I7c1d57cf3181945c69397f870465f693b67efca2
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-04-06 08:17:59 -05:00
parent 53df9ade64
commit d021dcc88d
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8

View File

@ -133,13 +133,13 @@ Glossary
.. glossary:: .. glossary::
uwsgi uwsgi protocol
The native protocol used by the uWSGI server. (The acronym is written in The native protocol used by the uWSGI server. (The acronym is written in
all lowercase on purpose.) all lowercase on purpose.)
https://uwsgi-docs.readthedocs.io/en/latest/Protocol.html https://uwsgi-docs.readthedocs.io/en/latest/Protocol.html
uWSGI uWSGI project
A project that aims at developing a full stack for building hosting A project that aims at developing a full stack for building hosting
services. It produces software, the uWSGI server, that is exposed in services. It produces software, the uWSGI server, that is exposed in
Python code as a module named ``uwsgi``. Python code as a module named ``uwsgi``.