Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc committed Dec 4, 2024
1 parent 4a7c940 commit 3cd83a3
Show file tree
Hide file tree
Showing 48 changed files with 14,542 additions and 580 deletions.
30 changes: 22 additions & 8 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ quartodoc:
package: lanczos
- name: rayleigh_ritz
package: lanczos
- name: lanczos_quadrature
package: quadrature
- title: Integrate
contents:
- name: quadrature
package: integrate
- title: Trace
contents:
- name: hutch
Expand Down Expand Up @@ -104,8 +106,10 @@ quartodoc:
package: estimators
- title: Stats
contents:
- stats.Covariance
- stats.confidence_interval
- name: Covariance
package: stats
- name: confidence_interval
package: stats
sidebar:
file: "_sidebar.yml"
search: true
Expand All @@ -115,14 +119,24 @@ quartodoc:
contents:
- href: index.qmd
text: Overview
- text: Quickstart
href: basic/quickstart.qmd
- href: table.qmd
text: Table of matrix functions
- text: Comparison to *imate*
href: imate_compare.qmd
- section: Basics
contents:
- text: Installing
href: basic/install.qmd
- text: Comparison to *imate*
href: basic/imate_compare.qmd
- text: Integration
href: basic/integration.qmd
- text: Quickstart
href: basic/quickstart.qmd
- section: Guides
contents:
- text: Introduction
href: guides/intro_trace.qmd
- text: Matrix functions
href: guides/matrix_functions.qmd
- section: "API Reference"
contents:
- "{{ contents }}"
Expand Down
26 changes: 19 additions & 7 deletions docs/_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,33 @@ website:
contents:
- href: index.qmd
text: Overview
- href: basic/quickstart.qmd
text: Quickstart
- href: table.qmd
text: Table of matrix functions
- href: imate_compare.qmd
text: Comparison to *imate*
- contents:
- href: basic/install.qmd
text: Installing
- href: basic/imate_compare.qmd
text: Comparison to *imate*
- href: basic/integration.qmd
text: Integration
- href: basic/quickstart.qmd
text: Quickstart
section: Basics
- contents:
- href: guides/intro_trace.qmd
text: Introduction
- href: guides/matrix_functions.qmd
text: Matrix functions
section: Guides
- contents:
- reference/index.qmd
- contents:
- reference/lanczos.qmd
- reference/rayleigh_ritz.qmd
- reference/lanczos_quadrature.qmd
section: Lanczos
- contents:
- reference/quadrature.qmd
section: Integrate
- contents:
- reference/hutch.qmd
- reference/hutchpp.qmd
Expand Down Expand Up @@ -50,8 +62,8 @@ website:
- reference/KneeCriterion.qmd
section: Estimators
- contents:
- reference/stats.Covariance.qmd
- reference/stats.confidence_interval.qmd
- reference/Covariance.qmd
- reference/confidence_interval.qmd
section: Stats
section: API Reference
id: reference
Expand Down
125 changes: 89 additions & 36 deletions docs/_site/basic/install.html

Large diffs are not rendered by default.

Loading

0 comments on commit 3cd83a3

Please sign in to comment.