diff --git a/apidoc/routines/io.rst b/apidoc/routines/io.rst index f20ea8f..9e610a3 100644 --- a/apidoc/routines/io.rst +++ b/apidoc/routines/io.rst @@ -2,7 +2,7 @@ IO Utilities ============ -Routines for reading and writing demand modelling files, particularly matrices and TMG Toolbox network packages. +Routines for reading and writing demand modelling files, particularly matrices and TMGToolbox network packages. Matrices -------- @@ -38,5 +38,7 @@ Fortran format Network Packages (NWP) ---------------------- +For more information on the TMGToolbox Network Package format, please visit https://tmg.utoronto.ca/doc/1.6/tmgtoolbox/input_output/ExportNetworkPackage.html + .. automodule:: balsa.routines.io.nwp :members: diff --git a/docs/.buildinfo b/docs/.buildinfo index 29ea089..1ea85a3 100644 --- a/docs/.buildinfo +++ b/docs/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: e9c765a95887a75c9a2e673fd39b858c +config: 2d7548e41818fc7ff042dc792b902925 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/_sources/routines/io.rst.txt b/docs/_sources/routines/io.rst.txt index f20ea8f..9e610a3 100644 --- a/docs/_sources/routines/io.rst.txt +++ b/docs/_sources/routines/io.rst.txt @@ -2,7 +2,7 @@ IO Utilities ============ -Routines for reading and writing demand modelling files, particularly matrices and TMG Toolbox network packages. +Routines for reading and writing demand modelling files, particularly matrices and TMGToolbox network packages. Matrices -------- @@ -38,5 +38,7 @@ Fortran format Network Packages (NWP) ---------------------- +For more information on the TMGToolbox Network Package format, please visit https://tmg.utoronto.ca/doc/1.6/tmgtoolbox/input_output/ExportNetworkPackage.html + .. automodule:: balsa.routines.io.nwp :members: diff --git a/docs/_static/basic.css b/docs/_static/basic.css index 6157296..b97662d 100644 --- a/docs/_static/basic.css +++ b/docs/_static/basic.css @@ -670,6 +670,16 @@ dd { margin-left: 30px; } +.sig dd { + margin-top: 0px; + margin-bottom: 0px; +} + +.sig dl { + margin-top: 0px; + margin-bottom: 0px; +} + dl > dd:last-child, dl > dd:last-child > :last-child { margin-bottom: 0; @@ -738,6 +748,14 @@ abbr, acronym { cursor: help; } +.translated { + background-color: rgba(207, 255, 207, 0.2) +} + +.untranslated { + background-color: rgba(255, 207, 207, 0.2) +} + /* -- code displays --------------------------------------------------------- */ pre { diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js index 4ecdb06..b9b6d11 100644 --- a/docs/_static/documentation_options.js +++ b/docs/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '1.4.0', + VERSION: '1.4.2', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/genindex.html b/docs/genindex.html index 792498b..54709ff 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -7,7 +7,7 @@
-