Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2017-12-14 23:27:45 +0300
committerGitHub <noreply@github.com>2017-12-14 23:27:45 +0300
commitbbf3c2ec91cf074073858f1e7300ae0409dfe021 (patch)
tree7a58e86df21a6bb7f3c1d24f3d730eb3c80df3e4
parente3354f89b4b45f88779e13cad63d71f2fdd2f04d (diff)
Layout changes
-rw-r--r--docs/developer-guide/libraries.md14
1 files changed, 3 insertions, 11 deletions
diff --git a/docs/developer-guide/libraries.md b/docs/developer-guide/libraries.md
index f9bcc26..8dfcb68 100644
--- a/docs/developer-guide/libraries.md
+++ b/docs/developer-guide/libraries.md
@@ -5,14 +5,6 @@ To interact with Polr's API, you may opt to use a library or write your own inte
As not all languages and frameworks are currently supported by a library, it is encouraged
that you take a look at the [API documentation](api/) to integrate Polr into your application.
-### Official Libraries
-- there are no official libraries for Polr 2.0 yet.
-
-### Unofficial libraries
-- [mypolr][mypolr_gh] is a Python 3 package for interacting with the Polr 2.0 API. ([User Guide and documentation][mypolr_docs])
-
-- there seems to be only one unofficial libraries for Polr 2.0 yet.
-- perhaps you'd like to write one? Send a PR to add your library to this page.
-
-[mypolr_gh]: https://github.com/fauskanger/mypolr
-[mypolr_docs]: https://mypolr.readthedocs.io
+## Unofficial libraries
+### Python
+- [mypolr](https://github.com/fauskanger/mypolr) is a Python 3 package for interacting with the Polr 2.0 API. ([Documentation](https://mypolr.readthedocs.io))