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 b0b6d44 commit e3a6611Copy full SHA for e3a6611
README.rst
@@ -1,7 +1,7 @@
1
``codetransformer``
2
===================
3
4
-|build status|
+|build status| |documentation|
5
6
Bytecode transformers for CPython inspired by the ``ast`` module's
7
``NodeTransformer``.
@@ -260,3 +260,6 @@ https://github.com/llllllllll/codetransformer.
260
.. _opcode: https://docs.python.org/3.5/library/dis.html#opcode-NOP
261
.. |build status| image:: https://travis-ci.org/llllllllll/codetransformer.svg?branch=master
262
:target: https://travis-ci.org/llllllllll/codetransformer
263
+.. |documentation| image:: https://readthedocs.org/projects/codetransformer/badge/?version=stable
264
+ :target: http://codetransformer.readthedocs.io/en/stable/?badge=stable
265
+ :alt: Documentation Status
0 commit comments