From 635391421100d41aba401aebf4da77f3e43c062d Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 13 May 2025 22:25:20 +0100 Subject: [PATCH] Documentation heading updates --- Doc/Manual/Contents.html | 1 + Doc/Manual/Python.html | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html index bbdb8df24..f7811ce7d 100644 --- a/Doc/Manual/Contents.html +++ b/Doc/Manual/Contents.html @@ -1488,6 +1488,7 @@
  • Limitations
  • Operator overloads and slots -- use them! +
  • Python runtime module
  • Memory management
  • Cross language polymorphism diff --git a/Doc/Manual/Python.html b/Doc/Manual/Python.html index cc82e9762..d04afe0a8 100644 --- a/Doc/Manual/Python.html +++ b/Doc/Manual/Python.html @@ -54,6 +54,7 @@
  • Limitations
  • Operator overloads and slots -- use them! +
  • Python runtime module
  • Memory management
  • Cross language polymorphism @@ -2710,6 +2711,7 @@ in the file python/pyopers.swg in the SWIG library.

    33.4.3 Python runtime module

    +

    In addition to the two Python modules that are generated by SWIG, there is also a third 'behind the scenes' Python runtime module. The runtime module is very much an implementation level detail, but is mentioned here for completeness and for the inquisitive! @@ -2754,7 +2756,7 @@ The interpreter session below demonstrates this with a SWIG generated module cal Compatibility Note: Only the Capsule was stored in the Python runtime module prior to SWIG-4.4.0.

    -

    33.4.3 Memory management

    +

    33.4.4 Memory management

    NOTE: Although this section refers to proxy objects, everything here also applies