Skip to content

Commit

Permalink
move to src folder?
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 10, 2025
1 parent 0f1a720 commit 174155f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ jobs:

- uses: cvxgrp/.github/actions/uv/[email protected]

sphinx:
runs-on: "ubuntu-latest"
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/[email protected]

test:
runs-on: "ubuntu-latest"
Expand All @@ -38,9 +31,19 @@ jobs:

- uses: cvxgrp/.github/actions/uv/[email protected]

pdoc:
runs-on: ubuntu-latest
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- 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
Expand Down
4 changes: 1 addition & 3 deletions book/docs/api.md
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/)

0 comments on commit 174155f

Please sign in to comment.