docs: Relates to Issue #995. Fix links in existing documentation (#999)

* docs: Remove safe-mix since is no longer local dependency

* docs: Fix existing packages link. Still only includes Substrate Core
This commit is contained in:
Luke Schoen
2018-10-26 11:09:48 +02:00
committed by Gav Wood
parent 7b4b98abef
commit f923e38cc7
25 changed files with 175 additions and 46 deletions
@@ -0,0 +1,12 @@
= Finality GRANDPA (aka SHAFT)
.Summary
[source, toml]
----
include::Cargo.toml[lines=2..5]
----
.Description
----
include::src/lib.rs[tag=description]
----
@@ -14,9 +14,11 @@
// You should have received a copy of the GNU General Public License
// along with Substrate. If not, see <http://www.gnu.org/licenses/>.
// tag::description[]
//! Integration of the GRANDPA finality gadget into substrate.
//!
//! This is a long-running future that produces finality notifications.
// end::description[]
extern crate finality_grandpa as grandpa;
extern crate futures;