소스 검색

Fixes broken rst ref. Closes #1998

Ask Solem 11 년 전
부모
커밋
0fe113513b
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      docs/userguide/calling.rst

+ 6 - 1
docs/userguide/calling.rst

@@ -318,7 +318,12 @@ or for each individual task, or even per message.
 
 There's built-in support for :mod:`pickle`, `JSON`, `YAML`
 and `msgpack`, and you can also add your own custom serializers by registering
-them into the Kombu serializer registry (see ref:`kombu:guide-serialization`).
+them into the Kombu serializer registry
+
+.. seealso::
+
+    :ref:`Message Serialization <kombu:guide-serialization>` in the Kombu user
+    guide.
 
 Each option has its advantages and disadvantages.