Skip to content

Commit 35e1d76

Browse files
KedoKudopre-commit-ci[bot]dependabot[bot]
authored
Advanced next into qa (#218)
* [pre-commit.ci] pre-commit autoupdate (#158) updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.1 → v0.14.2](astral-sh/ruff-pre-commit@v0.14.1...v0.14.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * update refspec for test data * [pre-commit.ci] pre-commit autoupdate (#160) updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.2...v0.14.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Bump prefix-dev/setup-pixi from 0.9.2 to 0.9.3 (#159) Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.9.2...v0.9.3) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/checkout from 5 to 6 (#162) Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * [pre-commit.ci] pre-commit autoupdate (#161) updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.4 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.4...v0.14.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * [pre-commit.ci] pre-commit autoupdate (#203) updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.8](astral-sh/ruff-pre-commit@v0.14.7...v0.14.8) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Bump peter-evans/create-pull-request from 7 to 8 (#211) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7 to 8. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7...v8) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * [pre-commit.ci] pre-commit autoupdate (#212) updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.9](astral-sh/ruff-pre-commit@v0.14.8...v0.14.9) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * [pre-commit.ci] pre-commit autoupdate (#214) updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.9 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.9...v0.14.10) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * [pre-commit.ci] pre-commit autoupdate (#216) updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.11](astral-sh/ruff-pre-commit@v0.14.10...v0.14.11) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * docs: comprehensive documentation overhaul (#98) (#215) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18dc5c7 commit 35e1d76

File tree

139 files changed

+3511
-568
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+3511
-568
lines changed

.github/workflows/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
# IMPORTANT: this permission is mandatory for trusted publishing
1515
id-token: write
1616
steps:
17-
- uses: actions/checkout@v5
18-
- uses: prefix-dev/setup-pixi@v0.9.2
17+
- uses: actions/checkout@v6
18+
- uses: prefix-dev/setup-pixi@v0.9.3
1919
with:
2020
pixi-version: v0.41.4
2121
manifest-path: pyproject.toml

.github/workflows/unittest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
linux:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
15-
- uses: prefix-dev/setup-pixi@v0.9.2
14+
- uses: actions/checkout@v6
15+
- uses: prefix-dev/setup-pixi@v0.9.3
1616
with:
1717
pixi-version: v0.41.4
1818
manifest-path: pyproject.toml

.github/workflows/update-lockfiles.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
pixi-update:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Set up pixi
18-
uses: prefix-dev/setup-pixi@v0.9.2
18+
uses: prefix-dev/setup-pixi@v0.9.3
1919
with:
2020
run-install: false
2121
- name: Update lockfiles
2222
run: |
2323
set -o pipefail
2424
pixi update --json | pixi exec pixi-diff-to-markdown >> diff.md
2525
- name: Create pull request
26-
uses: peter-evans/create-pull-request@v7
26+
uses: peter-evans/create-pull-request@v8
2727
with:
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929
commit-message: Update pixi lockfile

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: trailing-whitespace
1414
exclude: "(tests/data/.*|legacy/.*|src/pleiades/nuclear/isotopes/files/.*|src/pleiades/nuclear/isotope/files/.*|src/pleiades/nuclear/resonances/.*)"
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.14.1
16+
rev: v0.14.11
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]

.readthedocs.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,5 @@ sphinx:
2727
python:
2828
install:
2929
- requirements: docs/requirements.txt
30-
31-
# I WILL NEED TO INCLUDE THIS ONCE I HAVE MADE A PYTHON PACKAGE on PYPI.org
32-
#- method: pip
33-
# path: .
30+
- method: pip
31+
path: .

docs/api/index.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
API Reference
2+
=============
3+
4+
This section contains auto-generated API documentation from source docstrings.
5+
6+
Core User API
7+
-------------
8+
9+
The main user-facing modules for working with PLEIADES:
10+
11+
.. toctree::
12+
:maxdepth: 2
13+
14+
pleiades.sammy
15+
pleiades.nuclear
16+
pleiades.processing
17+
pleiades.utils
18+
19+
Supporting Modules
20+
------------------
21+
22+
Additional modules and utilities:
23+
24+
.. toctree::
25+
:maxdepth: 2
26+
27+
pleiades.core
28+
pleiades.experimental
29+
pleiades.results
30+
pleiades.post_install
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pleiades.core.constants module
2+
==============================
3+
4+
.. automodule:: pleiades.core.constants
5+
:members:
6+
:show-inheritance:
7+
:undoc-members:

docs/api/pleiades.core.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
pleiades.core package
2+
=====================
3+
4+
.. automodule:: pleiades.core
5+
:members:
6+
:show-inheritance:
7+
:undoc-members:
8+
9+
Submodules
10+
----------
11+
12+
.. toctree::
13+
:maxdepth: 4
14+
15+
pleiades.core.constants
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pleiades.experimental.models module
2+
===================================
3+
4+
.. automodule:: pleiades.experimental.models
5+
:members:
6+
:show-inheritance:
7+
:undoc-members:

docs/api/pleiades.experimental.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
pleiades.experimental package
2+
=============================
3+
4+
.. automodule:: pleiades.experimental
5+
:members:
6+
:show-inheritance:
7+
:undoc-members:
8+
9+
Submodules
10+
----------
11+
12+
.. toctree::
13+
:maxdepth: 4
14+
15+
pleiades.experimental.models

0 commit comments

Comments
 (0)