Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
Changing workflow to compile doc for fortran code.
  • Loading branch information
aamaricci committed Oct 14, 2024
1 parent d674613 commit b869c49
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
pip install numpy sphinx sphinx_rtd_theme myst_parser recommonmark
pip install numpy sphinx sphinx_rtd_theme myst_parser recommonmark sphinx-fortran vacuum
- name: Sphinx build
run: |
sphinx-build doc _build
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
EDIpack 2.0: a massively parallel Exact Diagonalization solver for quantum Impurity problems
EDIpack 2.0: A massively parallel Exact Diagonalization solver for quantum Impurity problems
============================================================================================================


Expand Down
Binary file modified src/python/edipy2/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file modified src/python/edipy2/__pycache__/edi2py.cpython-310.pyc
Binary file not shown.
Binary file modified src/python/edipy2/__pycache__/func_aux_funx.cpython-310.pyc
Binary file not shown.
Binary file modified src/python/edipy2/__pycache__/func_bath.cpython-310.pyc
Binary file not shown.
Binary file modified src/python/edipy2/__pycache__/func_bath_fit.cpython-310.pyc
Binary file not shown.
Binary file modified src/python/edipy2/__pycache__/func_io.cpython-310.pyc
Binary file not shown.
Binary file modified src/python/edipy2/__pycache__/func_main.cpython-310.pyc
Binary file not shown.
Binary file modified src/python/edipy2/__pycache__/func_read_input.cpython-310.pyc
Binary file not shown.

0 comments on commit b869c49

Please sign in to comment.