infi.clickhouse_orm/scripts
2017-04-26 15:47:02 +03:00
..
docs2html.sh refactor documentation 2017-04-26 15:47:02 +03:00
gh-md-toc refactor documentation 2017-04-26 15:47:02 +03:00
README.md refactor documentation 2017-04-26 15:47:02 +03:00
test_python3.sh refactor documentation 2017-04-26 15:47:02 +03:00

This directory contains various scripts for use while developing.

docs2html

Converts markdown docs to html for preview. Requires Pandoc. Usage:

cd docs
../scripts/docs2html.sh

gh-md-toc

Used by docs2html to generate the table of contents.

test_python3

Creates a Python 3 virtualenv, clones the project into it, and runs the tests. Usage:

./test_python3.sh