Add AutoWIG to list of binding generators (#1990)
* Add AutoWIG to list of binding generators
diff --git a/docs/compiling.rst b/docs/compiling.rst
index ea8d1ec..bfb1cd8 100644
--- a/docs/compiling.rst
+++ b/docs/compiling.rst
@@ -283,3 +283,11 @@
[binder]_ documentation for details.
.. [binder] http://cppbinder.readthedocs.io/en/latest/about.html
+
+[AutoWIG]_ is a Python library that wraps automatically compiled libraries into
+high-level languages. It parses C++ code using LLVM/Clang technologies and
+generates the wrappers using the Mako templating engine. The approach is automatic,
+extensible, and applies to very complex C++ libraries, composed of thousands of
+classes or incorporating modern meta-programming constructs.
+
+.. [AutoWIG] https://github.com/StatisKit/AutoWIG