Skip to content

Commit

Permalink
chore(docs): update name (#137)
Browse files Browse the repository at this point in the history
* chore(docs): update name

* fix(docs): rerun simulations ?

* fix(docs): remove tqdm

* chore(ci): restrict to tags starting with v

* chore(docs): final touch
  • Loading branch information
jeertmans authored Oct 10, 2024
1 parent c05ef62 commit 1a64d32
Show file tree
Hide file tree
Showing 3 changed files with 1,589 additions and 3,542 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
release-core:
name: Release differt-core
runs-on: ubuntu-latest
if: (github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) || github.event.inputs.publish-differt-core
if: (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')) || github.event.inputs.publish-differt-core
needs: [linux, windows, macos, sdist]
environment: release
permissions:
Expand Down Expand Up @@ -175,5 +175,5 @@ jobs:
path: dist

- name: Publish to PyPI
if: (github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) || github.event.inputs.publish-differt
if: (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')) || github.event.inputs.publish-differt
uses: pypa/gh-action-pypi-publish@release/v1
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DiffeRT: Differentiable Ray Tracing Toolbox for Radio Propagation
notebooks/plotting_backend
notebooks/diffraction
notebooks/ray_tracing_at_city_scale
notebooks/coherence
notebooks/multipath

.. toctree::
:maxdepth: 1
Expand Down
5,125 changes: 1,586 additions & 3,539 deletions docs/source/notebooks/coherence.ipynb → docs/source/notebooks/multipath.ipynb

Large diffs are not rendered by default.

0 comments on commit 1a64d32

Please sign in to comment.