You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance Linear Algebra Documentation Structure and Navigation (#5)
* Enhance documentation structure and navigation
- Add logo.png to assets directory for automatic Documenter.jl integration
- Remove navigation section from index.md and create dedicated sites.md page
- Update sites.md to reflect Linear Algebra as current site
- Add sites.md to pages list in make.jl for proper sidebar inclusion
- Improve documentation organization following Math_Foundations pattern
* Add LiveServer dependency for local documentation testing
- Add LiveServer package to project dependencies
- Enables local documentation preview with julia --project=. -e 'using LiveServer; serve(dir="docs/build", port=8001)'
- Facilitates development workflow for documentation changes
This site is one of several documentation sites for my personal math and technology study under what I call the FourM project. It is essentially a collection of resources I created to understand various mathematical concepts and software frameworks.
0 commit comments