Skip to content

Commit

Permalink
Fix relative links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Dec 14, 2020
1 parent 76875bf commit 985236a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/input-mappings.md
Expand Up @@ -56,7 +56,7 @@ lbsntransform --origin 21 \

# Custom Input Mappings

Start with any of the predefined mappings, either from [field_mapping_lbsn.py](lbsntransform/docs/api/input/mappings/field_mapping_lbsn.html),
Start with any of the predefined mappings, either from [field_mapping_lbsn.py](/lbsntransform/docs/api/input/mappings/field_mapping_lbsn.html),
or [field_mapping_twitter.py](https://gitlab.vgiscience.de/lbsn/lbsntransform/resources/field_mapping_twitter.py) (JSON) and
[field_mapping_yfcc100m.py](https://gitlab.vgiscience.de/lbsn/lbsntransform/resources/field_mapping_yfcc100m.py) (CSV).

Expand Down
4 changes: 2 additions & 2 deletions docs/output-mappings.md
Expand Up @@ -64,7 +64,7 @@ of type origin and post (default).
Use `--include_lbsn_bases` to specify which output data you want to convert to.

We refer to the different output structures as "bases", and they are defined
in output mappings in [lbsntransform/input/field_mapping_lbsn.py](lbsntransform/docs/api/output/hll/hll_bases.html),
in output mappings in [lbsntransform/input/field_mapping_lbsn.py](/lbsntransform/docs/api/output/hll/hll_bases.html),

Bases can be separated by comma and may include:

Expand Down Expand Up @@ -122,7 +122,7 @@ The name refers to `schema.table` in the Postgres implementation.
inserted if primary keys do not exist yet, or updated, using `hll_union()`.

It is possible to define own output hll db mappings. The best place
to start is [lbsntransform/input/field_mapping_lbsn.py](lbsntransform/docs/api/output/hll/hll_bases.html).
to start is [lbsntransform/input/field_mapping_lbsn.py](/lbsntransform/docs/api/output/hll/hll_bases.html).

Have a look at the pre-defined bases and add any additional needed. It is recommended
to use inheritance. After adding your own mappings, the hlldb must be prepared with
Expand Down
4 changes: 2 additions & 2 deletions docs/use-cases.md
Expand Up @@ -17,5 +17,5 @@ The following two primary use cases exist:

For any conversion,

- the input type must be provided, see [input-types](lbsntransform/docs/input-types)
- a mapping must exist, see [input-mappings](lbsntransform/docs/input-mappings)
- the input type must be provided, see [input-types](/lbsntransform/docs/input-types)
- a mapping must exist, see [input-mappings](/lbsntransform/docs/input-mappings)

0 comments on commit 985236a

Please sign in to comment.