Skip to content

Commit

Permalink
Merge pull request #39 from royce-data/ampletracks-guides
Browse files Browse the repository at this point in the history
Ampletracks guides
  • Loading branch information
stavrina authored Apr 16, 2024
2 parents af7b53f + 17485e0 commit d93e928
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
os: [ubuntu-latest]
python-version: [3.9.17]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Install dependencies
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -33,7 +33,7 @@ jobs:
# Deploy the book's HTML to gh-pages branch
- name: Deploy to GitHub pages
uses: peaceiris/actions-gh-pages@v3.9.0
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: handbook/_build/html
4 changes: 2 additions & 2 deletions .github/workflows/pr-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
matrix:
python-version: [3.9.17]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python # Set Python version
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
# Install dependencies
Expand Down
107 changes: 105 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,105 @@
jupyter-book
ghp-import
accessible-pygments==0.0.4
alabaster==0.7.13
appnope==0.1.3
asttokens==2.4.0
attrs==23.1.0
Babel==2.13.0
backcall==0.2.0
backports.functools-lru-cache==1.6.5
beautifulsoup4==4.12.2
Brotli==1.1.0
certifi==2024.2.2
charset-normalizer==3.3.0
click==8.1.7
colorama==0.4.6
comm==0.1.4
dataclasses==0.8
debugpy==1.8.0
decorator==5.1.1
docutils==0.17.1
exceptiongroup==1.1.3
executing==1.2.0
fastjsonschema==2.18.1
ghp-import==2.1.0
greenlet==3.0.0
idna==3.4
imagesize==1.4.1
importlib-metadata==6.8.0
importlib-resources==6.1.0
ipykernel==6.25.2
ipython==8.16.1
jedi==0.19.1
Jinja2==3.1.2
jsonschema==4.19.1
jsonschema-specifications==2023.7.1
jupyter-book==0.15.1
jupyter-cache==0.6.1
jupyter_client==8.4.0
jupyter_core==5.4.0
latexcodec==2.0.1
linkify-it-py==2.0.0
markdown-it-py==2.2.0
MarkupSafe==2.1.3
matplotlib-inline==0.1.6
mdit-py-plugins==0.4.0
mdurl==0.1.0
myst-nb==0.17.2
myst-parser==0.18.1
nbclient==0.7.4
nbformat==5.9.2
nest-asyncio==1.5.8
packaging==23.2
parso==0.8.3
pexpect==4.8.0
pickleshare==0.7.5
pip==23.2.1
pkgutil_resolve_name==1.3.10
platformdirs==3.11.0
prompt-toolkit==3.0.39
psutil==5.9.5
ptyprocess==0.7.0
pure-eval==0.2.2
pybtex==0.24.0
pybtex-docutils==1.0.3
pydata-sphinx-theme==0.14.1
Pygments==2.16.1
PySocks==1.7.1
python-dateutil==2.8.2
pytz==2023.3.post1
PyYAML==6.0.1
pyzmq==25.1.1
referencing==0.30.2
requests==2.31.0
rpds-py==0.10.6
setuptools==68.2.2
six==1.16.0
snowballstemmer==2.2.0
soupsieve==2.5
Sphinx==5.0.2
sphinx-book-theme==1.0.1
sphinx-comments==0.0.3
sphinx-copybutton==0.5.2
sphinx_design==0.3.0
sphinx_external_toc==0.3.1
sphinx-jupyterbook-latex==0.5.2
sphinx-multitoc-numbering==0.1.3
sphinx-thebe==0.2.1
sphinx-togglebutton==0.3.2
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-bibtex==2.5.0
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
SQLAlchemy==2.0.21
stack-data==0.6.2
tabulate==0.9.0
tornado==6.3.3
traitlets==5.11.2
typing_extensions==4.8.0
uc-micro-py==1.0.1
urllib3==2.0.6
wcwidth==0.2.8
wheel==0.41.2
zipp==3.17.0

0 comments on commit d93e928

Please sign in to comment.