This commit is contained in:
@@ -487,6 +487,15 @@
|
||||
<nav class="md-nav" aria-label="object">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#docforge.models.object--summary" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
Summary
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#docforge.models.object-classes" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
@@ -1090,6 +1099,15 @@
|
||||
<nav class="md-nav" aria-label="object">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#docforge.models.object--summary" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
Summary
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#docforge.models.object-classes" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
@@ -1198,7 +1216,8 @@
|
||||
|
||||
<div class="doc doc-contents first">
|
||||
|
||||
<p>Documentation model representing individual Python objects.</p>
|
||||
<h3 id="docforge.models.object--summary">Summary</h3>
|
||||
<p>Documentation model representing individual Python objects.</p>
|
||||
<p>This module defines the <code>DocObject</code> class, the fundamental recursive unit of
|
||||
the doc-forge documentation model. Each <code>DocObject</code> represents a Python
|
||||
entity such as a class, function, method, or attribute, and may contain nested
|
||||
@@ -1264,8 +1283,7 @@ of modules, classes, and other containers to be represented recursively.</p>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
<p>Type of object (for example <code>class</code>, <code>function</code>,
|
||||
<code>method</code>, or <code>attribute</code>).</p>
|
||||
<p>Type of object (for example <code>class</code>, <code>function</code>, <code>method</code>, or <code>attribute</code>).</p>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -1497,7 +1515,8 @@ nested objects to their parent containers.</p>
|
||||
</td>
|
||||
<td>
|
||||
<div class="doc-md-description">
|
||||
<p>An iterable of <code>DocObject</code> instances representing nested members.</p>
|
||||
<p>Iterable[DocObject]:
|
||||
An iterable of <code>DocObject</code> instances representing nested members.</p>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -1557,13 +1576,13 @@ nested objects to their parent containers.</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th> <th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="doc-section-item">
|
||||
<td>
|
||||
<td><code>DocObject</code></td> <td>
|
||||
<code><a class="autorefs autorefs-internal" title="docforge.models.object.DocObject" href="#docforge.models.object.DocObject">DocObject</a></code>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user