From 2e903e7558b00ff75170e231c3d3f16b51cdcd9d Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sun, 27 Sep 2020 10:36:41 -0400 Subject: [PATCH] neaten --- docs/10min.rst | 8 ++++---- docs/10min.rst.in | 8 ++++---- docs/README.md | 1 + docs/conf.py | 3 --- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/10min.rst b/docs/10min.rst index b1f5335ef..b9333c2ba 100644 --- a/docs/10min.rst +++ b/docs/10min.rst @@ -271,9 +271,9 @@ If your output has a lot of columns, you can use XTAB format to line things up v Choices for printing to files ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Often we want to print output to the screen. Miller does this by default, as we've seen in the previous examples. +Often we want to print output to the screen. Miller does this by default, as we've seen in the previous examples. -Sometimes we want to print output to another file: just use '> outputfilenamegoeshere' at the end of your command:: +Sometimes we want to print output to another file: just use **> outputfilenamegoeshere** at the end of your command:: % mlr --icsv --opprint cat example.csv > newfile.csv # Output goes to the new file; @@ -294,7 +294,7 @@ Sometimes we want to print output to another file: just yellow circle 1 87 63.5058 8.3350 purple square 0 91 72.3735 8.2430 -Other times we just want our files to be changed in-place: just use 'mlr -I'.:: +Other times we just want our files to be **changed in-place**: just use **mlr -I**:: % cp example.csv newfile.txt @@ -373,7 +373,7 @@ then that's a way of saying:: shape=circle,flag=1,index=24 shape=square,flag=0,index=36 -Data written this way are called DKVP, for *delimited key-value pairs*. +Data written this way are called **DKVP**, for *delimited key-value pairs*. We've also already seen other ways to write the same data:: diff --git a/docs/10min.rst.in b/docs/10min.rst.in index a79dbd359..833c74fb3 100644 --- a/docs/10min.rst.in +++ b/docs/10min.rst.in @@ -87,9 +87,9 @@ POKI_RUN_COMMAND{{mlr --icsv --oxtab --from example.csv stats1 -a p0,p10,p25,p50 Choices for printing to files ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Often we want to print output to the screen. Miller does this by default, as we've seen in the previous examples. +Often we want to print output to the screen. Miller does this by default, as we've seen in the previous examples. -Sometimes we want to print output to another file: just use '> outputfilenamegoeshere' at the end of your command:: +Sometimes we want to print output to another file: just use **> outputfilenamegoeshere** at the end of your command:: % mlr --icsv --opprint cat example.csv > newfile.csv # Output goes to the new file; @@ -110,7 +110,7 @@ Sometimes we want to print output to another file: just yellow circle 1 87 63.5058 8.3350 purple square 0 91 72.3735 8.2430 -Other times we just want our files to be changed in-place: just use 'mlr -I'.:: +Other times we just want our files to be **changed in-place**: just use **mlr -I**:: % cp example.csv newfile.txt @@ -176,7 +176,7 @@ then that's a way of saying:: shape=circle,flag=1,index=24 shape=square,flag=0,index=36 -Data written this way are called DKVP, for *delimited key-value pairs*. +Data written this way are called **DKVP**, for *delimited key-value pairs*. We've also already seen other ways to write the same data:: diff --git a/docs/README.md b/docs/README.md index d42221cce..40209dfb1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -38,3 +38,4 @@ ## To do * Make a better `genrst` script +* Are rtd builds really getting auto-triggred on miller-repo commits? diff --git a/docs/conf.py b/docs/conf.py index ce7229726..0ee120b39 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,9 +24,7 @@ author = 'John Kerl' # The full version, including alpha/beta/rc tags release = '5.9.1' - # -- General configuration --------------------------------------------------- - master_doc = 'index' # Add any Sphinx extension module names here, as strings. They can be @@ -43,7 +41,6 @@ templates_path = ['_templates'] # This pattern also affects html_static_path and html_extra_path. exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] - # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for