-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* mkdocs: (21 commits) Dont complain about relative (working) links Update notebooks for doc rendering Plotting compatibility Some md linting Dont autoformat examples Fix image paths Update dev_guide for new mkdocs Update ref to examples/ Deploy docs Convert citations Simplify bibliography Move images Include image/snippets Enable mkdocs-jupyter Fix mkdocstring warnings Update Parameters syntax Convert more cross-references Convert cross-references Convert admonitions/callouts Start work on converting to mkdocs-material ...
- Loading branch information
Showing
119 changed files
with
9,354 additions
and
1,648 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# markdownlint (js library) config | ||
MD052: false | ||
first-line-h1: false | ||
no-multiple-blanks: false | ||
line-length: false | ||
# MD029: | ||
# style: "ordered" | ||
# MD007: false | ||
# "MD007": { "indent": 4 } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,17 @@ | ||
## API reference | ||
|
||
Click the links in the navigation menu to view | ||
the docs for the various modules. | ||
|
||
## Installation | ||
|
||
See [README/Installation](https://github.com/nansencenter/DAPPER#installation) | ||
|
||
## Usage | ||
|
||
See [README/Getting-started](https://github.com/nansencenter/DAPPER#getting-started) | ||
|
||
##### Examples | ||
|
||
See [examples/README](https://github.com/nansencenter/DAPPER/tree/master/examples) | ||
|
||
##### Adding your own model/method | ||
|
||
If you wish to illustrate and run benchmarks with | ||
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: | ||
- `dapper.mods` | ||
- `dapper.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. | ||
|
||
## Developer guide | ||
|
||
If you are making a pull request, please read the [developer guide](dev_guide). | ||
|
||
## Bibliography | ||
|
||
Click the various citations/references (e.g. `bib.anderson2010non`) | ||
to access the [bibliography](bib). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.