commit | 2b045757b5606eb55758cefb0453a7036f052866 | [log] [tgz] |
---|---|---|
author | Ivor Wanders <iwanders@users.noreply.github.com> | Mon Jun 10 16:12:28 2019 -0400 |
committer | Wenzel Jakob <wenzel.jakob@epfl.ch> | Mon Jun 10 22:12:28 2019 +0200 |
tree | a93b9eacd9fbffdfd31ec071e314640fbe7c4bb2 | |
parent | 492da592c2b3ada67574ab8b60105754cdb4f13d [diff] [blame] |
Improve documentation related to inheritance. (#1676) * Adds section to the reference. * Adds section to advanced classes page describing how to use `get_overload`.
diff --git a/docs/faq.rst b/docs/faq.rst index 99a12cb..93ccf10 100644 --- a/docs/faq.rst +++ b/docs/faq.rst
@@ -39,6 +39,8 @@ cmake -DPYTHON_EXECUTABLE:FILEPATH=<path-to-python-executable> . +.. _faq_reference_arguments: + Limitations involving reference arguments =========================================