Files
JuliaFEM.jl/docs/tutorials/README.md
T
Jukka Aho ab24555c97 feat(docs): add README.md
docs/tutorials/README.md | 17 +++++++++++++++++  1 file changed, 17 insertions(+)
2026-05-09 16:30:27 +03:00

18 lines
720 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Historical Jupyter tutorials (not the 0.x API)
The notebooks in this directory date from **20152016**. They target APIs that
predate the current type-stable pipeline (`Element{K,P,S,N}`, `DOFHandler`,
`AbstractKernel`, modern assemblers).
They are **not** executed by package CI and are **not** built into the Documenter
site. Treat them as archaeology:
- Prefer **`docs/src/index.md`**, **`AGENTS.md`**, and **`test/`** for runnable
examples.
- For the old `Problem` / Dict-field stack, read **`docs/src/legacy.md`** and
enable **`JULIAFEM_ENABLE_LEGACY=1`** only if you must reproduce historical
workflows.
RST index files (`index.rst`, `notebooks.rst`) are legacy Sphinx-era metadata and
may be stale.