File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Fidimag solves finite-difference micromagnetic problems and supports atomistic s
1717
1818### Install
1919
20- See: ! [https://fidimag.readthedocs.io/en/latest/install.html ] ( https://fidimag.readthedocs.io/en/latest/install.html )
20+ See: [ https://fidimag.readthedocs.io/en/latest/install.html ] ( https://fidimag.readthedocs.io/en/latest/install.html )
2121
2222### Features
2323* Optimal LLG equation integration using modern [ Sundial's v6] ( https://github.com/LLNL/sundials/ ) CVODE solver
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Fidimag can work in Windows using a Python disctribution such as Anaconda or Mam
88Linux
99-----
1010
11- We recommend using  (or conda). First create an environment with Python >= 3.10.
11+ We recommend using ` mamba < https://mamba.readthedocs.io/en/latest/> ` (or conda). First create an environment with Python >= 3.10.
1212
1313.. code-block :: bash
1414
Original file line number Diff line number Diff line change 3434if 'FFTW_INC' in os .environ :
3535 com_inc .append (os .environ ['FFTW_INC' ])
3636
37- # Find .pyx files with extensions (source files)
38- ROOT_DIR = Path ( 'fidimag' )
37+ # Find all .pyx files with extensions (source files)
38+ ROOT_DIR = MODULE_DIR / 'fidimag'
3939source_files = [s for s in ROOT_DIR .rglob ('*.pyx' )] # Paths
4040
4141# User extensions are located in the "user" namespace within "extensions"
You can’t perform that action at this time.
0 commit comments