diff --git a/BACKERS.md b/BACKERS.md index 4aa2214f..a1264060 100644 --- a/BACKERS.md +++ b/BACKERS.md @@ -25,7 +25,7 @@ Graphene is an MIT-licensed open source project. It's an independent project wit - + @@ -40,7 +40,7 @@ Graphene is an MIT-licensed open source project. It's an independent project wit - + @@ -56,7 +56,7 @@ Graphene is an MIT-licensed open source project. It's an independent project wit - + @@ -72,7 +72,7 @@ Graphene is an MIT-licensed open source project. It's an independent project wit - + @@ -86,12 +86,12 @@ Graphene is an MIT-licensed open source project. It's an independent project wit - [Lee Benson](https://github.com/leebenson) -- [Become a Patron](https://www.patreon.com/bePatron?c=2046477) +- [Become a Patron](https://www.patreon.com/join/syrusakbary)

Backers via Patreon

-- [Become a Patron](https://www.patreon.com/bePatron?c=2046477) +- [Become a Patron](https://www.patreon.com/join/syrusakbary) diff --git a/README.md b/README.md index a5a64f09..db0c068c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,93 @@ # ![Graphene Logo](http://graphene-python.org/favicon.png) [Graphene](http://graphene-python.org) [![Build Status](https://travis-ci.org/graphql-python/graphene.svg?branch=master)](https://travis-ci.org/graphql-python/graphene) [![PyPI version](https://badge.fury.io/py/graphene.svg)](https://badge.fury.io/py/graphene) [![Coverage Status](https://coveralls.io/repos/graphql-python/graphene/badge.svg?branch=master&service=github)](https://coveralls.io/github/graphql-python/graphene?branch=master) +

Supporting Graphene Python

+ +Graphene is an MIT-licensed open source project. It's an independent project with its ongoing development made possible entirely thanks to the support by these awesome [backers](https://github.com/graphql-python/graphene/blob/master/BACKERS.md). If you'd like to join them, please consider: + +- [Become a backer or sponsor on Patreon](https://www.patreon.com/syrusakbary). +- [One-time donation via PayPal.](https://graphene-python.org/support-graphene/) + +

+ + + +

Platinum via Patreon

+ + + + + + + + +
+ + + +
+ +

Gold via Patreon

+ + + + + + + + +
+ + + +
+ + +

Silver via Patreon

+ + + + + + + + +
+ + + +
+ + +

Bronze via Patreon

+ + + + + + + + +
+ + + +
+ + +--- + +## Introduction + [Graphene](http://graphene-python.org) is a Python library for building GraphQL schemas/types fast and easily. - **Easy to use:** Graphene helps you use GraphQL in Python without effort. diff --git a/README.rst b/README.rst index 817e1c01..cb8580e8 100644 --- a/README.rst +++ b/README.rst @@ -7,6 +7,228 @@ to see how you can help ❤️ |Graphene Logo| `Graphene `__ |Build Status| |PyPI version| |Coverage Status| ========================================================================================================= +.. raw:: html + +

+ +Supporting Graphene Python + +.. raw:: html + +

+ +Graphene is an MIT-licensed open source project. It's an independent +project with its ongoing development made possible entirely thanks to +the support by these awesome +`backers `__. +If you'd like to join them, please consider: + +- `Become a backer or sponsor on + Patreon `__. +- `One-time donation via + PayPal. `__ + + + +.. raw:: html + +

+ +Platinum via Patreon + +.. raw:: html + +

+ +.. raw:: html + + + +.. raw:: html + + + +.. raw:: html + + + +:: + + + + + +.. raw:: html + + + +.. raw:: html + +
+ + + +
+ +.. raw:: html + +

+ +Gold via Patreon + +.. raw:: html + +

+ +.. raw:: html + + + +.. raw:: html + + + +.. raw:: html + + + +:: + + + + + +.. raw:: html + + + +.. raw:: html + +
+ + + +
+ +.. raw:: html + + + +.. raw:: html + +

+ +Silver via Patreon + +.. raw:: html + +

+ +.. raw:: html + + + +.. raw:: html + + + +.. raw:: html + + + +:: + + + + + +.. raw:: html + + + +.. raw:: html + +
+ + + +
+ +.. raw:: html + + + +.. raw:: html + +

+ +Bronze via Patreon + +.. raw:: html + +

+ +.. raw:: html + + + +.. raw:: html + + + +.. raw:: html + + + +:: + + + + + +.. raw:: html + + + +.. raw:: html + +
+ + + +
+ +.. raw:: html + + + +-------------- + +Introduction +------------ + `Graphene `__ is a Python library for building GraphQL schemas/types fast and easily. @@ -152,18 +374,11 @@ Documentation The documentation is generated using the excellent `Sphinx `__ and a custom theme. -The documentation dependencies are installed by running: +An HTML version of the documentation is produced by running: .. code:: sh - cd docs - pip install -r requirements.txt - -Then to produce a HTML version of the documentation: - -.. code:: sh - - make html + make docs .. |Graphene Logo| image:: http://graphene-python.org/favicon.png .. |Build Status| image:: https://travis-ci.org/graphql-python/graphene.svg?branch=master