Skip to content

Commit 0f4e7d3

Browse files
author
lukaspie
committed
markdownlint
1 parent ac12fb4 commit 0f4e7d3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/howto/manage/gui/north.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ NOMAD dataset, independent of how the data was originally uploaded or processed.
2121

2222
## Further resources
2323

24-
- How to create and configure NORTH tools: [How-Tos> ... > Entry point types > NORTH tools](../../../howto/plugins/types/north_tools.md)
24+
- How to create and configure NORTH tools: [How-Tos> ... > Entry point types > NORTH tools](../../../howto/plugins/types/north_tools.md)

docs/howto/plugins/types/north_tools.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ You can use our [template repository](https://github.com/FAIRmat-NFDI/nomad-plug
1414
create an initial structure for a plugin containing a custom NORTH tool.
1515
The relevant part of the repository layout will look something like this:
1616

17+
<!-- markdownlint-disable MD044 -->
1718
```txt
1819
nomad-example
1920
├── .github/workflows
@@ -42,6 +43,7 @@ The `NORTHTool` instance can be used to define which docker image the NORTH tool
4243
You will learn more about creating these images in the [next section](#creating-north-images). The entry point should be defined
4344
in `*/north_tools/__init__.py` like this:
4445

46+
<!-- markdownlint-disable MD044 -->
4547
```py
4648

4749
from nomad.config.models.north import NORTHTool

0 commit comments

Comments
 (0)