ClickHouse/doc/reference/ru/interfaces
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
..
cli.rst Less confusing directory structure (docs -> doc/reference/) 2017-05-31 20:55:09 +04:00
http_interface.rst Fixed newlines in .rst files before code blocks [#CLICKHOUSE-2]. 2017-06-13 23:35:07 +03:00
index.rst Less confusing directory structure (docs -> doc/reference/) 2017-05-31 20:55:09 +04:00
jdbc.rst Less confusing directory structure (docs -> doc/reference/) 2017-05-31 20:55:09 +04:00
tcp.rst Less confusing directory structure (docs -> doc/reference/) 2017-05-31 20:55:09 +04:00
third-party_client_libraries.rst CLICKHOUSE-2720: progress on website (#865) 2017-06-13 07:15:47 +03:00
third-party_gui.rst CLICKHOUSE-2720: progress on website (#865) 2017-06-13 07:15:47 +03:00