updated mcp
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-03-08 17:57:34 +05:30
parent 9191de9dff
commit 0e49f02c4c
167 changed files with 7632 additions and 98942 deletions

View File

@@ -961,6 +961,15 @@
<nav class="md-nav" aria-label="models">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#docforge.models--summary" class="md-nav__link">
<span class="md-ellipsis">
Summary
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#docforge.models--overview" class="md-nav__link">
<span class="md-ellipsis">
@@ -1201,11 +1210,12 @@
<div class="doc doc-contents first">
<p>Model layer for doc-forge.</p>
<h3 id="docforge.models--summary">Summary</h3>
<p>Model layer for doc-forge.</p>
<p>The <code>docforge.models</code> package defines the core data structures used to
represent Python source code as a structured documentation model.</p>
<hr />
<h4 id="docforge.models--overview">Overview</h4>
<h3 id="docforge.models--overview">Overview</h3>
<p>The model layer forms the central intermediate representation used throughout
doc-forge. Python modules and objects discovered during introspection are
converted into a hierarchy of documentation models that can later be rendered
@@ -1283,8 +1293,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>
@@ -1516,7 +1525,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>
@@ -1576,13 +1586,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="object/#docforge.models.object.DocObject">DocObject</a></code>
</td>
<td>
@@ -1689,8 +1699,7 @@ introspection.</p>
</td>
<td>
<div class="doc-md-description">
<p>Mapping of object names to their corresponding
<code>DocObject</code> representations.</p>
<p>Mapping of object names to their corresponding <code>DocObject</code> representations.</p>
</div>
</td>
</tr>
@@ -1789,8 +1798,7 @@ introspection.</p>
</td>
<td>
<div class="doc-md-description">
<p>Documentation object to register as a top-level
member of the module.</p>
<p>Documentation object to register as a top-level member of the module.</p>
</div>
</td>
<td>
@@ -1835,17 +1843,8 @@ member of the module.</p>
</td>
<td>
<div class="doc-md-description">
<p>An iterable of <code>DocObject</code> instances representing the</p>
</div>
</td>
</tr>
<tr class="doc-section-item">
<td>
<code><span title="typing.Iterable">Iterable</span>[<a class="autorefs autorefs-internal" title="docforge.models.object.DocObject" href="object/#docforge.models.object.DocObject">DocObject</a>]</code>
</td>
<td>
<div class="doc-md-description">
<p>module's public members.</p>
<p>Iterable[DocObject]:
An iterable of <code>DocObject</code> instances representing the module's public members.</p>
</div>
</td>
</tr>
@@ -1905,13 +1904,13 @@ member of the module.</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="object/#docforge.models.object.DocObject">DocObject</a></code>
</td>
<td>
@@ -2136,7 +2135,8 @@ introspection. Each module is stored by its dotted import path.</p>
</td>
<td>
<div class="doc-md-description">
<p>An iterable of <code>Module</code> instances.</p>
<p>Iterable[Module]:
An iterable of <code>Module</code> instances.</p>
</div>
</td>
</tr>
@@ -2196,13 +2196,13 @@ introspection. Each module is stored by its dotted import path.</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>Module</code></td> <td>
<code><a class="autorefs autorefs-internal" title="docforge.models.module.Module" href="module/#docforge.models.module.Module">Module</a></code>
</td>
<td>
@@ -2272,7 +2272,8 @@ introspection. Each module is stored by its dotted import path.</p>
</td>
<td>
<div class="doc-md-description">
<p>A list containing the dotted paths of all modules in the project.</p>
<p>list[str]:
A list containing the dotted paths of all modules in the project.</p>
</div>
</td>
</tr>