Skip to content
Snippets Groups Projects

GitHub PR: Added documentation to the metainfo_metrics example.

Merged Markus Scheidgen requested to merge github-55-blugosi-documentation into develop
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
# This example reads all Python define metainfo and computes
# basic metrics on how many sections and properties are defined
# per package
from nomad.metainfo import Section, Property, Quantity, Package
from nomad.cli.dev import _all_metainfo_packages
Loading