We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f468ecb commit f6a28acCopy full SHA for f6a28ac
docs/sphinx/index.rst
@@ -384,7 +384,7 @@ Customization
384
Custom serializers
385
~~~~~~~~~~~~~~~~~~
386
387
-By default, `JSONSerializer`_ is used to encode all outgoing requests.
+By default, ``JSONSerializer`` is used to encode all outgoing requests.
388
However, you can implement your own custom serializer
389
390
.. code-block:: python
@@ -401,8 +401,6 @@ However, you can implement your own custom serializer
401
402
es = Elasticsearch(serializer=SetEncoder())
403
404
-.. _JSONSerializer: https://github.com/elastic/elasticsearch-py/blob/master/elasticsearch/serializer.py#L24
405
-
406
407
Elasticsearch-DSL
408
-----------------
0 commit comments