Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
janssenhenning committed Jul 17, 2022
1 parent 9ab0a5e commit ed417ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/user_guide/fleurxmlmodifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -585,4 +585,4 @@ The `n_mmp_mat` file is a simple text file with no knowledge of which density ma
LDA+U procedure. They are read in the same order as they appear in the `inp.xml`. For this reason the `n_mmp_mat`
file can become invalid if one adds/removes a LDA+U procedure to the `inp.xml` after the `n_mmp_mat` file was
initialized. Therefore any modifications to the `n_mmp_mat` file should be done after adding/removing or modifying the LDA+U configuration.
:::
:::
2 changes: 1 addition & 1 deletion masci_tools/util/sphinxext/usage_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def _render_templates(template_folder: Path, usage_examples: dict[str, list[Usag
output_folder.mkdir()

with open(output_folder / f'{name}.md', 'w', encoding='utf-8') as file:
file.write(template.render(examples=examples, title=f'``{name}``',reference=name))
file.write(template.render(examples=examples, title=f'``{name}``', reference=name))
logger.info('Rendered Usage example to "%s".', os.fspath(template_folder / f'{name}.md'))


Expand Down

0 comments on commit ed417ea

Please sign in to comment.