We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71fa78c + 42bb7d4 commit b94b89bCopy full SHA for b94b89b
README.rst
@@ -10,7 +10,7 @@ to reliably detect whether:
10
- User agent has touch capabilities (has touch screen)
11
12
``user_agents`` relies on the excellent
13
-``ua-parser <https://github.com/tobie/ua-parser>``\ \_ to do the actual
+`ua-parser <https://github.com/tobie/ua-parser>`_ to do the actual
14
parsing of the raw user agent string.
15
16
Installation
@@ -30,7 +30,9 @@ as such:
30
pip install pyyaml ua-parser user-agents
31
32
Alternatively, you can also get the latest source code from
33
-``Github``\ \_ and install it manually.
+Github_ and install it manually.
34
+
35
+.. _Github: https://github.com/selwin/python-user-agents
36
37
Usage
38
-----
0 commit comments