Skip to content

Commit

Permalink
Merge pull request #36 from metafacture/28-calloutForNote
Browse files Browse the repository at this point in the history
Change callout for notes #28
  • Loading branch information
Phu2 committed Apr 3, 2024
2 parents d3b6a63 + 6be8781 commit a8eb25a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/fix/fix.md
Expand Up @@ -15,5 +15,5 @@ The transformation itself is declared in a fix-object which can be a file. For m

See [here a list for all available FIX functions and a cookbook for using fix](//docs/fix/Fix-functions-and-Cookbook.html).

> [!NOTE]
{: .note }
> PS: There is also the transformation modul MORPH. Have a look at[ the old documentation](https://github.com/metafacture/metafacture-core/wiki/Metamorph-User-Guide) and the german cookbook by [Swissbib](https://swissbib.gitlab.io/metamorph-doku/).
2 changes: 1 addition & 1 deletion docs/flux/Flux-User-Guide.md
Expand Up @@ -121,7 +121,7 @@ Flux supports single line C/Java-style comments: `//comment`.
_________________________
## For developers:

> [!NOTE]
{: .note }
> Coding in JAVA.
### Adding new Commands
Expand Down
4 changes: 2 additions & 2 deletions docs/java-integration/Framework-User-Guide.md
Expand Up @@ -7,8 +7,8 @@ nav_order: 1

# Framework User Guide

> [!NOTE]
>Relevant for Java developers. For using metafacture without Java Code see the [FLUX user guide](/docs/flux/Flux-User-Guide.html).
{: .note }
> Relevant for Java developers. For using metafacture without Java Code see the [FLUX user guide](/docs/flux/Flux-User-Guide.html).
This page explains how to create a Metafacture objects and how to assemble them to form a processing pipeline. We use as an example a simple pipeline containing a Metafix instance.

Expand Down
4 changes: 2 additions & 2 deletions docs/java-integration/java-integration.md
Expand Up @@ -7,8 +7,8 @@ has_children: true

## Framework for Java integration/development

> [!NOTE]
>Relevant for developers
{: .note }
> Relevant for developers
The framework includes the interfaces and abstract classes which form the foundation of the data processing pipelines. This part of Metafacture is only relevant for you if you plan to use Metafacture as a Java library or if you wish to add pipe elements to Flux.

Expand Down
4 changes: 2 additions & 2 deletions index.md
Expand Up @@ -16,7 +16,7 @@ This is the central place for the documentation about Metafacture.

Metafacture comprises three main parts: **Framework**, **Flux** and one of the **Transformation-Modules Fix and Morph**. It can be extended with modules.

> [!NOTE]
{: .note }
> With regard to the Transformation-Modules this documentation focusses on Fix instead of MORPH. If you want to find out more about MORPH. Have a look at [the old documentation](https://github.com/metafacture/metafacture-core/wiki/Metamorph-User-Guide) and the german cookbook by [Swissbib](https://swissbib.gitlab.io/metamorph-doku/).

Expand All @@ -28,7 +28,7 @@ Deciding which parts are relevant to you depends on the way you are using Metafa

## Using Metafacture via playground or CLI

> [!NOTE]
{: .note }
> No Java-Code is necessary!!!
While working with the playground or the command line you only need [Flux](/docs/flux/flux.html) and the transformation module [Fix](/docs/fix/fix.html).
Expand Down

0 comments on commit a8eb25a

Please sign in to comment.