From c39d789305f92243cad2df5522ab7ab443a46751 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 18 Jul 2019 18:15:06 +0200 Subject: [PATCH] doc: Python doc generator *can* search now. --- doc/documentation/python.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/documentation/python.rst b/doc/documentation/python.rst index 200fb852..f2199baf 100644 --- a/doc/documentation/python.rst +++ b/doc/documentation/python.rst @@ -63,10 +63,7 @@ One of the design goals is providing a similar user experience to the This functionality is *heavily* experimental at the moment. It's being used for the upcoming `Magnum Engine `_ Python bindings - and evolves solely based on that project needs. Note that not everything - listed below is fully implemented yet --- in particular, the search - functionality and :abbr:`reST ` input processing is - currently not yet implemented. + and evolves solely based on that project needs. .. contents:: :class: m-block m-default @@ -355,8 +352,8 @@ don't need Chrome support), enable the :py:`SEARCH_DOWNLOAD_BINARY` option. The site can provide search engine metadata using the `OpenSearch `_ specification. On supported browsers this means you can add the search field to search engines and search directly from the address bar. To enable search -engine metadata, point :py:`M_SEARCH_BASE_URL` to base URL of your -documentation, for example: +engine metadata, point :py:`SEARCH_BASE_URL` to base URL of your documentation, +for example: .. code:: py -- 2.30.2