1
Fork 0

Rollup merge of #40496 - projektir:docs_number_headings, r=frewsxcv

Using X headings #39850

Fix for issue #39850, the headings should now be 1, 2, and 3.
This commit is contained in:
Corey Farwell 2017-03-17 08:48:58 -04:00 committed by GitHub
commit f9236bdfcc

View file

@ -11,18 +11,18 @@ Other unofficial documentation may exist elsewhere; for example, the [Rust
Learning] project collects documentation from the community, and [Docs.rs] Learning] project collects documentation from the community, and [Docs.rs]
builds documentation for individual Rust packages. builds documentation for individual Rust packages.
## API Documentation # API Documentation
Rust provides a standard library with a number of features; [we host its Rust provides a standard library with a number of features; [we host its
documentation here][api]. documentation here][api].
## Extended Error Documentation # Extended Error Documentation
Many of Rust's errors come with error codes, and you can request extended Many of Rust's errors come with error codes, and you can request extended
diagnostics from the compiler on those errors. We also [have the text of those diagnostics from the compiler on those errors. We also [have the text of those
extended errors on the web][err], if you prefer to read them that way. extended errors on the web][err], if you prefer to read them that way.
## The Rust Bookshelf # The Rust Bookshelf
Rust provides a number of book-length sets of documentation, collectively Rust provides a number of book-length sets of documentation, collectively
nicknamed 'The Rust Bookshelf.' nicknamed 'The Rust Bookshelf.'