This commit is contained in:
@@ -510,6 +510,15 @@
|
||||
<nav class="md-nav" aria-label="project">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#docforge.models.project--summary" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
Summary
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#docforge.models.project-classes" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
@@ -1099,6 +1108,15 @@
|
||||
<nav class="md-nav" aria-label="project">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#docforge.models.project--summary" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
Summary
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#docforge.models.project-classes" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
@@ -1216,7 +1234,8 @@
|
||||
|
||||
<div class="doc doc-contents first">
|
||||
|
||||
<p>Documentation model representing a project.</p>
|
||||
<h3 id="docforge.models.project--summary">Summary</h3>
|
||||
<p>Documentation model representing a project.</p>
|
||||
<p>This module defines the <code>Project</code> class, the top-level container used by
|
||||
doc-forge to represent a documented codebase. A <code>Project</code> aggregates multiple
|
||||
modules and provides access to them through a unified interface.</p>
|
||||
@@ -1410,7 +1429,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>
|
||||
@@ -1470,13 +1490,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>
|
||||
@@ -1546,7 +1566,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>
|
||||
|
||||
Reference in New Issue
Block a user