Skip to content

Commit

Permalink
rm en/latest in URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 committed May 4, 2024
1 parent 14d1d1b commit f9ba6ea
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 59 deletions.
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@

<img src="ghpages/images/silo_objects_roll.gif" alt="Silo Objects Roll" style="display: block; margin: auto;">

[C]: https://silo.readthedocs.io/en/latest/intro.html
[Fortran]: https://silo.readthedocs.io/en/latest/fortran.html
[Python]: https://silo.readthedocs.io/en/latest/python.html
[X/Y Curves]: https://silo.readthedocs.io/en/latest/objects.html#dbputcurve
[points]: https://silo.readthedocs.io/en/latest/objects.html#dbputpointmesh
[structured]: https://silo.readthedocs.io/en/latest/objects.html#dbputquadmesh
[unstructured]: https://silo.readthedocs.io/en/latest/objects.html#dbputucdmesh
[arbitrary]: https://silo.readthedocs.io/en/latest/objects.html#dbputphzonelist
[AMR]: https://silo.readthedocs.io/en/latest/subsets.html#dbmakemrgtree
[CSG]: https://silo.readthedocs.io/en/latest/objects.html#dbputcsgmesh
[Mixing materials]: https://silo.readthedocs.io/en/latest/objects.html#dbputmaterial
[species]: https://silo.readthedocs.io/en/latest/objects.html#dbputmatspecies
[subset hierarchies]: https://silo.readthedocs.io/en/latest/subsets.html
[C]: https://silo.readthedocs.io/intro.html
[Fortran]: https://silo.readthedocs.io/fortran.html
[Python]: https://silo.readthedocs.io/python.html
[X/Y Curves]: https://silo.readthedocs.io/objects.html#dbputcurve
[points]: https://silo.readthedocs.io/objects.html#dbputpointmesh
[structured]: https://silo.readthedocs.io/objects.html#dbputquadmesh
[unstructured]: https://silo.readthedocs.io/objects.html#dbputucdmesh
[arbitrary]: https://silo.readthedocs.io/objects.html#dbputphzonelist
[AMR]: https://silo.readthedocs.io/subsets.html#dbmakemrgtree
[CSG]: https://silo.readthedocs.io/objects.html#dbputcsgmesh
[Mixing materials]: https://silo.readthedocs.io/objects.html#dbputmaterial
[species]: https://silo.readthedocs.io/objects.html#dbputmatspecies
[subset hierarchies]: https://silo.readthedocs.io/subsets.html
[memory-files]: https://docs.hdfgroup.org/hdf5/develop/group___f_a_p_l.html#ga6e6628f620a1c58c704129cf07282849
[MIF Parallel I/O]: https://www.hdfgroup.org/2017/03/mif-parallel-io-with-hdf5/
[VisIt]: https://visit.llnl.gov
[compression]: https://silo.readthedocs.io/en/latest/globals.html#dbsetcompression
[compression]: https://silo.readthedocs.io/globals.html#dbsetcompression
[HDF5]: https://www.hdfgroup.org/solutions/hdf5/
[visualization]: https://visit-sphinx-github-user-manual.readthedocs.io/en/develop/data_into_visit/SiloFormat.html?highlight=silex#
[JSON]: https://silo.readthedocs.io/en/latest/json.html
[v]: https://silo.readthedocs.io/en/latest/objects.html#dbputpointvar
[a]: https://silo.readthedocs.io/en/latest/objects.html#dbputquadvar
[r]: https://silo.readthedocs.io/en/latest/objects.html#dbputucdvar
[i]: https://silo.readthedocs.io/en/latest/objects.html#dbputcsgvar
[ab]: https://silo.readthedocs.io/en/latest/subsets.html#dbmakemrgtree
[JSON]: https://silo.readthedocs.io/json.html
[v]: https://silo.readthedocs.io/objects.html#dbputpointvar
[a]: https://silo.readthedocs.io/objects.html#dbputquadvar
[r]: https://silo.readthedocs.io/objects.html#dbputucdvar
[i]: https://silo.readthedocs.io/objects.html#dbputcsgvar
[ab]: https://silo.readthedocs.io/subsets.html#dbmakemrgtree
[Easy parallelism]: https://github.com/LLNL/Silo/blob/ab0e316442e4dd340f04af81f8cd5868b337bb97/src/silo/pmpio.h#L55
[examples]: https://github.com/LLNL/Silo/blob/ab0e316442e4dd340f04af81f8cd5868b337bb97/tests/pmpio_silo_test_mesh.c#L374
[browsing]: https://github.com/LLNL/Silo/blob/ab0e316442e4dd340f04af81f8cd5868b337bb97/tools/browser/browser.texi#L217
Expand Down
2 changes: 1 addition & 1 deletion ghpages/documentation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: Documentation
exturl: https://silo.readthedocs.io/en/latest/
exturl: https://silo.readthedocs.io/
---
72 changes: 36 additions & 36 deletions ghpages/examples/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Examples
Each item below is an example of the use of Silo to represent a different kind of scientific data.
Each example shows a picture of the data (visualized with [VisIt](https://visit.llnl.gov), describes some of the key concepts the example demonstrates, lists a set of key Silo functions the example uses and provides links to both C or C++ source code used to generate the data as well as the resulting Silo data file.

All of the examples here use some common Silo functions such as [DBCreate] and [DBClose] or functions to manage [option lists](https://silo.readthedocs.io/en/latest/optlists.html) such as [DBMakeOptlist] or [DBAddOption].
All of the examples here use some common Silo functions such as [DBCreate] and [DBClose] or functions to manage [option lists](https://silo.readthedocs.io//optlists.html) such as [DBMakeOptlist] or [DBAddOption].
So, those functions are not explicitly mentioned.

### Constructive Solid Geometry
Expand Down Expand Up @@ -67,38 +67,38 @@ A [`pmpio.h`](https://github.com/LLNL/Silo/blob/main/src/silo/pmpio.h) header fi
The Silo file examples provided here contain two multi-block representations of the meshes, one without an Mrgtree and one with, so you can understand the difference and what the Mrgtree information is doing.
* **Silo functions**: [DBMkMrgtree], [DBAddRegion], [DBAddRegionArray], [DBPutMrgtree], [DBPutGroupelmap], [DBPutMrgvar].

[DBMkMrgtree]: https://silo.readthedocs.io/en/latest/subsets.html#dbmakemrgtree
[DBAddRegion]: https://silo.readthedocs.io/en/latest/subsets.html#dbaddregion
[DBAddRegionArray]: https://silo.readthedocs.io/en/latest/subsets.html#dbaddregionarray
[DBPutMrgtree]: https://silo.readthedocs.io/en/latest/subsets.html#dbputmrgtree
[DBPutGroupelmap]: https://silo.readthedocs.io/en/latest/subsets.html#dbputgrupelmap
[DBPutMrgvar]: https://silo.readthedocs.io/en/latest/subsets.html#dbputmrgvar

[DBCreate]: https://silo.readthedocs.io/en/latest/files.html#dbcreate
[DBClose]: https://silo.readthedocs.io/en/latest/files.html#dbclose
[DBMakeOptlist]: https://silo.readthedocs.io/en/latest/optlists.html#dbmakeoptlist
[DBAddOption]: https://silo.readthedocs.io/en/latest/optlists.html#dbaddoption
[DBFreeOptlist]: https://silo.readthedocs.io/en/latest/optlists.html#dbfreeoptlist

[DBPutMultimat]: https://silo.readthedocs.io/en/latest/parallel.html#dbputmultimat
[DBPutMultimesh]: https://silo.readthedocs.io/en/latest/parallel.html#dbputmultimesh
[DBPutMultivar]: https://silo.readthedocs.io/en/latest/parallel.html#dbputmultivar

[DBMkDir]: https://silo.readthedocs.io/en/latest/files.html#dbmkdir
[DBSetDir]: https://silo.readthedocs.io/en/latest/files.html#dbsetdir
[DBPutCSGZonelist]: https://silo.readthedocs.io/en/latest/objects.html#dbputcsgzonelist
[DBPutZonelist]: https://silo.readthedocs.io/en/latest/objects.html#dbputzonelist
[DBPutFacelist]: https://silo.readthedocs.io/en/latest/objects.html#dbputfacelist
[DBPutCsgmesh]: https://silo.readthedocs.io/en/latest/objects.html#dbputcsgmesh
[DBPutQuadmesh]: https://silo.readthedocs.io/en/latest/objects.html#dbputquadmesh
[DBPutQuadvar]: https://silo.readthedocs.io/en/latest/objects.html#dbputquadvar
[DBPutUcdmesh]: https://silo.readthedocs.io/en/latest/objects.html#dbputucdmesh
[DBPutUcdvar]: https://silo.readthedocs.io/en/latest/objects.html#dbputucdvar
[DBPutPointmesh]: https://silo.readthedocs.io/en/latest/objects.html#dbputpointmesh
[DBPutCsgvar]: https://silo.readthedocs.io/en/latest/objects.html#dbputcsgvar
[DBPutMaterial]: https://silo.readthedocs.io/en/latest/objects.html#dbputmaterial
[DBPutMatspecies]: https://silo.readthedocs.io/en/latest/objects.html#dbputmatspecies
[DBShowErrors]: https://silo.readthedocs.io/en/latest/globals.html#dbshowerrors
[DBCalcExternalFacelist]: https://silo.readthedocs.io/en/latest/utility.html#dbcalcexternalfacelist2

[DBWrite]: https://silo.readthedocs.io/en/latest/generic.html#dbwrite
[DBMkMrgtree]: https://silo.readthedocs.io//subsets.html#dbmakemrgtree
[DBAddRegion]: https://silo.readthedocs.io//subsets.html#dbaddregion
[DBAddRegionArray]: https://silo.readthedocs.io//subsets.html#dbaddregionarray
[DBPutMrgtree]: https://silo.readthedocs.io//subsets.html#dbputmrgtree
[DBPutGroupelmap]: https://silo.readthedocs.io//subsets.html#dbputgrupelmap
[DBPutMrgvar]: https://silo.readthedocs.io//subsets.html#dbputmrgvar

[DBCreate]: https://silo.readthedocs.io//files.html#dbcreate
[DBClose]: https://silo.readthedocs.io//files.html#dbclose
[DBMakeOptlist]: https://silo.readthedocs.io//optlists.html#dbmakeoptlist
[DBAddOption]: https://silo.readthedocs.io//optlists.html#dbaddoption
[DBFreeOptlist]: https://silo.readthedocs.io//optlists.html#dbfreeoptlist

[DBPutMultimat]: https://silo.readthedocs.io//parallel.html#dbputmultimat
[DBPutMultimesh]: https://silo.readthedocs.io//parallel.html#dbputmultimesh
[DBPutMultivar]: https://silo.readthedocs.io//parallel.html#dbputmultivar

[DBMkDir]: https://silo.readthedocs.io//files.html#dbmkdir
[DBSetDir]: https://silo.readthedocs.io//files.html#dbsetdir
[DBPutCSGZonelist]: https://silo.readthedocs.io//objects.html#dbputcsgzonelist
[DBPutZonelist]: https://silo.readthedocs.io//objects.html#dbputzonelist
[DBPutFacelist]: https://silo.readthedocs.io//objects.html#dbputfacelist
[DBPutCsgmesh]: https://silo.readthedocs.io//objects.html#dbputcsgmesh
[DBPutQuadmesh]: https://silo.readthedocs.io//objects.html#dbputquadmesh
[DBPutQuadvar]: https://silo.readthedocs.io//objects.html#dbputquadvar
[DBPutUcdmesh]: https://silo.readthedocs.io//objects.html#dbputucdmesh
[DBPutUcdvar]: https://silo.readthedocs.io//objects.html#dbputucdvar
[DBPutPointmesh]: https://silo.readthedocs.io//objects.html#dbputpointmesh
[DBPutCsgvar]: https://silo.readthedocs.io//objects.html#dbputcsgvar
[DBPutMaterial]: https://silo.readthedocs.io//objects.html#dbputmaterial
[DBPutMatspecies]: https://silo.readthedocs.io//objects.html#dbputmatspecies
[DBShowErrors]: https://silo.readthedocs.io//globals.html#dbshowerrors
[DBCalcExternalFacelist]: https://silo.readthedocs.io//utility.html#dbcalcexternalfacelist2

[DBWrite]: https://silo.readthedocs.io//generic.html#dbwrite
2 changes: 1 addition & 1 deletion ghpages/more.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ permalink: /more/
---

* [Silo GitHub Repository](https://github.com/LLNL/Silo)
* [Silo API Reference Manual](https://silo.readthedocs.io/en/latest/#major-sections-of-the-user-s-manual)
* [Silo API Reference Manual](https://silo.readthedocs.io/#major-sections-of-the-user-s-manual)
* [VisIt's Silo Tutoriol](https://visit-sphinx-github-user-manual.readthedocs.io/en/develop/data_into_visit/SiloFormat.html#the-silo-file-format)
* Silo Block-Based [Virtual File Driver](https://docs.hdfgroup.org/hdf5/develop/_v_f_l.html) (VFD) for [Dawn](https://www.osti.gov/servlets/purl/971777/) [design outline](assets/llnl_pres_428015.pdf) and [performance assessement](assets/llnl_pres_428059.pdf).
* Some History
Expand Down
2 changes: 1 addition & 1 deletion ghpages/releases/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Oct 2007 | 4.6.1 | [Legacy][461] | [User Manual][46um]
[4111]: https://github.com/LLNL/Silo/releases/download/4.11.1/silo-4.11.1.tar.xz "Legacy License but includes all features"
[4111b]: https://github.com/LLNL/Silo/releases/download/4.11.1/silo-4.11.1-bsd.tar.xz "BSD License, fpzip/hzip compressors removed"
[4111rn]: https://github.com/LLNL/Silo/releases/tag/4.11.1
[4111um]: https://silo.readthedocs.io/en/latest/
[4111um]: https://silo.readthedocs.io//
[411]: https://github.com/LLNL/Silo/releases/download/v4.11/silo-4.11.tar.gz "Legacy License but includes all features"
[411b]: https://github.com/LLNL/Silo/releases/download/v4.11/silo-4.11-bsd.tar.gz "BSD License, fpzip/hzip compressors removed"
[411rn]:https://github.com/LLNL/Silo/wiki/4.11-Release-Notes-September,-2021
Expand Down

0 comments on commit f9ba6ea

Please sign in to comment.