Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
cache-dependency-path: "pyproject.toml"

- name: Install tox
run: python -m pip install tox
run: python -m pip install tox tox-uv

- name: Build HTML documentation with tox
run: tox -e docs
run: tox r -e docs

- name: Upload built docs as artifact
id: deployment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cache-dependency-path: pyproject.toml

- name: Install dependencies
run: python -m pip install tox tox-gh
run: python -m pip install tox tox-gh tox-uv

- name: Test with tox
run: tox run
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ repos:
rev: v1.5.5
hooks:
- id: forbid-tabs
- repo: https://github.com/pappasam/toml-sort
rev: v0.24.2
hooks:
- id: toml-sort-fix
# - repo: https://github.com/pre-commit/mirrors-mypy
# rev: v1.16.1
# hooks:
Expand Down
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"python-envs.defaultEnvManager": "ms-python.python:venv",
"python-envs.pythonProjects": []
}
4 changes: 3 additions & 1 deletion docs/api/analysis/bootstrap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
icon: lucide/arrow-up-wide-narrow
---
# Bootstrap

::: circumplex.analysis.bootstrap
options:
heading_level: 2
:::
5 changes: 4 additions & 1 deletion docs/api/analysis/corr_analysis.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
icon: lucide/chart-scatter
---

# Correlation Analysis

::: circumplex.analysis.corr_analysis
options:
heading_level: 2
:::
5 changes: 4 additions & 1 deletion docs/api/analysis/mean_analysis.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
icon: lucide/diff
---

# Mean Analysis

::: circumplex.analysis.mean_analysis
options:
heading_level: 2
:::
5 changes: 4 additions & 1 deletion docs/api/analysis/ssm_analyze.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
icon: material/sine-wave
---

# SSM Analysis

::: circumplex.analysis.ssm_analyze
options:
heading_level: 2
:::
5 changes: 4 additions & 1 deletion docs/api/core/parameters.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
icon: lucide/variable
---

# Parameters

::: circumplex.core.parameters
options:
heading_level: 2
:::
5 changes: 4 additions & 1 deletion docs/api/core/scores.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
icon: lucide/file-digit
---

# Scores

::: circumplex.core.scores
options:
heading_level: 2
:::
5 changes: 4 additions & 1 deletion docs/api/data.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
icon: lucide/layers
---

# Data

::: circumplex.data
options:
heading_level: 2
:::
1 change: 0 additions & 1 deletion docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
options:
heading_level: 2
members: []
:::
5 changes: 4 additions & 1 deletion docs/api/models.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
icon: lucide/package
---

# Instrument Models

::: circumplex.instruments.models
options:
heading_level: 2
:::
5 changes: 4 additions & 1 deletion docs/api/plots.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
icon: lucide/bolt
---

# Plots

::: circumplex.visualization.plots
options:
heading_level: 2
:::
5 changes: 4 additions & 1 deletion docs/api/ssm.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
icon: lucide/form
---

# SSM Results

::: circumplex.ssm
options:
heading_level: 2
:::
5 changes: 4 additions & 1 deletion docs/api/utils/angles.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
icon: lucide/chart-pie
---

# Angles

::: circumplex.utils.angles
options:
heading_level: 2
:::
5 changes: 4 additions & 1 deletion docs/api/utils/contrast.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
icon: lucide/git-compare-arrows
---

# Contrast

::: circumplex.utils.contrast
options:
heading_level: 2
:::
5 changes: 4 additions & 1 deletion docs/api/utils/tidying_functions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
icon: lucide/brush-cleaning
---

# Tidying Functions

::: circumplex.utils.tidying_functions
options:
heading_level: 2
:::
Binary file added docs/img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
136 changes: 0 additions & 136 deletions mkdocs.yml

This file was deleted.

Loading
Loading