From: Vladimír Vondruš Date: Thu, 18 Jul 2019 16:15:06 +0000 (+0200) Subject: doc: Python doc generator *can* search now. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=c39d789305f92243cad2df5522ab7ab443a46751;p=blog.git doc: Python doc generator *can* search now. --- 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