mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-23 04:43:50 +01:00
Fix doc never remake
This commit is contained in:
parent
adc82bb35e
commit
85c6ed2d12
@ -6,7 +6,7 @@
|
|||||||
! This program performs a localization of the active orbitals
|
! This program performs a localization of the active orbitals
|
||||||
! of a CASSCF wavefunction, reading the orbitals from a RASORB
|
! of a CASSCF wavefunction, reading the orbitals from a RASORB
|
||||||
! file of molcas.
|
! file of molcas.
|
||||||
! id1=max number of MO in a given symmetry.
|
! id1=max is the number of MO in a given symmetry.
|
||||||
END_DOC
|
END_DOC
|
||||||
|
|
||||||
integer id1
|
integer id1
|
||||||
|
@ -520,10 +520,13 @@ def ninja_readme_build(path_module, d_irp, dict_root_path):
|
|||||||
root_module = dict_root_path[module]
|
root_module = dict_root_path[module]
|
||||||
|
|
||||||
tags = join(root_module.abs, "tags")
|
tags = join(root_module.abs, "tags")
|
||||||
|
str_depend = " ".join(d_irp[path_module]["l_depend"])
|
||||||
|
|
||||||
tree = join(root_module.abs, "tree_dependency.png")
|
tree = join(root_module.abs, "tree_dependency.png")
|
||||||
|
|
||||||
l_string = ["build {0}: build_readme {1} {2}".format(path_readme,
|
l_string = ["build {0}: build_readme {1} {2} {3}".format(path_readme,
|
||||||
tags,
|
tags,
|
||||||
|
str_depend,
|
||||||
tree),
|
tree),
|
||||||
" module_root = {0}".format(root_module.abs),
|
" module_root = {0}".format(root_module.abs),
|
||||||
" module_abs = {0}".format(path_module.abs),
|
" module_abs = {0}".format(path_module.abs),
|
||||||
|
Loading…
Reference in New Issue
Block a user