-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Changes * Removed all rst files, and replaced with matching md files. * Add md extension on conf.py. * Edited api and fullapi files with relevant content. * Added Shahar Bar to authors. * Edited tutorial jupyter notebooks. * Updated README.md content. * Removed make.bat due to redundancy. * Edited makefile to clean before build. * Added PyPi classifiers on pyproject.toml. * Moved html outputs of make under docs/build/html. * Added acronyms.md. * Added continuous_documentation.yml to continuously update documentation.
- Loading branch information
1 parent
cddda5c
commit 7ee2dbf
Showing
104 changed files
with
592 additions
and
22,000 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,38 @@ | ||
name: Build Documentation | ||
|
||
on: | ||
push: | ||
branches: | ||
- main # Rebuild docs on changes to the main branch | ||
|
||
jobs: | ||
build-docs: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set up Python 3.8 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.8' # Specify the Python version needed for your environment | ||
|
||
- name: Install Poetry | ||
run: | | ||
curl -sSL https://install.python-poetry.org | python3 - | ||
export PATH="$HOME/.poetry/bin:$PATH" | ||
- name: Install project dependencies with Poetry | ||
run: | | ||
poetry install | ||
- name: Build HTML docs | ||
run: | | ||
cd docs/src | ||
make html # Build the HTML documentation | ||
- name: Deploy to GitHub Pages | ||
uses: peaceiris/actions-gh-pages@v4 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./docs/build/html |
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 |
---|---|---|
|
@@ -28,4 +28,4 @@ repos: | |
- repo: https://github.com/fastai/nbdev | ||
rev: 2.3.11 | ||
hooks: | ||
- id: nbdev_clean | ||
- id: nbdev_clean |
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,8 @@ | ||
# Authors | ||
|
||
- Dario d'Andrea, <mailto:[email protected]> | ||
- Shahar Bar, <mailto:[email protected]> | ||
- Jerome Carayol, <mailto:[email protected]> | ||
- Stefano Piazza, <mailto:[email protected]> | ||
- Raphael Steinmann, <mailto:[email protected]> | ||
- Armand Valsesia, <mailto:[email protected]> |
This file was deleted.
Oops, something went wrong.
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
Empty file.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.