Skip to content

Commit

Permalink
test on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
r-akemii committed Nov 26, 2024
1 parent f35b9e9 commit 67c6461
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down
12 changes: 6 additions & 6 deletions docs/source/_templates/navigation_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,35 @@
<ul id="pst-nav-more-links" class="dropdown-menu" data-bs-popper="static">
<li class=" ">
<a class="nav-link dropdown-item nav-internal"
href="https://www.aequilibrae.com/test/python/index.html">
href="https://www.aequilibrae.com/dev/python/index.html">
Main menu
</a>
</li>
<li class=" ">
<a class="nav-link dropdown-item nav-internal"
href="https://www.aequilibrae.com/test/python/_auto_examples/index.html">
href="https://www.aequilibrae.com/dev/python/_auto_examples/index.html">
Examples
</a>
</li>
<li class=" ">
<a class="nav-link dropdown-item nav-internal"
href="https://www.aequilibrae.com/test/python/modeling_with_aequilibrae/index.html">
href="https://www.aequilibrae.com/dev/python/modeling_with_aequilibrae/index.html">
Modeling with AequilibraE
</a>
</li>
<li class=" ">
<a class="nav-link dropdown-item nav-internal"
href="https://www.aequilibrae.com/test/python/api.html">
href="https://www.aequilibrae.com/dev/python/api.html">
API Reference
</a>
</li>
</ul>
</li>
<li class="nav-item" id="index-nav-item" style="display: none;">
<a class="nav-link" href="https://www.aequilibrae.com/test/python/index.html">Python</a>
<a class="nav-link" href="https://www.aequilibrae.com/dev/python/index.html">Python</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.aequilibrae.com/test/qgis/index.html">QGIS</a>
<a class="nav-link" href="https://www.aequilibrae.com/dev/qgis/index.html">QGIS</a>
</li>
</ul>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
}

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion docs/source/modeling_with_aequilibrae/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://www.aequilibrae.com/test/qgis/index.html>`_.
detail its `documentation <http://www.aequilibrae.com/dev/qgis/index.html>`_.

Contributions are welcome to the existing modules and/or in the form of new modules.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/useful_information/version_history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 67c6461

Please sign in to comment.