Commit bd5d404b authored by Matthias Betz's avatar Matthias Betz
Browse files

add english language test files

parent b4895959
Pipeline #7625 passed with stages
in 10 seconds
......@@ -45,6 +45,10 @@ extra:
- name: Deutsch
link:
lang: de
# Switch to English
- name: English
link: en/
lang: en
theme:
name: material
language: de
......
site_name: CityDoctor2
site_url: https://transfer.hft-stuttgart.de/pages/citydoctor/citydoctorhomepage/
repo_url: https://transfer.hft-stuttgart.de/gitlab/citydoctor/citydoctor2
repo_name: CityDoctor2
docs_dir: '../../docs/en'
site_dir: '../../public/en'
nav:
- CityDoctor2: index.md
- Installation: requiredSoftware.md
- First Start: firstRun.md
- User Interface: userInterface.md
- Validation Plan: validationPlan.md
- Requirements:
- Fundamentals: basic.md
- Overview: requirements.md
- Schema Requirements: schemaRequirements.md
- Geometric Requirements: geometric.md
- Semantic Requirements: semantic.md
- Details:
- R_TOO_FEW_POINTS: R_GE_R_TOO_FEW_POINTS.md
- R_CONSECUTIVE_POINTS_SAME: R_GE_R_CONSECUTIVE_POINTS_SAME.md
- R_RING_NOT_CLOSED: R_GE_R_NOT_CLOSED.md
- R_RING_SELF_INTERSECTION: R_GE_R_SELF_INTERSECTION.md
- R_COLLAPSED_TO_LINE: R_GE_R_COLLAPSED_TO_LINE.md
- P_INTERSECTING_RINGS: R_GE_P_INTERSECTING_RINGS.md
- P_NON_PLANAR: R_GE_P_NON_PLANAR.md
- P_INTERIOR_DISCONNECTED: R_GE_P_INTERIOR_DISCONNECTED.md
- P_HOLE_OUTSIDE: R_GE_P_HOLE_OUTSIDE.md
- P_INNER_RINGS_NESTED: R_GE_P_INNER_RINGS_NESTED.md
- P_ORIENTATION_RINGS_SAME: R_GE_P_ORIENTATION_RINGS_SAME.md
- MULTI_SURFACE: R_GE_MS.md
- S_TOO_FEW_POLYGONS: R_GE_S_TOO_FEW_POLYGONS.md
- S_NOT_CLOSED: R_GE_S_NOT_CLOSED.md
- S_NON_MANIFOLD_VERTEX: R_GE_S_NON_MANIFOLD_VERTEX.md
- S_NON_MANIFOLD_EDGE: R_GE_S_NON_MANIFOLD_EDGE.md
- S_MULTIPLE_CONNECTED_COMPONENTS: R_GE_S_MULTIPLE_CONNECTED_COMPONENTS.md
- S_SELF_INTERSECTION: R_GE_S_SELF_INTERSECTION.md
- S_POLYGON_WRONG_ORIENTATION: R_GE_S_POLYGON_WRONG_ORIENTATION.md
- S_ALL_POLYGONS_WRONG_ORIENTATION: R_GE_S_ALL_POLYGONS_WRONG_ORIENTATION.md
- SOLID: R_GE_SO.md
# Language Selection
extra:
alternate:
# Switch to German
- name: Deutsch
link: de/
lang: de
# Switch to English
- name: English
link:
lang: en
theme:
name: material
language: en
favicon: img/citydoctor_logo.png
features:
- content.code.annotate
palette:
- media: "(prefers-color-scheme: light)"
primary: red
scheme: default
toggle:
icon: material/brightness-7
name: Use Darkmode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Use Lightmode
markdown_extensions:
- admonition
- toc:
permalink: "#"
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
plugins:
- search:
lang: en
- mermaid2
extra_css:
- https://unpkg.com/mermaid/dist/mermaid.css
extra_javascript:
- https://unpkg.com/mermaid/dist/mermaid.min.js
\ No newline at end of file
# R_GE_MS
siehe [https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_MS_0001](https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_MS_0001)
# R_GE_P_HOLE_OUTSIDE
siehe [https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_PO_0004](https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_PO_0004)
# R_GE_P_INNER_RINGS_NESTED
siehe [https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_PO_0005](https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_PO_0005)
# R_GE_P_INTERIOR_DISCONNECTED
siehe [https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_PO_0003](https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_PO_0003)
# R_GE_P_INTERSECTING_RINGS
siehe [https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_PO_0001](https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_PO_0001)
\ No newline at end of file
# R_GE_P_NON_PLANAR
siehe [https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_PO_0002](https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_PO_0002)
# R_GE_P_ORIENTATION_RINGS_SAME
siehe [https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_PO_0006](https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_PO_0006)
# R_GE_R_COLLAPSED_TO_LINE
siehe [https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_LR_0005](https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_LR_0005)
# R_GE_R_CONSECUTIVE_POINTS_SAME
siehe [https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_LR_0002](https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_LR_0002)
\ No newline at end of file
# R_GE_R_NOT_CLOSED
siehe [https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_LR_0003](https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_LR_0003)
# R_GE_R_SELF_INTERSECTION
siehe [https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_LR_0004](https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_LR_0004)
# R_GE_R_TOO_FEW_POINTS
siehe [https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_LR_0001](https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_LR_0001)
# R_GE_SO
siehe [https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_SO_0009](https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_SO_0009)
# R_GE_S_ALL_POLYGONS_WRONG_ORIENTATION
siehe [https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_SO_0008](https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_SO_0008)
# R_GE_S_MULTIPLE_CONNECTED_COMPONENTS
siehe [https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_SO_0005](https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_SO_0005)
# R_GE_S_NON_MANIFOLD_EDGE
siehe [https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_SO_0004](https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_SO_0004)
# R_GE_S_NON_MANIFOLD_VERTEX
siehe [https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_SO_0003](https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_SO_0003)
# R_GE_S_NOT_CLOSED
siehe [https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_SO_0002](https://gitlab.com/volkercoors/agqual3d/-/wikis/Validierung/Anforderungen/GE_gml_SO_0002)
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment