cu-mkp / manuscript-object

Data extraction, transformation, manipulation, and analysis of the Making and Knowing Project's core dataset of the Digital Critical Edition, Secrets of Craft and Nature.
5 stars 3 forks source link

Clean up old margin code from manuscript-object #49

Closed gschare closed 4 years ago

gschare commented 4 years ago

Margin code (which includes margin.py, margin_metadata.py, margins.csv) is outdated and seemingly unused for quite a long time. If we need to get more recent margin metadata, we can just add a method to entry.py which grabs the elements with a margin and outputs their position, render, and length.

There was also margin code in the old recipe.py, which is what generated margins.csv. We can reimplement that if it is called for. For now, we will remove these three files from the repo to reduce clutter.