Skip to content

Update links and misc. cleanups to account for `docs.vtk.org` and `book.vtk.org`

This merge request implements the following changes:

book

examples

  • Update book chapter links. For example:

    (../../..//VTKBook/05Chapter5) -> (https://book.vtk.org/en/latest/VTKBook/05Chapter5.html)
    (../../../VTKBook/06Chapter6) -> (https://book.vtk.org/en/latest/VTKBook/06Chapter6.html)
    (../../../VTKBook/01Chapter1/) -> (https://book.vtk.org/en/latest/VTKBook/01Chapter1.html)
  • Update book figure links. For example:

    (../../../VTKBook/06Chapter6/#Figure%206-44) -> (https://book.vtk.org/en/latest/VTKBook/06Chapter6.html#figure-6-44)
  • Update VTKFileFormats links. For example:

    (../../../VTKFileFormats -> (https://docs.vtk.org/en/latest/design_documents/VTKFileFormats.html

docs

  • Remove obsolete VTKFileFormats.md file and update ScrapeRepo.py
    • The file was moved into the VTK repository.

Merge request reports