diff --git a/docs/cookbook2.rst b/docs/cookbook2.rst index 6b4bb7f2e..01340d0ef 100644 --- a/docs/cookbook2.rst +++ b/docs/cookbook2.rst @@ -7,7 +7,7 @@ Cookbook part 2: Random things, and some math Randomly selecting words from a list ---------------------------------------------------------------- -Given this `word list `_, first take a look to see what the first few lines look like: +Given this `word list `_, first take a look to see what the first few lines look like: :: @@ -42,7 +42,7 @@ Then the following will randomly sample ten words with four to eight characters Randomly generating jabberwocky words ---------------------------------------------------------------- -These are simple *n*-grams as `described here `_. Some common functions are `located here `_. Then here are scripts for `1-grams `_ `2-grams `_ `3-grams `_ `4-grams `_, and `5-grams `_. +These are simple *n*-grams as `described here `_. Some common functions are `located here `_. Then here are scripts for `1-grams `_ `2-grams `_ `3-grams `_ `4-grams `_, and `5-grams `_. The idea is that words from the input file are consumed, then taken apart and pasted back together in ways which imitate the letter-to-letter transitions found in the word list -- giving us automatically generated words in the same vein as *bromance* and *spork*: diff --git a/docs/cookbook2.rst.in b/docs/cookbook2.rst.in index e588f9452..183d40914 100644 --- a/docs/cookbook2.rst.in +++ b/docs/cookbook2.rst.in @@ -4,7 +4,7 @@ Cookbook part 2: Random things, and some math Randomly selecting words from a list ---------------------------------------------------------------- -Given this `word list `_, first take a look to see what the first few lines look like: +Given this `word list `_, first take a look to see what the first few lines look like: :: @@ -39,7 +39,7 @@ Then the following will randomly sample ten words with four to eight characters Randomly generating jabberwocky words ---------------------------------------------------------------- -These are simple *n*-grams as `described here `_. Some common functions are `located here `_. Then here are scripts for `1-grams `_ `2-grams `_ `3-grams `_ `4-grams `_, and `5-grams `_. +These are simple *n*-grams as `described here `_. Some common functions are `located here `_. Then here are scripts for `1-grams `_ `2-grams `_ `3-grams `_ `4-grams `_, and `5-grams `_. The idea is that words from the input file are consumed, then taken apart and pasted back together in ways which imitate the letter-to-letter transitions found in the word list -- giving us automatically generated words in the same vein as *bromance* and *spork*: diff --git a/docs/data-examples.rst b/docs/data-examples.rst index c609e9d5c..2fca5f772 100644 --- a/docs/data-examples.rst +++ b/docs/data-examples.rst @@ -81,7 +81,7 @@ Categorization of total insured value: Color/shape data ---------------------------------------------------------------- -The `colored-shapes.dkvp `_ file is some sample data produced by the `mkdat2 `_ script. The idea is: +The `colored-shapes.dkvp `_ file is some sample data produced by the `mkdat2 `_ script. The idea is: * Produce some data with known distributions and correlations, and verify that Miller recovers those properties empirically. * Each record is labeled with one of a few colors and one of a few shapes. diff --git a/docs/data-examples.rst.in b/docs/data-examples.rst.in index baf0e218d..84aeb7820 100644 --- a/docs/data-examples.rst.in +++ b/docs/data-examples.rst.in @@ -39,7 +39,7 @@ POKI_RUN_COMMAND{{mlr --from data/flins.csv --icsv --opprint stats2 -a corr,linr Color/shape data ---------------------------------------------------------------- -The `colored-shapes.dkvp `_ file is some sample data produced by the `mkdat2 `_ script. The idea is: +The `colored-shapes.dkvp `_ file is some sample data produced by the `mkdat2 `_ script. The idea is: * Produce some data with known distributions and correlations, and verify that Miller recovers those properties empirically. * Each record is labeled with one of a few colors and one of a few shapes.