From: Vladimír Vondruš Date: Wed, 5 Jan 2022 19:09:04 +0000 (+0100) Subject: documentation/python: use {% endif %} {% if page.content %} {{ page.content }} diff --git a/documentation/test_python/content/content.Class.html b/documentation/test_python/content/content.Class.html index a723fbf3..c9f2e056 100644 --- a/documentation/test_python/content/content.Class.html +++ b/documentation/test_python/content/content.Class.html @@ -23,7 +23,7 @@ content.Class class

This overwrites the docstring for Class.

-
+
+

This is detailed class docs. Here I also hate how it needs to be indented.

diff --git a/documentation/test_python/content/content.ClassDocumentingItsMembers.html b/documentation/test_python/content/content.ClassDocumentingItsMembers.html index 4f629e56..c28cb894 100644 --- a/documentation/test_python/content/content.ClassDocumentingItsMembers.html +++ b/documentation/test_python/content/content.ClassDocumentingItsMembers.html @@ -23,7 +23,7 @@ content.ClassDocumentingItsMembers class

This class documents its members directly in its own directive

-
+
+

Properties

diff --git a/documentation/test_python/content/content.ClassWithSlots.html b/documentation/test_python/content/content.ClassWithSlots.html index c1a7947f..8d12d47b 100644 --- a/documentation/test_python/content/content.ClassWithSlots.html +++ b/documentation/test_python/content/content.ClassWithSlots.html @@ -23,7 +23,7 @@ content.ClassWithSlots class

This class has slots and those have to be documented externally

-
+
+

Properties

diff --git a/documentation/test_python/content/content.html b/documentation/test_python/content/content.html index 3bc42508..2bc54309 100644 --- a/documentation/test_python/content/content.html +++ b/documentation/test_python/content/content.html @@ -23,7 +23,7 @@ content module

This overwrites the docstring for content.

-
+
+

This is detailed module docs. I kinda hate how it needs to be indented, tho. Below is an included file to test file path is supplied somewhat correctly (relative to the input dir):

diff --git a/documentation/test_python/content_parse_docstrings/content_parse_docstrings.Class.html b/documentation/test_python/content_parse_docstrings/content_parse_docstrings.Class.html index 864a53cb..164eacfe 100644 --- a/documentation/test_python/content_parse_docstrings/content_parse_docstrings.Class.html +++ b/documentation/test_python/content_parse_docstrings/content_parse_docstrings.Class.html @@ -25,7 +25,7 @@

This class has a serious docstring. With a multi-line summary. Relative reference to a_property works even from a summary.

-
+
+

And class details as well.

Properties

diff --git a/documentation/test_python/content_parse_docstrings/content_parse_docstrings.html b/documentation/test_python/content_parse_docstrings/content_parse_docstrings.html index a6e895bf..f3a99e04 100644 --- a/documentation/test_python/content_parse_docstrings/content_parse_docstrings.html +++ b/documentation/test_python/content_parse_docstrings/content_parse_docstrings.html @@ -23,7 +23,7 @@ content_parse_docstrings module

This module has a serious docstring. And a Class.

-
+
+

And module details as well.

Classes

diff --git a/documentation/test_python/inspect_all_property/inspect_all_property.html b/documentation/test_python/inspect_all_property/inspect_all_property.html index 0692c903..e7283b96 100644 --- a/documentation/test_python/inspect_all_property/inspect_all_property.html +++ b/documentation/test_python/inspect_all_property/inspect_all_property.html @@ -22,7 +22,7 @@

inspect_all_property module

-
+
+

Modules

diff --git a/documentation/test_python/inspect_annotations/inspect_annotations-py37+38.html b/documentation/test_python/inspect_annotations/inspect_annotations-py37+38.html index a8750e3f..c47f8b86 100644 --- a/documentation/test_python/inspect_annotations/inspect_annotations-py37+38.html +++ b/documentation/test_python/inspect_annotations/inspect_annotations-py37+38.html @@ -23,7 +23,7 @@ inspect_annotations module

Annotation parsing. For links inside annotations see test_inspect.TypeLinks.

-
+
+

Classes

diff --git a/documentation/test_python/inspect_annotations/inspect_annotations.AContainer-py36-38.html b/documentation/test_python/inspect_annotations/inspect_annotations.AContainer-py36-38.html index fcc0e6e5..9aa98a55 100644 --- a/documentation/test_python/inspect_annotations/inspect_annotations.AContainer-py36-38.html +++ b/documentation/test_python/inspect_annotations/inspect_annotations.AContainer-py36-38.html @@ -23,7 +23,7 @@ inspect_annotations.AContainer class

A generic class. No parent class info extracted yet.

-
+
+

Special methods

diff --git a/documentation/test_python/inspect_annotations/inspect_annotations.Foo.html b/documentation/test_python/inspect_annotations/inspect_annotations.Foo.html index 1a2ad7b1..c2477257 100644 --- a/documentation/test_python/inspect_annotations/inspect_annotations.Foo.html +++ b/documentation/test_python/inspect_annotations/inspect_annotations.Foo.html @@ -23,7 +23,7 @@ inspect_annotations.Foo class

A class with properties

-
+
+

Properties

diff --git a/documentation/test_python/inspect_annotations/inspect_annotations.FooSlots.html b/documentation/test_python/inspect_annotations/inspect_annotations.FooSlots.html index 47843142..8fff5e40 100644 --- a/documentation/test_python/inspect_annotations/inspect_annotations.FooSlots.html +++ b/documentation/test_python/inspect_annotations/inspect_annotations.FooSlots.html @@ -23,7 +23,7 @@ inspect_annotations.FooSlots class

A class with slots

-
+
+

Properties

diff --git a/documentation/test_python/inspect_annotations/inspect_annotations.html b/documentation/test_python/inspect_annotations/inspect_annotations.html index 78e96c36..b5b454c1 100644 --- a/documentation/test_python/inspect_annotations/inspect_annotations.html +++ b/documentation/test_python/inspect_annotations/inspect_annotations.html @@ -23,7 +23,7 @@ inspect_annotations module

Annotation parsing. For links inside annotations see test_inspect.TypeLinks.

-
+
+

Classes

diff --git a/documentation/test_python/inspect_annotations/math.html b/documentation/test_python/inspect_annotations/math.html index 38078950..cb97c7fa 100644 --- a/documentation/test_python/inspect_annotations/math.html +++ b/documentation/test_python/inspect_annotations/math.html @@ -24,7 +24,7 @@

This module provides access to the mathematical functions defined by the C standard.

-
+
+

Functions

diff --git a/documentation/test_python/inspect_annotations/math36.html b/documentation/test_python/inspect_annotations/math36.html index 333792b0..7301a216 100644 --- a/documentation/test_python/inspect_annotations/math36.html +++ b/documentation/test_python/inspect_annotations/math36.html @@ -24,7 +24,7 @@

This module is always available. It provides access to the mathematical functions defined by the C standard.

-
+
+

Functions

diff --git a/documentation/test_python/inspect_annotations/math373.html b/documentation/test_python/inspect_annotations/math373.html index 660b6ce6..226e28ed 100644 --- a/documentation/test_python/inspect_annotations/math373.html +++ b/documentation/test_python/inspect_annotations/math373.html @@ -24,7 +24,7 @@

This module is always available. It provides access to the mathematical functions defined by the C standard.

-
+
+

Functions

diff --git a/documentation/test_python/inspect_attrs/inspect_attrs.MyClass.html b/documentation/test_python/inspect_attrs/inspect_attrs.MyClass.html index dc298f8d..4077325e 100644 --- a/documentation/test_python/inspect_attrs/inspect_attrs.MyClass.html +++ b/documentation/test_python/inspect_attrs/inspect_attrs.MyClass.html @@ -23,7 +23,7 @@ inspect_attrs.MyClass class

A class with attr-defined properties

-
+
+

Special methods

diff --git a/documentation/test_python/inspect_attrs/inspect_attrs.MyClassAutoAttribs-attrs193.html b/documentation/test_python/inspect_attrs/inspect_attrs.MyClassAutoAttribs-attrs193.html index e2c23002..9739d2bb 100644 --- a/documentation/test_python/inspect_attrs/inspect_attrs.MyClassAutoAttribs-attrs193.html +++ b/documentation/test_python/inspect_attrs/inspect_attrs.MyClassAutoAttribs-attrs193.html @@ -23,7 +23,7 @@ inspect_attrs.MyClassAutoAttribs class

A class with automatic attr-defined properties

-
+
+

Special methods

diff --git a/documentation/test_python/inspect_attrs/inspect_attrs.MyClassAutoAttribs.html b/documentation/test_python/inspect_attrs/inspect_attrs.MyClassAutoAttribs.html index bf951880..41fd8730 100644 --- a/documentation/test_python/inspect_attrs/inspect_attrs.MyClassAutoAttribs.html +++ b/documentation/test_python/inspect_attrs/inspect_attrs.MyClassAutoAttribs.html @@ -23,7 +23,7 @@ inspect_attrs.MyClassAutoAttribs class

A class with automatic attr-defined properties

-
+
+

Special methods

diff --git a/documentation/test_python/inspect_attrs/inspect_attrs.MySlotClass-attrs193.html b/documentation/test_python/inspect_attrs/inspect_attrs.MySlotClass-attrs193.html index bfc0571c..5056f3d8 100644 --- a/documentation/test_python/inspect_attrs/inspect_attrs.MySlotClass-attrs193.html +++ b/documentation/test_python/inspect_attrs/inspect_attrs.MySlotClass-attrs193.html @@ -23,7 +23,7 @@ inspect_attrs.MySlotClass class

A class with attr-defined slots

-
+
+

Special methods

diff --git a/documentation/test_python/inspect_attrs/inspect_attrs.MySlotClass.html b/documentation/test_python/inspect_attrs/inspect_attrs.MySlotClass.html index eb8b3fca..97f438dc 100644 --- a/documentation/test_python/inspect_attrs/inspect_attrs.MySlotClass.html +++ b/documentation/test_python/inspect_attrs/inspect_attrs.MySlotClass.html @@ -23,7 +23,7 @@ inspect_attrs.MySlotClass class

A class with attr-defined slots

-
+
+

Special methods

diff --git a/documentation/test_python/inspect_duplicate_class/inspect_duplicate_class.html b/documentation/test_python/inspect_duplicate_class/inspect_duplicate_class.html index c3107130..8a9989b8 100644 --- a/documentation/test_python/inspect_duplicate_class/inspect_duplicate_class.html +++ b/documentation/test_python/inspect_duplicate_class/inspect_duplicate_class.html @@ -22,7 +22,7 @@

inspect_duplicate_class module

-
+
+

Modules

diff --git a/documentation/test_python/inspect_duplicate_class/inspect_duplicate_class.sub.html b/documentation/test_python/inspect_duplicate_class/inspect_duplicate_class.sub.html index 627b3de9..255bcb4c 100644 --- a/documentation/test_python/inspect_duplicate_class/inspect_duplicate_class.sub.html +++ b/documentation/test_python/inspect_duplicate_class/inspect_duplicate_class.sub.html @@ -23,7 +23,7 @@ inspect_duplicate_class.sub module

A submodule.

-
+
+

Classes

diff --git a/documentation/test_python/inspect_name_mapping/inspect_name_mapping.Class.html b/documentation/test_python/inspect_name_mapping/inspect_name_mapping.Class.html index 52145fbc..a216a423 100644 --- a/documentation/test_python/inspect_name_mapping/inspect_name_mapping.Class.html +++ b/documentation/test_python/inspect_name_mapping/inspect_name_mapping.Class.html @@ -23,7 +23,7 @@ inspect_name_mapping.Class class

A class

-
+
+

Methods

diff --git a/documentation/test_python/inspect_name_mapping/inspect_name_mapping.html b/documentation/test_python/inspect_name_mapping/inspect_name_mapping.html index 1253ae76..ed7945d9 100644 --- a/documentation/test_python/inspect_name_mapping/inspect_name_mapping.html +++ b/documentation/test_python/inspect_name_mapping/inspect_name_mapping.html @@ -22,7 +22,7 @@

inspect_name_mapping module

-
+
+

Modules

diff --git a/documentation/test_python/inspect_name_mapping/inspect_name_mapping.submodule.html b/documentation/test_python/inspect_name_mapping/inspect_name_mapping.submodule.html index 824fcb2d..b73a614f 100644 --- a/documentation/test_python/inspect_name_mapping/inspect_name_mapping.submodule.html +++ b/documentation/test_python/inspect_name_mapping/inspect_name_mapping.submodule.html @@ -23,7 +23,7 @@ inspect_name_mapping.submodule module

This submodule is renamed from bar to submodule and should have a function member.

-
+
+

Functions

diff --git a/documentation/test_python/inspect_recursive/inspect_recursive.html b/documentation/test_python/inspect_recursive/inspect_recursive.html index ca8a143e..8279b074 100644 --- a/documentation/test_python/inspect_recursive/inspect_recursive.html +++ b/documentation/test_python/inspect_recursive/inspect_recursive.html @@ -23,7 +23,7 @@ inspect_recursive module

Recursive imports

-
+
+

Modules

diff --git a/documentation/test_python/inspect_string/inspect_string.DerivedException.html b/documentation/test_python/inspect_string/inspect_string.DerivedException.html index 1c0354b7..28d58e3b 100644 --- a/documentation/test_python/inspect_string/inspect_string.DerivedException.html +++ b/documentation/test_python/inspect_string/inspect_string.DerivedException.html @@ -35,7 +35,7 @@ inspect_string.DerivedException class

A class deriving from BaseException, which has the weird args getset_descriptor

-
+
+

Methods

diff --git a/documentation/test_python/inspect_string/inspect_string.Foo.html b/documentation/test_python/inspect_string/inspect_string.Foo.html index 17da2734..3b5554ef 100644 --- a/documentation/test_python/inspect_string/inspect_string.Foo.html +++ b/documentation/test_python/inspect_string/inspect_string.Foo.html @@ -35,7 +35,7 @@ inspect_string.Foo class

The foo class

-
+
+

Classes

diff --git a/documentation/test_python/inspect_string/inspect_string.FooSlots.html b/documentation/test_python/inspect_string/inspect_string.FooSlots.html index f40daa45..42d01284 100644 --- a/documentation/test_python/inspect_string/inspect_string.FooSlots.html +++ b/documentation/test_python/inspect_string/inspect_string.FooSlots.html @@ -35,7 +35,7 @@ inspect_string.FooSlots class

A class with slots. Can't have docstrings for these.

-
+
+

Properties

diff --git a/documentation/test_python/inspect_string/inspect_string.Specials.html b/documentation/test_python/inspect_string/inspect_string.Specials.html index 520570d4..8f9a17ea 100644 --- a/documentation/test_python/inspect_string/inspect_string.Specials.html +++ b/documentation/test_python/inspect_string/inspect_string.Specials.html @@ -35,7 +35,7 @@ inspect_string.Specials class

Special class members

-
+
+

Special methods

diff --git a/documentation/test_python/inspect_string/inspect_string.html b/documentation/test_python/inspect_string/inspect_string.html index fb0bcb1a..869f4c89 100644 --- a/documentation/test_python/inspect_string/inspect_string.html +++ b/documentation/test_python/inspect_string/inspect_string.html @@ -35,7 +35,7 @@ inspect_string module

A module

-
+
+

Modules

diff --git a/documentation/test_python/inspect_type_links/inspect_type_links.Foo.html b/documentation/test_python/inspect_type_links/inspect_type_links.Foo.html index a1f90474..35558ca0 100644 --- a/documentation/test_python/inspect_type_links/inspect_type_links.Foo.html +++ b/documentation/test_python/inspect_type_links/inspect_type_links.Foo.html @@ -23,7 +23,7 @@ inspect_type_links.Foo class

A class in the root module

-
+
+

Properties

diff --git a/documentation/test_python/inspect_type_links/inspect_type_links.first.Foo.Foo.html b/documentation/test_python/inspect_type_links/inspect_type_links.first.Foo.Foo.html index 7b00c5e0..2eb5e0b3 100644 --- a/documentation/test_python/inspect_type_links/inspect_type_links.first.Foo.Foo.html +++ b/documentation/test_python/inspect_type_links/inspect_type_links.first.Foo.Foo.html @@ -23,7 +23,7 @@ inspect_type_links.first.Foo.Foo class

An inner class in the first module

-
+
+

Referencing self as Foo or Foo.Foo, parent as first.Foo, other as second.Foo. However inside annotations Foo references the parent, consistently in a function and in data? diff --git a/documentation/test_python/inspect_type_links/inspect_type_links.first.Foo.html b/documentation/test_python/inspect_type_links/inspect_type_links.first.Foo.html index 95e788b5..992682a1 100644 --- a/documentation/test_python/inspect_type_links/inspect_type_links.first.Foo.html +++ b/documentation/test_python/inspect_type_links/inspect_type_links.first.Foo.html @@ -23,7 +23,7 @@ inspect_type_links.first.Foo class

A class in the first module

-
+
+

first.Foo and inspect_type_links.first.Foo should lead to self; referencing the subclass via Foo, Foo.Foo, first.Foo.Foo or Bar. second.Foo and diff --git a/documentation/test_python/inspect_type_links/inspect_type_links.first.html b/documentation/test_python/inspect_type_links/inspect_type_links.first.html index 4ad7b7b5..7300ac7c 100644 --- a/documentation/test_python/inspect_type_links/inspect_type_links.first.html +++ b/documentation/test_python/inspect_type_links/inspect_type_links.first.html @@ -23,7 +23,7 @@ inspect_type_links.first module

First module

-
+
+

Foo, first.Foo and inspect_type_links.first.Foo should lead to the same class.

diff --git a/documentation/test_python/inspect_type_links/inspect_type_links.first.sub.Foo.html b/documentation/test_python/inspect_type_links/inspect_type_links.first.sub.Foo.html index 69fbb74f..813f713e 100644 --- a/documentation/test_python/inspect_type_links/inspect_type_links.first.sub.Foo.html +++ b/documentation/test_python/inspect_type_links/inspect_type_links.first.sub.Foo.html @@ -23,7 +23,7 @@ inspect_type_links.first.sub.Foo class

A class in the submodule

-
+
+

Referencing self as Foo or sub.Foo, parent as first.Foo, other as second.Foo.

diff --git a/documentation/test_python/inspect_type_links/inspect_type_links.first.sub.html b/documentation/test_python/inspect_type_links/inspect_type_links.first.sub.html index 9d9303dc..0dff1ab5 100644 --- a/documentation/test_python/inspect_type_links/inspect_type_links.first.sub.html +++ b/documentation/test_python/inspect_type_links/inspect_type_links.first.sub.html @@ -23,7 +23,7 @@ inspect_type_links.first.sub module

Submodule

-
+
+

Classes

diff --git a/documentation/test_python/inspect_type_links/inspect_type_links.html b/documentation/test_python/inspect_type_links/inspect_type_links.html index 994ac451..62715ee6 100644 --- a/documentation/test_python/inspect_type_links/inspect_type_links.html +++ b/documentation/test_python/inspect_type_links/inspect_type_links.html @@ -22,7 +22,7 @@

inspect_type_links module

-
+
+

first.Foo and inspect_type_links.first.Foo should lead to the same class.

open() should lead to the Python builtin, for the local diff --git a/documentation/test_python/inspect_type_links/inspect_type_links.second.Foo.html b/documentation/test_python/inspect_type_links/inspect_type_links.second.Foo.html index 720d2f83..d3412d53 100644 --- a/documentation/test_python/inspect_type_links/inspect_type_links.second.Foo.html +++ b/documentation/test_python/inspect_type_links/inspect_type_links.second.Foo.html @@ -23,7 +23,7 @@ inspect_type_links.second.Foo class

A class in the second module

-
+
+

Properties

diff --git a/documentation/test_python/inspect_type_links/inspect_type_links.second.FooSlots.html b/documentation/test_python/inspect_type_links/inspect_type_links.second.FooSlots.html index 21ed4833..ed06d2d5 100644 --- a/documentation/test_python/inspect_type_links/inspect_type_links.second.FooSlots.html +++ b/documentation/test_python/inspect_type_links/inspect_type_links.second.FooSlots.html @@ -23,7 +23,7 @@ inspect_type_links.second.FooSlots class

A slot class

-
+
+

Properties

diff --git a/documentation/test_python/inspect_type_links/inspect_type_links.second.FooSlotsInvalid.html b/documentation/test_python/inspect_type_links/inspect_type_links.second.FooSlotsInvalid.html index 60c9e2be..c40af675 100644 --- a/documentation/test_python/inspect_type_links/inspect_type_links.second.FooSlotsInvalid.html +++ b/documentation/test_python/inspect_type_links/inspect_type_links.second.FooSlotsInvalid.html @@ -23,7 +23,7 @@ inspect_type_links.second.FooSlotsInvalid class

A slot class with an invalid annotation. Has to be separate because otherwise it would invalidate all other slot annotations in FooSlots as well.

-
+
+

Properties

diff --git a/documentation/test_python/inspect_type_links/inspect_type_links.second.html b/documentation/test_python/inspect_type_links/inspect_type_links.second.html index e9933e37..2a337687 100644 --- a/documentation/test_python/inspect_type_links/inspect_type_links.second.html +++ b/documentation/test_python/inspect_type_links/inspect_type_links.second.html @@ -23,7 +23,7 @@ inspect_type_links.second module

Second module

-
+
+

Classes

diff --git a/documentation/test_python/inspect_underscored/inspect_underscored.Class.html b/documentation/test_python/inspect_underscored/inspect_underscored.Class.html index f5cb470c..a0668786 100644 --- a/documentation/test_python/inspect_underscored/inspect_underscored.Class.html +++ b/documentation/test_python/inspect_underscored/inspect_underscored.Class.html @@ -22,7 +22,7 @@

inspect_underscored.Class class

-
+
+

Methods

diff --git a/documentation/test_python/inspect_underscored/inspect_underscored.html b/documentation/test_python/inspect_underscored/inspect_underscored.html index fdc4f7ce..4b549b3b 100644 --- a/documentation/test_python/inspect_underscored/inspect_underscored.html +++ b/documentation/test_python/inspect_underscored/inspect_underscored.html @@ -22,7 +22,7 @@

inspect_underscored module

-
+
+

Modules

diff --git a/documentation/test_python/inspect_value_formatting/inspect_value_formatting.html b/documentation/test_python/inspect_value_formatting/inspect_value_formatting.html index be5bb673..99e59d7d 100644 --- a/documentation/test_python/inspect_value_formatting/inspect_value_formatting.html +++ b/documentation/test_python/inspect_value_formatting/inspect_value_formatting.html @@ -23,7 +23,7 @@ inspect_value_formatting module

Value and default argument formatting

-
+
+

Enums

diff --git a/documentation/test_python/link_formatting/c.link_formatting.Class.html b/documentation/test_python/link_formatting/c.link_formatting.Class.html index 775a5cbc..0eac3992 100644 --- a/documentation/test_python/link_formatting/c.link_formatting.Class.html +++ b/documentation/test_python/link_formatting/c.link_formatting.Class.html @@ -48,7 +48,7 @@ link_formatting.Class class

This is a nice class.

-
+
+

Classes

diff --git a/documentation/test_python/link_formatting/c.link_formatting.pybind.Foo.html b/documentation/test_python/link_formatting/c.link_formatting.pybind.Foo.html index f33a19ec..34a47e62 100644 --- a/documentation/test_python/link_formatting/c.link_formatting.pybind.Foo.html +++ b/documentation/test_python/link_formatting/c.link_formatting.pybind.Foo.html @@ -48,7 +48,7 @@ link_formatting.pybind.Foo class

A class

-
+
+

Static methods

diff --git a/documentation/test_python/link_formatting/m.link_formatting.html b/documentation/test_python/link_formatting/m.link_formatting.html index f79de53e..cae0ece0 100644 --- a/documentation/test_python/link_formatting/m.link_formatting.html +++ b/documentation/test_python/link_formatting/m.link_formatting.html @@ -48,7 +48,7 @@ link_formatting module

This is a module.

-
+
+

Modules

diff --git a/documentation/test_python/link_formatting/m.link_formatting.pybind.html b/documentation/test_python/link_formatting/m.link_formatting.pybind.html index 2357768d..acccdf39 100644 --- a/documentation/test_python/link_formatting/m.link_formatting.pybind.html +++ b/documentation/test_python/link_formatting/m.link_formatting.pybind.html @@ -48,7 +48,7 @@ link_formatting.pybind module

pybind11 overloaded function link formatting

-
+
+

Classes

diff --git a/documentation/test_python/pybind_external_overload_docs/pybind_external_overload_docs.Class.html b/documentation/test_python/pybind_external_overload_docs/pybind_external_overload_docs.Class.html index 548939ea..9533342d 100644 --- a/documentation/test_python/pybind_external_overload_docs/pybind_external_overload_docs.Class.html +++ b/documentation/test_python/pybind_external_overload_docs/pybind_external_overload_docs.Class.html @@ -23,7 +23,7 @@ pybind_external_overload_docs.Class class

My fun class!

-
+
+

Methods

diff --git a/documentation/test_python/pybind_external_overload_docs/pybind_external_overload_docs.html b/documentation/test_python/pybind_external_overload_docs/pybind_external_overload_docs.html index 2768ba36..2766849c 100644 --- a/documentation/test_python/pybind_external_overload_docs/pybind_external_overload_docs.html +++ b/documentation/test_python/pybind_external_overload_docs/pybind_external_overload_docs.html @@ -23,7 +23,7 @@ pybind_external_overload_docs module

pybind11 external overload docs

-
+
+

Classes

diff --git a/documentation/test_python/pybind_name_mapping/pybind_name_mapping.Class.html b/documentation/test_python/pybind_name_mapping/pybind_name_mapping.Class.html index 246af4ea..6ddc8aa0 100644 --- a/documentation/test_python/pybind_name_mapping/pybind_name_mapping.Class.html +++ b/documentation/test_python/pybind_name_mapping/pybind_name_mapping.Class.html @@ -23,7 +23,7 @@ pybind_name_mapping.Class class

A class, renamed from Foo to Class

-
+
+

Static methods

diff --git a/documentation/test_python/pybind_name_mapping/pybind_name_mapping.html b/documentation/test_python/pybind_name_mapping/pybind_name_mapping.html index d1d90b5e..a3d2cd12 100644 --- a/documentation/test_python/pybind_name_mapping/pybind_name_mapping.html +++ b/documentation/test_python/pybind_name_mapping/pybind_name_mapping.html @@ -22,7 +22,7 @@

pybind_name_mapping module

-
+
+

Modules

diff --git a/documentation/test_python/pybind_name_mapping/pybind_name_mapping.submodule.html b/documentation/test_python/pybind_name_mapping/pybind_name_mapping.submodule.html index a50521e1..8c0028d8 100644 --- a/documentation/test_python/pybind_name_mapping/pybind_name_mapping.submodule.html +++ b/documentation/test_python/pybind_name_mapping/pybind_name_mapping.submodule.html @@ -23,7 +23,7 @@ pybind_name_mapping.submodule module

This submodule is renamed from bar to submodule and should have a function member.

-
+
+

Functions

diff --git a/documentation/test_python/pybind_signatures/false_positives.html b/documentation/test_python/pybind_signatures/false_positives.html index 09aaa0eb..ea239003 100644 --- a/documentation/test_python/pybind_signatures/false_positives.html +++ b/documentation/test_python/pybind_signatures/false_positives.html @@ -22,7 +22,7 @@

false_positives module

-
+
+

Functions

diff --git a/documentation/test_python/pybind_signatures/pybind_signatures.MyClass.html b/documentation/test_python/pybind_signatures/pybind_signatures.MyClass.html index 5343d0ce..f0664f36 100644 --- a/documentation/test_python/pybind_signatures/pybind_signatures.MyClass.html +++ b/documentation/test_python/pybind_signatures/pybind_signatures.MyClass.html @@ -23,7 +23,7 @@ pybind_signatures.MyClass class

My fun class!

-
+
+

Static methods

diff --git a/documentation/test_python/pybind_signatures/pybind_signatures.MyClass23.html b/documentation/test_python/pybind_signatures/pybind_signatures.MyClass23.html index 54354af6..4affeaff 100644 --- a/documentation/test_python/pybind_signatures/pybind_signatures.MyClass23.html +++ b/documentation/test_python/pybind_signatures/pybind_signatures.MyClass23.html @@ -23,7 +23,7 @@ pybind_signatures.MyClass23 class

Testing pybind 2.3 features

-
+
+

Properties

diff --git a/documentation/test_python/pybind_signatures/pybind_signatures.html b/documentation/test_python/pybind_signatures/pybind_signatures.html index 832b92ed..f844969e 100644 --- a/documentation/test_python/pybind_signatures/pybind_signatures.html +++ b/documentation/test_python/pybind_signatures/pybind_signatures.html @@ -23,7 +23,7 @@ pybind_signatures module

pybind11 function signature extraction

-
+
+

Classes

diff --git a/documentation/test_python/pybind_submodules/pybind_submodules.html b/documentation/test_python/pybind_submodules/pybind_submodules.html index 11d4e98d..f46cdaae 100644 --- a/documentation/test_python/pybind_submodules/pybind_submodules.html +++ b/documentation/test_python/pybind_submodules/pybind_submodules.html @@ -23,7 +23,7 @@ pybind_submodules module

pybind11 submodules

-
+
+

Modules

diff --git a/documentation/test_python/pybind_submodules_package/pybind_submodules_package.sub.html b/documentation/test_python/pybind_submodules_package/pybind_submodules_package.sub.html index 2065a267..3e9fbea3 100644 --- a/documentation/test_python/pybind_submodules_package/pybind_submodules_package.sub.html +++ b/documentation/test_python/pybind_submodules_package/pybind_submodules_package.sub.html @@ -23,7 +23,7 @@ pybind_submodules_package.sub module

pybind11 submodule of a Python package

-
+
+

Modules

diff --git a/documentation/test_python/pybind_type_links/pybind_type_links.Foo.html b/documentation/test_python/pybind_type_links/pybind_type_links.Foo.html index 99c03c06..c0194310 100644 --- a/documentation/test_python/pybind_type_links/pybind_type_links.Foo.html +++ b/documentation/test_python/pybind_type_links/pybind_type_links.Foo.html @@ -23,7 +23,7 @@ pybind_type_links.Foo class

A class

-
+
+

Special methods

diff --git a/documentation/test_python/pybind_type_links/pybind_type_links.html b/documentation/test_python/pybind_type_links/pybind_type_links.html index b1239b43..09fc4d50 100644 --- a/documentation/test_python/pybind_type_links/pybind_type_links.html +++ b/documentation/test_python/pybind_type_links/pybind_type_links.html @@ -23,7 +23,7 @@ pybind_type_links module

pybind11 type linking

-
+
+

Classes