From c04dfaf5cb4873c6265f5c68f26d7415427be184 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Mon, 22 Aug 2016 14:57:59 +0200 Subject: [PATCH 1/2] Added logos to thirdparty libraries Related to https://github.com/php-http/documentation/issues/123 --- index.rst | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/index.rst b/index.rst index 309b38f..c5ee205 100644 --- a/index.rst +++ b/index.rst @@ -32,6 +32,47 @@ regardless of the HTTP client implementation used. Read more about :doc:`HTTPlug `. +They use us +``````````` + +.. image:: https://avatars3.githubusercontent.com/u/5303359?v=3&s=100 + :align: left + :width: 50px + :target: https://github.com/geocoder-php/Geocoder + :alt: Geocoder + +.. image:: https://avatars0.githubusercontent.com/u/447686?v=3&s=100 + :align: left + :width: 50px + :target: https://github.com/mailgun/mailgun-php + :alt: Mailgun + +.. image:: https://avatars2.githubusercontent.com/u/529709?v=3&s=100 + :align: left + :width: 50px + :target: https://github.com/FriendsOfSymfony/FOSHttpCache + :alt: FOSHttpCache + +.. image:: https://avatars3.githubusercontent.com/u/202732?v=3&s=100 + :align: left + :width: 50px + :target: https://github.com/KnpLabs/php-github-api + :alt: KnpLabs + +.. image:: https://github.com/florianv/swap/raw/master/doc/logo.png + :align: left + :width: 50px + :target: https://github.com/florianv/swap + :alt: Swap + +.. image:: https://avatars3.githubusercontent.com/u/9406778?v=3&s=100 + :align: left + :width: 50px + :target: https://github.com/SparkPost/php-sparkpost + :alt: SparkPost + +|clearfloat| + Packages -------- @@ -92,3 +133,7 @@ for discussion around a future HTTP client PSR. :caption: --------- development/index.rst + +.. |clearfloat| raw:: html + +
From 6d4e2d848ef313c05c38326b15be789dfae0d6a1 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Tue, 23 Aug 2016 09:08:24 +0200 Subject: [PATCH 2/2] Suppress warnings --- conf.py | 5 +++++ index.rst | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/conf.py b/conf.py index fb2611f..e7a0a88 100644 --- a/conf.py +++ b/conf.py @@ -30,6 +30,9 @@ # -- General configuration ------------------------------------------------ +# Warnings +suppress_warnings = ["image.nonlocal_uri"] + # If your documentation needs a minimal Sphinx version, state it here. #needs_sphinx = '1.0' @@ -307,3 +310,5 @@ def setup(app): .. _Composer: https://getcomposer.org .. _HttplugBundle: https://github.com/php-http/HttplugBundle """ + + diff --git a/index.rst b/index.rst index c5ee205..fcf7051 100644 --- a/index.rst +++ b/index.rst @@ -37,37 +37,37 @@ They use us .. image:: https://avatars3.githubusercontent.com/u/5303359?v=3&s=100 :align: left - :width: 50px + :width: 10% :target: https://github.com/geocoder-php/Geocoder :alt: Geocoder .. image:: https://avatars0.githubusercontent.com/u/447686?v=3&s=100 :align: left - :width: 50px + :width: 10% :target: https://github.com/mailgun/mailgun-php :alt: Mailgun .. image:: https://avatars2.githubusercontent.com/u/529709?v=3&s=100 :align: left - :width: 50px + :width: 10% :target: https://github.com/FriendsOfSymfony/FOSHttpCache :alt: FOSHttpCache .. image:: https://avatars3.githubusercontent.com/u/202732?v=3&s=100 :align: left - :width: 50px + :width: 10% :target: https://github.com/KnpLabs/php-github-api :alt: KnpLabs -.. image:: https://github.com/florianv/swap/raw/master/doc/logo.png +.. image:: http://httplug.io/assets/img/logo/swap.png :align: left - :width: 50px + :width: 10% :target: https://github.com/florianv/swap :alt: Swap .. image:: https://avatars3.githubusercontent.com/u/9406778?v=3&s=100 :align: left - :width: 50px + :width: 10% :target: https://github.com/SparkPost/php-sparkpost :alt: SparkPost