unit doc generation tool: split units lists into 3 separate tables
This MR evolves tools/generate_units_documentation.py so that it produces
- one with the base units for software integrated into Sylva (
internal: falseand source URL is not within sylva-projects) - one with the base units for software maintained by Sylva project (
internal: falseand source URL is not within sylva-projects) - one with the units internal to sylva-core (
internal: true)
The resulting rendered markdown can be seen here
Edited by Thomas Morin