mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 22:22:00 +00:00
5182b60026
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 |
||
---|---|---|
.. | ||
administration | ||
developers | ||
example_datasets | ||
getting_started | ||
habrahabr | ||
presentations@7ddc53e4d7 | ||
reference | ||
build_debian.sh | ||
build_freebsd.sh | ||
build_osx.md | ||
build.md | ||
README.md |
Read the documentation and install ClickHouse: https://clickhouse.yandex/
How to build ClickHouse from source: build.md
Example datasets to play with are located at example_datasets directory.