-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate with new AequilibraE docs (#380)
* Create custom.css * Create navbar-nav.html * config layout * conf * toggle button * nav bars * update pages * new menus * Update documentation.yml * update headers * add grid * update docs * update docs and build pdf * Update documentation.yml * fixes PDF creation * Update documentation.yml * modifies page structure * Update documentation.yml * update docs * updates links * updates links and files * update website links
- Loading branch information
Showing
26 changed files
with
424 additions
and
401 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
This Add-on for QGIS is developed with the intention to provide transportation planning tools in a GIS environment | ||
This add-on is FREE and open source. | ||
It can also be used on a Python shell. For initial instruction on how to do it, access https://github.com/AequilibraE/examples_api | ||
QAequilibraE is the GUI for AequilibraE, a transportation modeling package designed to be an open-source alternative to | ||
traditional commercial packages. | ||
|
||
For more details: www.aequilibrae.com/qgis | ||
It is a comprehensive set of tools for modeling and visualization, including incredibly fast equilibrium traffic | ||
assignment, synthetic gravity models, network editing, and GTFS importer. | ||
|
||
|
||
|
||
Youtube playlist: https://www.youtube.com/playlist?list=PLdiSu_6yrzc5OtDnPXZ1PEAw2bEeEUJoY | ||
|
||
Plugin Page: www.aequilibrae.com | ||
If you want to go further, explore [AequilibraE](https://github.com/AequilibraE/aequilibrae), the open-source Python | ||
package for transportation modeling. |
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,12 @@ | ||
:orphan: | ||
|
||
QGIS | ||
==== | ||
|
||
.. toctree:: | ||
:hidden: | ||
:maxdepth: 1 | ||
|
||
../getting_started | ||
../menus_in_detail | ||
../processing_provider |
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,11 @@ | ||
.bd-page-width { | ||
max-width: 80%; | ||
} | ||
|
||
.bd-main .bd-content .bd-article-container { | ||
max-width: 80%; | ||
} | ||
|
||
.bd-links__title[role="heading"][aria-level="1"] { | ||
display: none; | ||
} |
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,52 @@ | ||
<nav> | ||
<ul class="bd-navbar-elements navbar-nav"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://www.aequilibrae.com/latest/python.html">Python</a> | ||
</li> | ||
<li class="nav-item dropdown"> | ||
<button class="btn dropdown-toggle nav-item" type="button" data-bs-toggle="dropdown" aria-expanded="true" | ||
aria-controls="pst-nav-more-links" id="qgis-button"> | ||
QGIS | ||
</button> | ||
<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/latest/qgis.html"> | ||
Main menu | ||
</a> | ||
</li> | ||
<li class=" "> | ||
<a class="nav-link dropdown-item nav-internal" | ||
href="https://www.aequilibrae.com/latest/qgis/getting_started.html"> | ||
Getting Started | ||
</a> | ||
</li> | ||
<li class=" "> | ||
<a class="nav-link dropdown-item nav-internal" | ||
href="https://www.aequilibrae.com/latest/qgis/menus_in_detail.html"> | ||
Menus in detail | ||
</a> | ||
</li> | ||
<li class=" "> | ||
<a class="nav-link dropdown-item nav-internal" | ||
href="https://www.aequilibrae.com/latest/qgis/processing_provider.html"> | ||
Processing provider | ||
</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</nav> | ||
|
||
<script> | ||
document.adlatestentListener("DOMContentLoaded", function () { | ||
const isQGISPage = window.location.pathname.endsWith("qgis.html"); | ||
const qgisButton = document.getElementById("qgis-button"); | ||
|
||
if (!isQGISPage) { | ||
qgisButton.innerHTML = "<b>QGIS</b>"; | ||
} | ||
}); | ||
</script> | ||
|
||
<!-- TODO: Fix navigation links--> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
:orphan: | ||
|
||
.. _citation: | ||
|
||
Cite us! | ||
======== | ||
|
||
If you're using QAequilibraE in a scientific publication, we would appreciate citations | ||
to the following paper: | ||
|
||
Camargo, P. (2015) AequilibraE: a free QGIS add-on for transportation modeling. Foss4g North America | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.