diff --git a/Project.toml b/Project.toml index 8ebddd4..3c3c8be 100644 --- a/Project.toml +++ b/Project.toml @@ -9,6 +9,7 @@ IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a" LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f" Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" RationalRoots = "308eb6b3-cc68-5ff3-9e97-c3c4da4fa681" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" diff --git a/docs/make.jl b/docs/make.jl index 6f742e2..57cd594 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -8,7 +8,7 @@ makedocs(; sitename = "Linear_Algebra", # This argument is only so that the sequence of pages in the sidebar is configured # By default all markdown files in `docs/src` are expanded and included. - pages = ["index.md"], + pages = ["index.md", "sites.md"], # Don't worry about what `CI` does in this line. format = Documenter.HTML( prettyurls = CI, diff --git a/docs/src/assets/logo.png b/docs/src/assets/logo.png new file mode 100644 index 0000000..5f914c0 Binary files /dev/null and b/docs/src/assets/logo.png differ diff --git a/docs/src/index.md b/docs/src/index.md index 0dd1b9b..6c69064 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -10,26 +10,4 @@ This section provides the documentation for all the linear algebra functions. Modules = [Linear_Algebra] Order = [:function, :type] Pages = ["linear_algebra_basic.jl", "linear_algebra_transform.jl"] -``` - ---- - -## Navigating FourM Study Guides & Documentation Sites - -```@raw html - ``` \ No newline at end of file diff --git a/docs/src/sites.md b/docs/src/sites.md new file mode 100644 index 0000000..0563995 --- /dev/null +++ b/docs/src/sites.md @@ -0,0 +1,13 @@ +# FourM Study Guides & Documentation Sites + +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. + +The main sites can be found at: + +- [Main Study Site](https://study.fourm.info/) +- [FourM GitHub Repository](https://github.com/fourm) + +Here are some of the key documentation sites related to my mathematics study: + +- [Linear Algebra Docs - the current site (this site)](https://study.fourm.info/linear_algebra/) +- [Math Foundations Docs](https://study.fourm.info/math_foundations/)