]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - doc/examples.rst
Up to date documentation
[pyderasn.git] / doc / examples.rst
index fc6e7c8c9ae1726ff5096dd93ece1a0508ef31dd..a0f7ee081d3400f9db27a80c5cfe7a9847138ff9 100644 (file)
@@ -189,7 +189,7 @@ it's DER encoded representation is already in ``raw`` variable)::
 As command line utility
 -----------------------
 
-:ref:`Read about using it as command line utility <cmdline>`.
+:ref:`Look here <cmdline>`.
 
 Descriptive errors
 ------------------
@@ -328,3 +328,7 @@ printer will show::
        95   [1,1,  24]  . . . . . . . DEFINED BY (2.5.4.10): PrintableString PrintableString Internet Widgits Pty Ltd
 
 :ref:`Read more <definedby>` about that feature.
+
+Streaming and dealing with huge structures
+------------------------------------------
+:ref:`Look here <streaming>`.