databio / markmeld

A Python package for melding markdown content and YAML structured data
https://markmeld.databio.org
BSD 2-Clause "Simplified" License
5 stars 2 forks source link

Warn when inherited target is not found #20

Closed nsheff closed 1 year ago

nsheff commented 1 year ago

Currently if you inherit_from: a target that does not exist, markmeld will silently ignore.

Instead, it should warn about that to make it more clear you have probably forgot an import or something.