Skip to content

Commit

Permalink
better wesm remote search
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Oct 31, 2024
1 parent 6a43761 commit 4d5eb30
Show file tree
Hide file tree
Showing 11 changed files with 2,567 additions and 883 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
environments: dev
manifest-path: pyproject.toml
cache: false
locked: true
locked: false
#cache-write:
# ${{ github.event_name == 'push' && github.ref_name == 'main' }}

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ git checkout -b newfeature
pixi shell --environment dev # type `exit` to deactivate
pre-commit install

# Or run pre-configured environments and commands
# Or run pre-configured commands:
pixi run test
pixi run precommit # (also runs automatically upon commit)
pixi run lint
pixi run docs
```
Expand Down
8 changes: 8 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ introduction
datasets
```

```{toctree}
:maxdepth: 2
:hidden:
:caption: Examples
quickstart
```

```{toctree}
:maxdepth: 2
:hidden:
Expand Down
Loading

0 comments on commit 4d5eb30

Please sign in to comment.