Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Oct 5, 2017
1 parent 98d7ad3 commit e0d8bcd
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,41 +25,3 @@ While several semi-automatic solutions and tools exist to wrap these compiled li
**AutoWIG** is a *Python* library that wraps automatically compiled libraries into high-level languages.
Our approach consists in parsing *C++* code using the **LLVM**/**Clang** technologies and generating the wrappers using the **Mako** templating engine.
Our approach is automatic, extensible, and applies to very complex *C++* libraries, composed of thousands of classes or incorporating modern meta-programming constructs.

.. sidebar:: Summary

:Status: |TRAVIS| |COVERALLS| |LANDSCAPE| |READTHEDOCS|
:License: |LICENSE|
:Authors: |AUTHORS|

.. |LICENSE| replace:: see |LICENSEFILE|_ file

.. |AUTHORS| replace:: see |AUTHORSFILE|_ file

.. |VERSION| replace:: 0.1.0

.. |LICENSEFILE| replace:: LICENSE.rst

.. _LICENSEFILE : LICENSE.rst

.. |AUTHORSFILE| replace:: AUTHORS.rst

.. _AUTHORSFILE : AUTHORS.rst

.. |VERSION| replace:: 0.1.0

.. |TRAVIS| image:: https://travis-ci.org/StatisKit/AutoWIG.svg?branch=master
:target: https://travis-ci.org/StatisKit/AutoWIG
:alt: Travis

.. |COVERALLS| image:: https://coveralls.io/repos/github/StatisKit/AutoWIG/badge.svg
:target: https://coveralls.io/github/StatisKit/AutoWIG?branch=master
:alt: Coveralls

.. |LANDSCAPE| image:: https://landscape.io/github/StatisKit/AutoWIG/master/landscape.svg?style=flat
:target: https://landscape.io/github/StatisKit/AutoWIG/master
:alt: Landscape

.. |READTHEDOCS| image:: https://readthedocs.org/projects/AutoWIG/badge/?version=v1.0.0
:target: http://AutoWIG.readthedocs.io
:alt: Read the Docs

0 comments on commit e0d8bcd

Please sign in to comment.