]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - doc/examples.rst
More seealso directive usage
[pyderasn.git] / doc / examples.rst
index a0f7ee081d3400f9db27a80c5cfe7a9847138ff9..ddc2d0ecf74e109150b30b4860b70fd6067ef515 100644 (file)
@@ -184,12 +184,12 @@ it's DER encoded representation is already in ``raw`` variable)::
         serialNumber: CertificateSerialNumber INTEGER 61595;
         signature: AlgorithmIdentifier SEQUENCE[OBJECT IDENTIFIER 1.2.840.113549.1.1.5...
 
-:ref:`Look here <pprint_example>` for better pretty printing.
+.. seealso:: :ref:`Better pretty printing <pprint_example>`
 
 As command line utility
 -----------------------
 
-:ref:`Look here <cmdline>`.
+.. seealso:: :ref:`cmdline`
 
 Descriptive errors
 ------------------
@@ -327,8 +327,8 @@ printer will show::
                         . . . . . . . 74:73:20:50:74:79:20:4C:74:64
        95   [1,1,  24]  . . . . . . . DEFINED BY (2.5.4.10): PrintableString PrintableString Internet Widgits Pty Ltd
 
-:ref:`Read more <definedby>` about that feature.
+.. seealso:: :ref:`definedby`
 
 Streaming and dealing with huge structures
 ------------------------------------------
-:ref:`Look here <streaming>`.
+.. seealso:: :ref:`streaming`