Skip to content

Commit 6905b9a

Browse files
committed
Added links for pyjwt, markdown libs, rearranged links.
1 parent 1933428 commit 6905b9a

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

doc/installation.txt

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -117,35 +117,22 @@ jinja2
117117
to have the jinja2_ template engine installed.
118118

119119
pyjwt
120-
To use jwt tokens for login (experimental), install pyjwt. If you
121-
don't have it installed, jwt tokens are not supported.
120+
To use jwt tokens for login (experimental), install `pyjwt`_
121+
(v1.7.1, v2.0.1 tested). If you don't have it installed, jwt
122+
tokens are not supported.
122123

123124
docutils
124-
To use ReStructuredText rendering you need to have the docutils
125+
To use ReStructuredText rendering you need to have the `docutils`_
125126
package installed.
126127

127128
markdown, markdown2 or mistune
128-
To use markdown rendering you need to have the markdown, markdown2
129-
or mistune package installed.
129+
To use markdown rendering you need to have the markdown_, markdown2_
130+
or mistune_ (v0.8.4 tested) package installed.
130131

131132
Windows Service
132133
You can run Roundup as a Windows service if pywin32_ is installed.
133134
Otherwise it must be started manually.
134135

135-
.. _Xapian: https://xapian.org/
136-
.. _Whoosh: https://whoosh.readthedocs.org/en/latest
137-
.. _pytz: https://pypi.org/project/pytz/
138-
.. _Olson tz database: https://www.iana.org/time-zones
139-
.. _pyopenssl: http://pyopenssl.sourceforge.net
140-
.. _gpg: https://www.gnupg.org/software/gpgme/index.html
141-
.. _pywin32: https://pypi.org/project/pywin32/
142-
.. _jinja2: https://palletsprojects.com/p/jinja/
143-
.. _docutils: https://docutils.sourceforge.io/
144-
.. _markdown: https://python-markdown.github.io/
145-
.. _markdown2: https://github.com/trentm/python-markdown2
146-
.. _mistune: https://github.com/lepture/mistune
147-
148-
149136
Getting Roundup
150137
===============
151138

@@ -1446,12 +1433,27 @@ there are no errors. If there are errors, please let us know!
14461433

14471434
.. _External hyperlink targets:
14481435

1449-
.. _apache: http://httpd.apache.org/
1436+
1437+
1438+
.. _`adding MySQL users`:
1439+
https://dev.mysql.com/doc/refman/8.0/en/creating-accounts.html
1440+
.. _apache: https://httpd.apache.org/
1441+
.. _docutils: https://pypi.org/project/docutils/
14501442
.. _flup: https://pypi.org/project/flup/
1451-
.. _mod_python: http://modpython.org/
1443+
.. _gpg: https://www.gnupg.org/software/gpgme/index.html
1444+
.. _jinja2: https://palletsprojects.com/p/jinja/
1445+
.. _markdown: https://python-markdown.github.io/
1446+
.. _markdown2: https://github.com/trentm/python-markdown2
1447+
.. _mistune: https://pypi.org/project/mistune/
1448+
.. _mod_python: https://github.com/grisha/mod_python
14521449
.. _mod_wsgi: https://pypi.org/project/mod-wsgi/
14531450
.. _MySQLdb: https://pypi.org/project/mysqlclient/
1451+
.. _Olson tz database: https://www.iana.org/time-zones
14541452
.. _Psycopg: https://www.psycopg.org/
1453+
.. _pyjwt: https://pypi.org/project/PyJWT/
1454+
.. _pyopenssl: http://pyopenssl.sourceforge.net
14551455
.. _pysqlite: https://pysqlite.org/
1456-
.. _`adding MySQL users`:
1457-
https://dev.mysql.com/doc/refman/8.0/en/creating-accounts.html
1456+
.. _pytz: https://pypi.org/project/pytz/
1457+
.. _pywin32: https://pypi.org/project/pywin32/
1458+
.. _Whoosh: https://whoosh.readthedocs.org/en/latest
1459+
.. _Xapian: https://xapian.org/

0 commit comments

Comments
 (0)