]> git.lizzy.rs Git - rust.git/commitdiff
Using X headings #39850
authorprojektir <projektir@users.noreply.github.com>
Mon, 13 Mar 2017 23:13:26 +0000 (19:13 -0400)
committerprojektir <projektir@users.noreply.github.com>
Mon, 13 Mar 2017 23:13:26 +0000 (19:13 -0400)
src/doc/index.md

index 1f262b360e3ed7562491c20c44cc308da7f0c4c1..1294c1a8c59e71e4d1798770fc7034333f9195eb 100644 (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]
 builds documentation for individual Rust packages.
 
-## API Documentation
+# API Documentation
 
 Rust provides a standard library with a number of features; [we host its
 documentation here][api].
 
-## Extended Error Documentation
+# Extended Error Documentation
 
 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
 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
 nicknamed 'The Rust Bookshelf.'