Skip to content

Commit ab091cb

Browse files
Minor fix in links
1 parent e035215 commit ab091cb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

doc/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Fidimag can work in Windows using a Python disctribution such as Anaconda or Mam
88
Linux
99
-----
1010

11-
We recommend using ![mamba](https://mamba.readthedocs.io/en/latest/) (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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
if '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'
3939
source_files = [s for s in ROOT_DIR.rglob('*.pyx')] # Paths
4040

4141
# User extensions are located in the "user" namespace within "extensions"

0 commit comments

Comments
 (0)