ClickHouse/doc/reference/en
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
..
agg_functions CLICKHOUSE-2720: progress on website (#865) 2017-06-13 07:15:47 +03:00
data_types CLICKHOUSE-2720: progress on website (#865) 2017-06-13 07:15:47 +03:00
dicts Fixed newlines in .rst files before code blocks [#CLICKHOUSE-2]. 2017-06-13 23:35:07 +03:00
formats Fixed newlines in .rst files before code blocks [#CLICKHOUSE-2]. 2017-06-13 23:35:07 +03:00
functions Fixed newlines in .rst files before code blocks [#CLICKHOUSE-2]. 2017-06-13 23:35:07 +03:00
interfaces Fixed newlines in .rst files before code blocks [#CLICKHOUSE-2]. 2017-06-13 23:35:07 +03:00
introduction Fixed newlines in .rst files before code blocks [#CLICKHOUSE-2]. 2017-06-13 23:35:07 +03:00
operators CLICKHOUSE-2720: progress on website (#865) 2017-06-13 07:15:47 +03:00
query_language Fixed newlines in .rst files before code blocks [#CLICKHOUSE-2]. 2017-06-13 23:35:07 +03:00
settings Fixed newlines in .rst files before code blocks [#CLICKHOUSE-2]. 2017-06-13 23:35:07 +03:00
system_tables Fixed newlines in .rst files before code blocks [#CLICKHOUSE-2]. 2017-06-13 23:35:07 +03:00
table_engines Fixed newlines in .rst files before code blocks [#CLICKHOUSE-2]. 2017-06-13 23:35:07 +03:00
table_functions Fixed newlines in .rst files before code blocks [#CLICKHOUSE-2]. 2017-06-13 23:35:07 +03:00
access_rights.rst Less confusing directory structure (docs -> doc/reference/) 2017-05-31 20:55:09 +04:00
conf.py CLICKHOUSE-2720: progress on website (#865) 2017-06-13 07:15:47 +03:00
configuration_files.rst Merge branch 'master' into CLICKHOUSE-5 2017-06-13 07:30:36 +03:00
external_data.rst Fixed newlines in .rst files before code blocks [#CLICKHOUSE-2]. 2017-06-13 23:35:07 +03:00
getting_started.rst Fixed newlines in .rst files before code blocks [#CLICKHOUSE-2]. 2017-06-13 23:35:07 +03:00
index.rst CLICKHOUSE-2720: progress on website (#865) 2017-06-13 07:15:47 +03:00
quotas.rst Less confusing directory structure (docs -> doc/reference/) 2017-05-31 20:55:09 +04:00
roadmap.rst CLICKHOUSE-2720: progress on website (#865) 2017-06-13 07:15:47 +03:00