updated template for mkdocs and rendered MCP docs and site
This commit is contained in:
@@ -4,6 +4,8 @@ Loader layer for doc-forge.
|
||||
The ``docforge.loaders`` package is responsible for discovering Python modules
|
||||
and extracting documentation data using static analysis.
|
||||
|
||||
---
|
||||
|
||||
Overview
|
||||
--------
|
||||
|
||||
@@ -18,6 +20,8 @@ Core capabilities include:
|
||||
hierarchies using the ``griffe`` library without executing the code.
|
||||
- **Public API filtering** – Exclude private members (names prefixed with
|
||||
``_``) to produce clean public documentation structures.
|
||||
|
||||
---
|
||||
"""
|
||||
|
||||
from .griffe_loader import GriffeLoader, discover_module_paths
|
||||
|
||||
Reference in New Issue
Block a user