diff --git a/web/content/docs/tools/fileio/GMSH2OGS/index.md b/web/content/docs/tools/fileio/GMSH2OGS/index.md index 041d00a7f8b9d09d74b75f0c92db526187c8ad11..14634acfe80b43a3a124bca0bebbc33c83d99dcb 100644 --- a/web/content/docs/tools/fileio/GMSH2OGS/index.md +++ b/web/content/docs/tools/fileio/GMSH2OGS/index.md @@ -62,6 +62,6 @@ GMSH2OGS -i A2-gmsh.msh -o A2.vtu - Finally specifying both flags (`-e` and `-b`) produces a single VTU file without the line elements and additional eight boundary (subdomain) files. - diff --git a/web/content/docs/tools/fileio/GocadTSurfaceReader/index.md b/web/content/docs/tools/fileio/GocadTSurfaceReader/index.md index 1dc08189c68967a5763001938f908cb2f7145f96..c0131fb8b853a9c8274affb755f500f02e7bbbc0 100644 --- a/web/content/docs/tools/fileio/GocadTSurfaceReader/index.md +++ b/web/content/docs/tools/fileio/GocadTSurfaceReader/index.md @@ -63,8 +63,8 @@ GocadTSurfaceReader -i d:\GoCAD_data\Top-Lower_Sandy.ts -o d:\GoCAD_data **Input:** - + **Output:** - + diff --git a/web/content/docs/tools/fileio/Mesh2Shape/index.md b/web/content/docs/tools/fileio/Mesh2Shape/index.md index 5b19a1b333fe2e8d3e4ae64199319d8c7ae89e73..cb34838b89011902e5b15e532d696ee30b1b97ed 100644 --- a/web/content/docs/tools/fileio/Mesh2Shape/index.md +++ b/web/content/docs/tools/fileio/Mesh2Shape/index.md @@ -31,7 +31,7 @@ Where: **Input data:** - has been converted onto cells via VTK's PointToCell-Filter.") + has been converted onto cells via VTK's PointToCell-Filter.") **Command:** @@ -39,9 +39,9 @@ Where: Mesh2Shape -i Mueglitz2D_Point2Cell.vtu -o Mueglitz2D_Point2Cell.shp ``` -.") +.") - + ## Application diff --git a/web/content/docs/tools/fileio/TecPlotTools/index.md b/web/content/docs/tools/fileio/TecPlotTools/index.md index 21fff3bc0b030889cdd6be2b70e99b6849aa9eec..66b16c7fa3d965ecd4585c1c4d30c472289dab6e 100644 --- a/web/content/docs/tools/fileio/TecPlotTools/index.md +++ b/web/content/docs/tools/fileio/TecPlotTools/index.md @@ -45,8 +45,8 @@ TecPlotTools -i Lake.plt -o Lake.vtu -c **Input:** - + **Output:** - + diff --git a/web/content/docs/tools/getting-started/overview.md b/web/content/docs/tools/getting-started/overview/index.md similarity index 100% rename from web/content/docs/tools/getting-started/overview.md rename to web/content/docs/tools/getting-started/overview/index.md diff --git a/web/content/docs/tools/meshing/vtu2grid/index.md b/web/content/docs/tools/meshing/vtu2grid/index.md index f2f70482442c8a79f5d5dfcd7fb998f1038c4f9a..fb8e063b4dd724897a5ea8318b56d4ebaa35b061 100644 --- a/web/content/docs/tools/meshing/vtu2grid/index.md +++ b/web/content/docs/tools/meshing/vtu2grid/index.md @@ -57,7 +57,7 @@ Vtu2Grid -i input.vtu -o output.vtu -x 200 Vtu2Grid -i input.vtu -o output.vtu -x 100 ``` - + **Command:** @@ -65,7 +65,7 @@ Vtu2Grid -i input.vtu -o output.vtu -x 100 Vtu2Grid -i input.vtu -o output.vtu -x 50 ``` - + **Command:** @@ -73,7 +73,7 @@ Vtu2Grid -i input.vtu -o output.vtu -x 50 Vtu2Grid -i input.vtu -o output.vtu -x 50 -y 50 -z 10 ``` - + ## Application diff --git a/web/content/docs/tools/preprocessing/createIntermediateRasters/index.md b/web/content/docs/tools/preprocessing/createIntermediateRasters/index.md index bac36853dc5b7e2bc6f4b0c3aea6199731e44eaa..fa7eb79a739b826b14b1e07599d6451ac6e32069 100644 --- a/web/content/docs/tools/preprocessing/createIntermediateRasters/index.md +++ b/web/content/docs/tools/preprocessing/createIntermediateRasters/index.md @@ -39,7 +39,7 @@ The parameter ```n``` determines how many layers are created between the two inp **Input data:** - + **Command:** @@ -47,7 +47,7 @@ The parameter ```n``` determines how many layers are created between the two inp createIntermediateRasters --file1 raster1.asc --file2 raster2.asc -o output.asc -n 1 ``` - + **Command:** @@ -55,7 +55,7 @@ createIntermediateRasters --file1 raster1.asc --file2 raster2.asc -o output.asc createIntermediateRasters --file1 raster1.asc --file2 raster2.asc -o output.asc -n 2 ``` - + ## Application diff --git a/web/layouts/_default/baseof.html b/web/layouts/_default/baseof.html index 142f219d2be16a8032e16cd24f646a34543c7432..456e4ee5b940a5263c8f9d616805fb463d515655 100644 --- a/web/layouts/_default/baseof.html +++ b/web/layouts/_default/baseof.html @@ -53,7 +53,7 @@ src="https://upload.wikimedia.org/wikipedia/commons/3/38/Jupyter_logo.svg" alt=""> {{ end }} <a href="{{ .URL }}" {{if $currentPage.IsMenuCurrent $subsection . }} class="text-brand-500" {{end}}> - {{ .Name }} + {{ .Name | markdownify }} </a> </li> {{ end }}