From 67c6461df4a4b8408213a079860d051899afc4e9 Mon Sep 17 00:00:00 2001 From: Renata Imai Date: Tue, 26 Nov 2024 14:57:38 -0300 Subject: [PATCH] test on dev --- .github/workflows/documentation.yml | 6 +++--- docs/source/_templates/navigation_header.html | 12 ++++++------ docs/source/conf.py | 2 +- docs/source/index.rst | 2 +- docs/source/modeling_with_aequilibrae/index.rst | 2 +- docs/source/useful_information/version_history.rst | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 37d57159a..94c0c1036 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -74,20 +74,20 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_REGION: 'us-east-1' # optional: defaults to us-east-1 SOURCE_DIR: 'docs/build/html/' # optional: defaults to entire repository - DEST_DIR: 'test/python/' # optional: defaults to entire repository + DEST_DIR: 'dev/python/' # optional: defaults to entire repository - name: Upload home page to DEV on S3 if: ${{ (github.event_name == 'pull_request') && (env.HAS_SECRETS == 'true') }} uses: jakejarvis/s3-sync-action@master with: - args: --acl public-read --follow-symlinks --exclude '*' --include 'home.html' --include '_images/sponsor*' --include '_images/banner*' --include '_static/*' --include 'search*' --include 'genindex.html' --include '_templates/*' + args: --acl public-read --follow-symlinks --exclude '*' --include 'home.html' --include '_images/sponsor*' --include '_images/banner*' --include '_static/*' --include 'search*' --include 'genindex.html' --include '_sphinx_design_static/*' env: AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }} AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_REGION: 'us-east-1' # optional: defaults to us-east-1 SOURCE_DIR: 'docs/build/html/' - DEST_DIR: 'test/' # optional: defaults to entire repository + DEST_DIR: 'dev/' # optional: defaults to entire repository - name: Upload python to DEVELOP on S3 if: ${{ (github.ref == 'refs/heads/develop') && (github.event_name == 'push') && (env.HAS_SECRETS == 'true') }} diff --git a/docs/source/_templates/navigation_header.html b/docs/source/_templates/navigation_header.html index bb3e4e3d7..d2dc4f70d 100644 --- a/docs/source/_templates/navigation_header.html +++ b/docs/source/_templates/navigation_header.html @@ -8,35 +8,35 @@ diff --git a/docs/source/conf.py b/docs/source/conf.py index b9867b17d..a83a34f4d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -143,7 +143,7 @@ "text": "AequilibraE", "image_light": "_static/large_icon.png", "image_dark": "_static/large_icon.png", - "link": "https://www.aequilibrae.com/test/home.html", + "link": "https://www.aequilibrae.com/dev/home.html", }, } diff --git a/docs/source/index.rst b/docs/source/index.rst index 3cf41fa46..86bb9ec0c 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -47,7 +47,7 @@ Python Reference guide to AequilibraE's API. .. grid-item-card:: :material-outlined:`person;1.5em` Not a programmer? - :link: https://www.aequilibrae.com/test/qgis/index.html + :link: https://www.aequilibrae.com/dev/qgis/index.html :text-align: center Take me to the GUI! diff --git a/docs/source/modeling_with_aequilibrae/index.rst b/docs/source/modeling_with_aequilibrae/index.rst index 3df22c0b6..c7c9272f2 100644 --- a/docs/source/modeling_with_aequilibrae/index.rst +++ b/docs/source/modeling_with_aequilibrae/index.rst @@ -7,7 +7,7 @@ other open-source packages in the Python (NumPy, really) ecosystem. AequilibraE has also a fully features interface available as a plugin for the open source software QGIS, which is separately maintained and discussed in -detail its `documentation `_. +detail its `documentation `_. Contributions are welcome to the existing modules and/or in the form of new modules. diff --git a/docs/source/useful_information/version_history.rst b/docs/source/useful_information/version_history.rst index 0ac1d098e..4ac3a6801 100644 --- a/docs/source/useful_information/version_history.rst +++ b/docs/source/useful_information/version_history.rst @@ -188,7 +188,7 @@ In the meantime, you can find the documentation for all versions since 0.5.3. .. grid-item:: .. grid-item-card:: Upcoming version - :link: https://aequilibrae.com/test/python/index.html + :link: https://aequilibrae.com/dev/python/index.html :link-type: url :text-align: center