-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/datajoint/datajoint-python …
…into hidden-attr-alt
- Loading branch information
Showing
148 changed files
with
6,655 additions
and
1,880 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[codespell] | ||
skip = .git,*.pdf,*.svg,*.csv,*.ipynb,*.drawio | ||
# Rever -- nobody knows | ||
# numer -- numerator variable | ||
ignore-words-list = rever,numer |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Manual docs release | ||
on: | ||
workflow_dispatch: | ||
jobs: | ||
publish-docs: | ||
runs-on: ubuntu-latest | ||
env: | ||
DOCKER_CLIENT_TIMEOUT: "120" | ||
COMPOSE_HTTP_TIMEOUT: "120" | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Deploy docs | ||
run: | | ||
export MODE=BUILD | ||
export PACKAGE=datajoint | ||
export UPSTREAM_REPO=https://github.com/${GITHUB_REPOSITORY}.git | ||
export HOST_UID=$(id -u) | ||
docker compose -f docs/docker-compose.yaml up --exit-code-from docs --build | ||
git push origin gh-pages |
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
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
Oops, something went wrong.