mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 08:41:07 +00:00
Make existing docs more consistent (#2307)
* opening and closing links * sudo example compiles * add Aura after it was merged to master * remove extern crate line
This commit is contained in:
committed by
thiolliere
parent
0ae060d4d1
commit
129803efd2
@@ -16,6 +16,9 @@
|
||||
|
||||
//! # Aura Module
|
||||
//!
|
||||
//! - [`aura::Trait`](./trait.Trait.html)
|
||||
//! - [`Module`](./struct.Module.html)
|
||||
//!
|
||||
//! ## Overview
|
||||
//!
|
||||
//! The Aura module extends Aura consensus by managing offline reporting.
|
||||
@@ -24,7 +27,7 @@
|
||||
//!
|
||||
//! ### Public Functions
|
||||
//!
|
||||
//! See the [`Module`](./struct.Module.html) struct for details on publicly available functions.
|
||||
//! - `slot_duration` - Determine the Aura slot-duration based on the Timestamp module configuration.
|
||||
//!
|
||||
//! ## Usage
|
||||
//!
|
||||
@@ -48,12 +51,12 @@
|
||||
//!
|
||||
//! ## Related Modules
|
||||
//!
|
||||
//! - [`staking`](../srml_staking/index.html): The Staking module is called in Aura to enforce slashing
|
||||
//! - [Staking](../srml_staking/index.html): The Staking module is called in Aura to enforce slashing
|
||||
//! if validators miss a certain number of slots (see the [`StakingSlasher`](./struct.StakingSlasher.html)
|
||||
//! struct and associated method).
|
||||
//! - [`timestamp`](../srml_timestamp/index.html): The Timestamp module is used in Aura to track
|
||||
//! - [Timestamp](../srml_timestamp/index.html): The Timestamp module is used in Aura to track
|
||||
//! consensus rounds (via `slots`).
|
||||
//! - [`consensus`](../srml_consensus/index.html): The Consensus module does not relate directly to Aura,
|
||||
//! - [Consensus](../srml_consensus/index.html): The Consensus module does not relate directly to Aura,
|
||||
//! but serves to manage offline reporting by implementing `ProvideInherent` in a similar way.
|
||||
//!
|
||||
//! ## References
|
||||
|
||||
Reference in New Issue
Block a user