diff --git a/docs/index.rst b/docs/index.rst index ae1fe314..8427e1a7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,6 +18,8 @@ Data Morph .. include:: quickstart.rst :start-after: .. INSTALLATION +.. _classroom ideas: + .. include:: classroom-ideas.rst Citations diff --git a/src/data_morph/__init__.py b/src/data_morph/__init__.py index 0aaa9229..1ce04dc8 100644 --- a/src/data_morph/__init__.py +++ b/src/data_morph/__init__.py @@ -4,7 +4,7 @@ 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 (see -`Data Morph in the classroom `_ +`Data Morph in the classroom `_ for ideas). Notes