sphinxcontrib_rust
Init module for the extension with the setup function used by Sphinx
Functions
|
Generate the Rust docs once the configuration has been read |
|
Set up the extension |
- sphinxcontrib_rust.generate_docs(app: Sphinx, config: Config)
Generate the Rust docs once the configuration has been read
- Args:
- app:
The Sphinx application.
- config:
The parsed configuration.
- sphinxcontrib_rust.setup(app: Sphinx) Mapping[str, Any]
Set up the extension
Modules
The module provides all the directive classes for the Rust object types. |
|
The module defines the |
|
The module defines the |
|
This module provides an enum for the various object types for the Rust domain. |