From 1947830264b4590b4ecaf62b24c533ded72aeba0 Mon Sep 17 00:00:00 2001 From: patnr Date: Thu, 31 Oct 2024 10:35:02 +0100 Subject: [PATCH] Test --- dapper/README.md | 8 ++++---- dapper/mods/README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dapper/README.md b/dapper/README.md index 04cf395f..1fce51cb 100644 --- a/dapper/README.md +++ b/dapper/README.md @@ -5,13 +5,13 @@ your own **model** or **method**, then - If it is a complex one, you may be better off using DAPPER merely as *inspiration* (but you can still - [cite it](https://github.com/nansencenter/DAPPER#getting-started)) + [cite it](../#getting-started)) rather than trying to squeeze everything into its templates. - If it is relatively simple, however, you may well want to use DAPPER. In that case, read this: - - [`mods`][] - - [`da_methods`][] + - [`mods`](mods) + - [`da_methods`][da_methods] Since the generality of DAPPER is -[limited](https://github.com/nansencenter/DAPPER#similar-projects) +[limited](../#similar-projects) it is quite likely you will also need to make changes to the DAPPER code itself. diff --git a/dapper/mods/README.md b/dapper/mods/README.md index d29fb413..c16763a5 100644 --- a/dapper/mods/README.md +++ b/dapper/mods/README.md @@ -1,5 +1,5 @@ See the README section on -[test cases (models)](https://github.com/nansencenter/DAPPER#Test-cases-models) +[test cases (models)](../../#test-cases-models) for a table overview of the included models. ## Defining your own model