mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2026-01-08 01:00:53 +03:00
| .. | ||
| docs2html.sh | ||
| generate_ref.py | ||
| generate_toc.sh | ||
| html_to_markdown_toc.py | ||
| README.md | ||
| test_python3.sh | ||
This directory contains various scripts for use while developing.
generate_toc
Generates the table of contents (toc.md). Requires Pandoc. Usage: cd docs ../scripts/generate_toc.sh
html_to_markdown_toc.py
Used by generate_toc.
docs2html
Converts markdown docs to html for preview. Requires Pandoc. Usage:
cd docs
../scripts/docs2html.sh
test_python3
Creates a Python 3 virtualenv, clones the project into it, and runs the tests. Usage:
./test_python3.sh