Skip to content

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
r-akemii committed Nov 26, 2024
1 parent c35ed10 commit d8c2a9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,13 @@ jobs:
if: ${{ (github.event_name == 'pull_request') && (env.HAS_SECRETS == 'true') }}
uses: jakejarvis/s3-sync-action@master
with:
args: --acl public-read --exclude '*' --include 'docs/build/html/home.html' --include 'docs/build/html/_images/sponsor*' --include 'docs/build/html/_images/banner*'
args: --acl public-read --exclude '*' --include 'home.html' --include '_images/sponsor*' --include '_images/banner*' --include '_static' --include 'search*' --include 'genindex.html'
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

- name: Upload python to DEVELOP on S3
Expand Down
7 changes: 0 additions & 7 deletions docs/source/_templates/navigation_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@
} else {
document.getElementById("dropdown-nav-item").style.display = "block";
}

const isPythonPage = window.location.pathname.endsWith("python.html");
const pythonButton = document.getElementById("python-button");
if (!isPythonPage) {
pythonButton.innerHTML = "<b>Python</b>";
}
});
</script>

<!-- TODO: Fix navigation links -->
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/qgis.html>`_.
detail its `documentation <http://www.aequilibrae.com/test/qgis/index.html>`_.

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

Expand Down

0 comments on commit d8c2a9a

Please sign in to comment.