Skip to content

Commit

Permalink
description module by module
Browse files Browse the repository at this point in the history
  • Loading branch information
aalbino2 committed Sep 12, 2024
1 parent afda932 commit 1443771
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/explanation/levelsofschema.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,20 +90,20 @@ nomad-material-processing/

Each method has a dedicated [module](https://docs.python.org/3/tutorial/modules.html), i. e., a python file.

- general.py
- vapor deposition:
- cvd:
- general.py
- movpe.py
- pvd:
- general.py
- mbe.py
- pld.py
- sputtering.py
- thermal.py
- solution:
- general.py
- utils.py


#### nomad_material_processing.general

Question: should we go class by class ? ?

#### nomad_material_processing.vapor_deposition

#### nomad_material_processing.vapor_deposition.cvd
#### nomad_material_processing.vapor_deposition.cvd.general
#### nomad_material_processing.vapor_deposition.cvd.movpe
#### nomad_material_processing.vapor_deposition.pvd
#### nomad_material_processing.vapor_deposition.pvd.general
#### nomad_material_processing.vapor_deposition.pvd.mbe
#### nomad_material_processing.vapor_deposition.pvd.pld
#### nomad_material_processing.vapor_deposition.pvd.sputtering
#### nomad_material_processing.vapor_deposition.pvd.thermal
#### nomad_material_processing.solution.general
!!! todo: add description of each module

0 comments on commit 1443771

Please sign in to comment.