stefmolin / data-morph

Morph an input dataset of 2D points into select shapes, while preserving the summary statistics to a given number of decimal points through simulated annealing. It is intended to be used as a teaching tool to illustrate the importance of data visualization.
https://stefaniemolin.com/data-morph/
MIT License
60 stars 16 forks source link

Switch to sphinx-argparse-cli to remove docs hack #185

Closed stefmolin closed 2 months ago

stefmolin commented 2 months ago

Fixes #159

Describe your changes

Switched to sphinx-argparse-cli and removed the hack that was necessary for the CLI reference in the docs using the sphinx-argparse extension.

Checklist