From 227580e396fe308c089b9622b86a600152b9ffe5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 12:17:52 -0500 Subject: [PATCH] better docs Signed-off-by: Kenneth Reitz --- README.rst | 6 +++--- docs/source/index.rst | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 0e86162..820c03a 100644 --- a/README.rst +++ b/README.rst @@ -11,9 +11,9 @@ simple and intuitive as possible. When using this library you automatically get: -- Full JavaScript support! -- CSS Selectors (a.k.a jQuery-style, thanks to PyQuery). -- XPath Selectors, for the faint at heart. +- **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). - Automatic following of redirects. - Connection–pooling and cookie persistence. diff --git a/docs/source/index.rst b/docs/source/index.rst index 0d6969e..feac635 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -21,7 +21,7 @@ simple and intuitive as possible. When using this library you automatically get: -- Full **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). @@ -159,7 +159,8 @@ Let's grab some text that's rendered by JavaScript: '' Note, the first time you ever run the ``render()`` method, it will download -Chromium into your home directory (e.g. ``~/.pyppeteer/``). +Chromium into your home directory (e.g. ``~/.pyppeteer/``). This only happens +once. Using without Requests