Thanks for reporting that! There are still some things in the "classic" docs build that we could make more robust but it's not clear if we should devote the energy to that or to continuing to replace those processes with new ones which are better integrated with the Sphinx build.
MR that should hopefully at least partially fix this particular issue: https://gitlab.com/petsc/petsc/-/merge_requests/4331 General issue: https://gitlab.com/petsc/petsc/-/issues/279 Am Mo., 20. Sept. 2021 um 15:38 Uhr schrieb Lawrence Mitchell <we...@gmx.li >: > Dear Sergio, > > (Added petsc-users back to cc), > > > On 20 Sep 2021, at 14:08, sergio.bengoec...@ovgu.de wrote: > > > > Dear Lawrence, > > > > thanks for the HDF5 saving and loading example. > > > > In the documentation you sent ( > https://petsc.org/main/docs/manual/dmplex/#saving-and-loading-data-with-hdf5) > the link to a more comprehensive example (DMPlex Tutorial ex12) is not > working. > > Hmm, I'm not in charge of how the documentation gets built. > > @Patrick, if I look here: > https://petsc.org/main/src/dm/impls/plex/tutorials/, I don't see ex12.c > (even though it is here > https://gitlab.com/petsc/petsc/-/tree/main/src/dm/impls/plex/tutorials) > > The relevant link in the docs goes to > https://petsc.org/main/docs/src/dm/impls/plex/tutorials/ex12.c.html > (which is 404), I suppose it should be main/src/... (not main/docs/src...) > > > I am afraid I would need to see the whole example to make our case work. > If I could have access the completed source code of that example would be > of a great help. > > You can find the relevant example in the PETSc source tree > https://gitlab.com/petsc/petsc/-/blob/main/src/dm/impls/plex/tutorials/ex12.c > > Lawrence