chiark / gitweb /
doc: Python doc generator *can* search now.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 18 Jul 2019 16:15:06 +0000 (18:15 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 18 Jul 2019 16:15:06 +0000 (18:15 +0200)
doc/documentation/python.rst

index 200fb852615fc246de3411ec0997cce4d3e9c856..f2199baf0f3fde827780a09e8fa2201727a3c02f 100644 (file)
@@ -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 <https://magnum.graphics>`_ 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 <reStructuredText>` 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 <http://www.opensearch.org/>`_
 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