Migrate documentation from the website repository#75
Merged
Conversation
davidscn
approved these changes
May 26, 2026
…tion Original commit: precice/precice.github.io@dc2184c Ported from older wiki: https://github.com/precice/dealii-adapter/wiki
Original commit: precice/precice.github.io@83bb809
Original commit: precice/precice.github.io@047e137
Original commit: precice/precice.github.io@09f7e18
Original commit: precice/precice.github.io@f876431
Original commit: precice/precice.github.io@772392f
…nce case Original commit: precice/precice.github.io@7562075
Original commit: precice/precice.github.io@252d197
related to #53 Original commit: precice/precice.github.io@eab2c00
Original commit: precice/precice.github.io@5139b86
Original commit: precice/precice.github.io@6f7d36f
precice/precice.github.io#92 * Replace figures by in-line code * Fix indentation of formulas * Fix the use of the align environment Original commit: precice/precice.github.io@74a1a69
Original commit: precice/precice.github.io@7558e70
precice/precice.github.io#212 Original commit: precice/precice.github.io@2792f11 Co-authored-by: Gerasimos Chourdakis <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR migrates the documentation files and their Git history from https://github.com/precice/precice.github.io/tree/70b5adac8b41d73c43642499626324b7f4a4c19e/content/docs/adapters/deal.II into
docs/, in an effort to keep the documentation of each adapter close to the respective code.Similar PRs in other adapters: precice/code_aster-adapter#30, precice/calculix-adapter#150, precice/fenics-adapter#206.
I have curated the history to:
[DOCS]in all ported commitsThe history is still quite a few commits, but I don't see any trivial ones to squash. Happy to squash some of them, if you want.
Similarly to other PRs, I recommend doing a "Rebase and merge", to keep the history distinct and on top of what there is already in this repository. -> Edit: the plain merge actually worked nicely in precice/fenics-adapter#206
Once merged, there is a follow-up PR on the website to remove the content: precice/precice.github.io#908
The CI fails for unrelated reasons -- fix: #76 -> fixed