@@ -4,20 +4,13 @@ A MkDocs site collecting FEBio's manuals into one searchable site (Material for
44palette, ` pymdownx.arithmatex ` + MathJax for equations, footnote-based citations). The site has four
55tabs:
66
7- - ** Theory** — the FEBio Theory Manual. Started as a single-chapter pilot (Chapter 2, Continuum
8- Mechanics); now covers the complete manual — Chapters 1 through 8 plus Appendix A (Tensor Calculus).
9- - ** Studio** — the FEBio Studio Manual. Started as a 2-chapter pilot (Introduction, Getting Started);
10- now covers the complete manual — Chapters 1 through 20 plus Appendices A (Mesh Import Formats) and B
11- (Standard Data Fields). See [ ` CONVERSION_NOTES_STUDIO.md ` ] ( CONVERSION_NOTES_STUDIO.md ) for the full
12- per-chapter breakdown and the real converter gaps this manual's content surfaced.
7+ - ** Theory** — the FEBio Theory Manual. Explains the physical and mathematical theory behind the FEBio algorithms and physics
8+ - ** Studio** — the FEBio Studio Manual. Explains how to use the FEBio Studio desktop application to build and execute models with FEBio
139- ** Features** — the FEBio Feature Manual, absorbed from the standalone
1410 [ ` febio-feature-manual ` ] ( https://github.com/febiosoftware/febio-feature-manual ) repository. 660 feature
1511 pages across 32 categories, 7 module pages, and the plot/log output-variable tables.
1612- ** Febcode** — the FEBio input-file-format (` .feb ` ) reference, a single hand-authored page that used to
17- be buried at the bottom of the Feature Manual's own nav. Split out into its own top-level tab per
18- [ Steve Maas's request] ( https://github.com/febiosoftware/FEBio/discussions/130#discussioncomment-18179757 ) ,
19- since it's a distinct kind of reference (input file syntax, not feature-by-feature parameter docs) that
20- deserved to be easy to find from the site's tab bar.
13+ be buried at the bottom of the Feature Manual's own nav.
2114
2215The two LyX manuals share one generic, stdlib-only converter (` tools/lyx2md.py ` ). The Feature Manual has
2316no LyX source — it is generated from FEBio's exported feature database by ` tools/features2md.py ` . Both
0 commit comments