Skip to content

Commit

Permalink
readme and docs update
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
  • Loading branch information
kennethreitz committed Feb 27, 2018
1 parent fe9a7e7 commit 90f7c79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ simple and intuitive as possible.

When using this library you automatically get:

- Optional JavaScript support!
- Full JavaScript support!
- CSS Selectors (a.k.a jQuery-style, thanks to PyQuery).
- XPath Selectors, for the faint at heart.
- Mocked user-agent (like a real web browser).
Expand Down
15 changes: 3 additions & 12 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ simple and intuitive as possible.

When using this library you automatically get:

- Optional JavaScript support!
- Full JavaScript support!
- CSS Selectors (a.k.a jQuery-style, thanks to PyQuery).
- XPath Selectors, for the faint at heart.
- Mocked user-agent (like a real web browser).
Expand All @@ -40,14 +40,9 @@ Installation
.. code-block:: shell
$ pipenv install requests-html
✨🍰✨
Or, if you want access to :class:`BrowserHTMLSession <BrowserHTMLSession>`:

.. code-block:: shell
$ pipenv install requests-html[browser]
Only later version of **Python 3** are supported.
Only later versions of **Python 3** are supported.


Tutorial & Usage
Expand Down Expand Up @@ -154,10 +149,6 @@ JavaScript Support

Let's grab some text that's rendered by JavaScript:

.. code-block:: shell
$ pipenv install requests-html[browser]
.. code-block:: pycon
>>> from requests_html import BrowserHTMLSession
Expand Down

0 comments on commit 90f7c79

Please sign in to comment.