generated from cvxgrp/simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move to src folder? * move to src folder? * move to src folder? * move to src folder? * move to src folder? * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * move to src folder? * move to src folder? * move to src folder? * move to src folder? * move to src folder? * move to src folder? * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ca47eaf
commit b8b6013
Showing
22 changed files
with
30 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,33 +12,39 @@ jobs: | |
|
||
- uses: cvxgrp/.github/actions/uv/[email protected] | ||
|
||
sphinx: | ||
|
||
test: | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- name: Checkout [${{ github.repository }}] | ||
uses: actions/checkout@v4 | ||
|
||
- uses: cvxgrp/.github/actions/uv/[email protected] | ||
- uses: cvxgrp/.github/actions/uv/[email protected] | ||
with: | ||
source-folder: 'src/cvx' | ||
tests-folder: 'src/tests' | ||
|
||
test: | ||
jupyter: | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- name: Checkout [${{ github.repository }}] | ||
uses: actions/checkout@v4 | ||
|
||
- uses: cvxgrp/.github/actions/uv/coverage@v2.0.0 | ||
- uses: cvxgrp/.github/actions/uv/jupyter@v2.0.0 | ||
|
||
jupyter: | ||
runs-on: "ubuntu-latest" | ||
pdoc: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout [${{ github.repository }}] | ||
uses: actions/checkout@v4 | ||
|
||
- uses: cvxgrp/.github/actions/uv/[email protected] | ||
- uses: cvxgrp/.github/actions/uv/[email protected] | ||
with: | ||
source-folder: 'src/cvx' | ||
|
||
book: | ||
runs-on: "ubuntu-latest" | ||
needs: [test, sphinx, jupyter, marimo] | ||
needs: [test, jupyter, marimo, pdoc] | ||
|
||
permissions: | ||
contents: write | ||
|
@@ -47,4 +53,4 @@ jobs: | |
- name: Checkout [${{ github.repository }}] | ||
uses: actions/checkout@v4 | ||
|
||
- uses: cvxgrp/.github/actions/[email protected].0 | ||
- uses: cvxgrp/.github/actions/[email protected].2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ jobs: | |
- name: Checkout [${{ github.repository }}] | ||
uses: actions/checkout@v4 | ||
|
||
- uses: cvxgrp/.github/actions/uv/[email protected].0 | ||
- uses: cvxgrp/.github/actions/uv/[email protected].2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
tests-folder: 'src/tests' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,10 @@ jobs: | |
- name: Checkout [${{ github.repository }}] | ||
uses: actions/checkout@v4 | ||
|
||
- uses: cvxgrp/.github/actions/uv/[email protected] | ||
- uses: cvxgrp/.github/actions/uv/[email protected] | ||
with: | ||
source-folder: 'src/cvx' | ||
tests-folder: 'src/tests' | ||
|
||
- name: Coveralls GitHub Action | ||
uses: coverallsapp/github-action@v2 | ||
|
@@ -25,3 +28,5 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- uses: cvxgrp/.github/actions/uv/[email protected] | ||
with: | ||
source-folder: 'src/cvx' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# API | ||
|
||
## Sphinx | ||
|
||
[API](https://www.cvxgrp.org/cvxbson/sphinx/) | ||
[API](https://www.cvxgrp.org/cvxbson/pdoc/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.