ClickHouse/doc/reference/en/formats
Alexey Milovidov 5182b60026 Fixed newlines in .rst files before code blocks [#CLICKHOUSE-2].
for i in $(find . -name '*.rst'); do grep -F -q '.. code-block:: ' $i && cat $i | sed -r -e 's/$/<NEWLINE>/' | tr -d '\n' | sed -r -e 's/([^>])<NEWLINE>.. code-block::/\1<NEWLINE><NEWLINE>.. code-block::/g' | sed -r -e 's/<NEWLINE>/\n/g' > ${i}.tmp && mv ${i}.tmp ${i}; done
2017-06-13 23:35:07 +03:00
..
blocktabseparated.rst Less confusing directory structure (docs -> doc/reference/) 2017-05-31 20:55:09 +04:00
csv.rst CLICKHOUSE-2720: progress on website (#865) 2017-06-13 07:15:47 +03:00
csvwithnames.rst Less confusing directory structure (docs -> doc/reference/) 2017-05-31 20:55:09 +04:00
index.rst Less confusing directory structure (docs -> doc/reference/) 2017-05-31 20:55:09 +04:00
json.rst CLICKHOUSE-2720: progress on website (#865) 2017-06-13 07:15:47 +03:00
jsoncompact.rst CLICKHOUSE-2720: progress on website (#865) 2017-06-13 07:15:47 +03:00
jsoneachrow.rst CLICKHOUSE-2720: progress on website (#865) 2017-06-13 07:15:47 +03:00
native.rst Less confusing directory structure (docs -> doc/reference/) 2017-05-31 20:55:09 +04:00
null.rst Less confusing directory structure (docs -> doc/reference/) 2017-05-31 20:55:09 +04:00
pretty.rst Less confusing directory structure (docs -> doc/reference/) 2017-05-31 20:55:09 +04:00
prettycompact.rst Less confusing directory structure (docs -> doc/reference/) 2017-05-31 20:55:09 +04:00
prettycompactmonoblock.rst Less confusing directory structure (docs -> doc/reference/) 2017-05-31 20:55:09 +04:00
prettynoescapes.rst CLICKHOUSE-2720: progress on website (#865) 2017-06-13 07:15:47 +03:00
prettyspace.rst Less confusing directory structure (docs -> doc/reference/) 2017-05-31 20:55:09 +04:00
rowbinary.rst Less confusing directory structure (docs -> doc/reference/) 2017-05-31 20:55:09 +04:00
tabseparated.rst CLICKHOUSE-2720: progress on website (#865) 2017-06-13 07:15:47 +03:00
tabseparatedraw.rst Less confusing directory structure (docs -> doc/reference/) 2017-05-31 20:55:09 +04:00
tabseparatedwithnames.rst Less confusing directory structure (docs -> doc/reference/) 2017-05-31 20:55:09 +04:00
tabseparatedwithnamesandtypes.rst Less confusing directory structure (docs -> doc/reference/) 2017-05-31 20:55:09 +04:00
tskv.rst Fixed newlines in .rst files before code blocks [#CLICKHOUSE-2]. 2017-06-13 23:35:07 +03:00
values.rst CLICKHOUSE-2720: progress on website (#865) 2017-06-13 07:15:47 +03:00
vertical.rst Less confusing directory structure (docs -> doc/reference/) 2017-05-31 20:55:09 +04:00
xml.rst CLICKHOUSE-2720: progress on website (#865) 2017-06-13 07:15:47 +03:00