Skip to content

Commit

Permalink
fixed all relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Nov 28, 2024
1 parent 0ed9040 commit 7f927ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/api_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ as non-linear maps.

**The abstract classes:**

These classes are building blocks for concrete basis classes.

.. currentmodule:: nemos.basis._basis

.. autosummary::
Expand Down
2 changes: 1 addition & 1 deletion docs/background/plot_01_1D_basis_function.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ warnings.filterwarnings(

## Defining a 1D Basis Object

We'll start by defining a 1D basis function object of the type [`EvalMSpline`](nemos.basis.EvalMSpline).
We'll start by defining a 1D basis function object of the type [`EvalMSpline`](nemos.basis.basis.EvalMSpline).
The hyperparameters required to initialize this class are:

- The number of basis functions, which should be a positive integer.
Expand Down

0 comments on commit 7f927ff

Please sign in to comment.