From dfee1bda4249244e711272ecb79ca65c22173750 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Fri, 5 Jun 2020 11:58:14 +0200 Subject: [PATCH] Fix additional spaces (#205) --- README.md | 16 ++++------------ rust-code-analysis-book/src/README.md | 13 ++++--------- rust-code-analysis-book/src/developers/README.md | 4 +--- 3 files changed, 9 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 7cba90212..a771c9dee 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,7 @@ from source codes written in many different programming languages. It is based on a parser generator tool and an incremental parsing library called - - Tree Sitter -. +Tree Sitter. In addition, we provide a command line tool called **rust-code-analysis-cli** @@ -29,9 +27,7 @@ This tool can be used to: **rust-code-analysis** supports many types of programming languages and computes a great variety of metrics. If you want to discover more on this software, read our - - Documentation -. +Documentation. On the @@ -41,13 +37,9 @@ about metrics, nodes, and other general data provided by this software. If you want to contribute to the development of this software or you are just interested in building **rust-code-analysis**, have a look at the - - Developers Guide -. +Developers Guide. # License All the source code of **rust-code-analysis** is released under the - - Mozilla Public License v2.0 -. +Mozilla Public License v2.0. diff --git a/rust-code-analysis-book/src/README.md b/rust-code-analysis-book/src/README.md index 63d215cda..3177e71fa 100644 --- a/rust-code-analysis-book/src/README.md +++ b/rust-code-analysis-book/src/README.md @@ -59,9 +59,8 @@ languages. and Windows. On our - - GitHub Release Page - you can find the `Linux` and `Windows` binaries already compiled and +GitHub Release Page +you can find the `Linux` and `Windows` binaries already compiled and packed for you. @@ -69,13 +68,9 @@ packed for you. If you prefer to use **rust-code-analysis** as a crate, you can find the `API docs` generated by `Rustdoc` - - here -. +here. ## License All the source code of **rust-code-analysis** is released under the - - Mozilla Public License v2.0 -. +Mozilla Public License v2.0. diff --git a/rust-code-analysis-book/src/developers/README.md b/rust-code-analysis-book/src/developers/README.md index fd887e32b..45aa62637 100644 --- a/rust-code-analysis-book/src/developers/README.md +++ b/rust-code-analysis-book/src/developers/README.md @@ -6,9 +6,7 @@ building process. As prerequisite, you need to install the last available version of `Rust`. You can learn how to do that - - here -. +here. ## Clone Repository