diff --git a/docs/conf.py b/docs/conf.py index 66c7fd5..1923c91 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,6 +11,7 @@ intersphinx_disabled_reftypes = [] intersphinx_mapping = { + "formasaurus": ("https://formasaurus.readthedocs.io/en/latest/", None), "lxml": ("https://lxml.de/apidoc/", None), "parsel": ("https://parsel.readthedocs.io/en/stable", None), "poet": ("https://web-poet.readthedocs.io/en/latest/", None), diff --git a/docs/usage.rst b/docs/usage.rst index 62f1afa..d50507c 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -87,6 +87,12 @@ visit parent elements until you reach the form element. For example: element = element.getparent() form = element +For some use cases, you can use :doc:`Formasaurus `, a +ML-based solution that can can automatically find a form of a specified type +(e.g. a search form), its :ref:`default key-value pairs `, and its +:ref:`submit button `. Its :ref:`formasaurus:usage` documentation +includes an example featuring form2request. + .. _data: