Skip to content

Commit

Permalink
DOC: put rtd link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Jevnik committed May 24, 2017
1 parent b0b6d44 commit e3a6611
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
``codetransformer``
===================

|build status|
|build status| |documentation|

Bytecode transformers for CPython inspired by the ``ast`` module's
``NodeTransformer``.
Expand Down Expand Up @@ -260,3 +260,6 @@ https://github.com/llllllllll/codetransformer.
.. _opcode: https://docs.python.org/3.5/library/dis.html#opcode-NOP
.. |build status| image:: https://travis-ci.org/llllllllll/codetransformer.svg?branch=master
:target: https://travis-ci.org/llllllllll/codetransformer
.. |documentation| image:: https://readthedocs.org/projects/codetransformer/badge/?version=stable
:target: http://codetransformer.readthedocs.io/en/stable/?badge=stable
:alt: Documentation Status

0 comments on commit e3a6611

Please sign in to comment.