Emily Soth
32ab8f2350
update api docs conf.py
2025-05-23 12:05:48 -07:00
Emily Soth
cb8c045ad2
update RTD configuration script for plugins
2025-05-23 10:20:20 -07:00
Megan Nissel
45ceb0e5b6
add link to wind energy user guide PR ( #1698 )
2025-05-20 14:41:45 -04:00
Megan Nissel
1cf69a8b3d
update ADR to expand upon downsides of interpolation ( #1698 )
2025-04-29 10:14:41 -04:00
Megan Nissel
074510912a
ADR copy updates for clarity and organization ( #1698 )
2025-04-16 14:51:38 -04:00
Megan Nissel
dc2777037d
draft ADR for wind energy update: remove raster outputs ( #1698 )
2025-04-16 13:08:24 -04:00
James Douglass
0287cb7e24
Improving section title per @emlys 's suggestion.
...
RE:#1660
2024-10-23 13:09:25 -07:00
James Douglass
bcf88fc2b3
Update doc/api-docs/scripting.rst
...
Co-authored-by: Emily Soth <43770515+emlys@users.noreply.github.com>
2024-10-23 13:06:05 -07:00
James Douglass
7846c2b87c
Updating Scripting page of the API docs.
...
RE:#1660
2024-10-23 11:01:52 -07:00
Emily Davis
28b9c3dbfd
Remove recently added code to see if we truly need it
2024-10-08 14:09:51 -06:00
Emily Davis
0f45a5c42f
Remove call to deprecated get_html_theme_path
2024-10-08 13:57:23 -06:00
Emily Davis
2ab42a9e9f
Update conf.py to fix RTD build
2024-10-08 13:47:53 -06:00
James Douglass
492d298cf5
Copying the workbench InVEST logo to API docs.
...
RE:#1463
2023-12-12 16:30:37 -08:00
James Douglass
fef3eb8ee7
Removing symlink - wasn't working in RTD. RE:#1463
2023-12-12 16:29:53 -08:00
James Douglass
11dd2d6f0e
Committing symlink again
...
I guess the file hadn't been added properly before?
RE:#1463
2023-12-09 10:54:21 -08:00
James Douglass
68b84d48db
Symlinking the workbench logo to the docs logo.
...
RE:#1463
2023-12-09 10:47:32 -08:00
Doug
9100b620d6
Fix math syntax
2023-09-05 11:01:28 -04:00
Doug
4aee2ea1d1
Add ADR for HQ decay deicison
2023-09-05 10:57:04 -04:00
Doug
351f85fde5
Merge branch 'task/license-attribution-change' of github.com:dcdenu4/invest into task/license-attribution-change
2023-08-30 13:38:09 -04:00
Doug
fa2c7ed6c4
Update doc/decision-records/ADR-0002-Switch-InVEST-License.md
...
Co-authored-by: James Douglass <jamesdouglassusa@gmail.com>
2023-08-30 13:37:58 -04:00
Doug
70fb816b17
update ADR status
2023-08-30 13:37:48 -04:00
Doug
800b91cb23
Update ADR status
2023-08-29 15:19:04 -04:00
Doug
218982fc89
Update doc/decision-records/ADR-0002-Switch-InVEST-License.md
...
Co-authored-by: Dave Fisher <davemfish@gmail.com>
2023-08-29 11:07:07 -04:00
Doug
2f770813f2
Add ADR for license switch
2023-08-28 10:39:10 -04:00
James Douglass
5006f402cc
Fixing how MD is interpreting italics instead of math.
...
RE:#1079 #915
2023-08-21 08:50:30 -07:00
James Douglass
8e2b41e854
Various MD formatting updates.
...
RE:#1070 #915
2023-08-21 08:47:33 -07:00
James Douglass
82ed72e769
Fiddling with math syntax. RE:#1079
2023-06-12 15:21:59 -07:00
James Douglass
94193da369
Merge branch 'main' of github.com:phargogh/invest into task/1079-915-adr-for-ls-factor-change
...
Conflicts:
HISTORY.rst
2023-05-16 17:09:05 -07:00
James Douglass
8831b12fac
Improving the GDAL-related installation docs.
...
RE:#1256
2023-05-12 14:02:38 -07:00
James Douglass
6217d928f1
Clarifying GDAL requirement and anticipated failures.
...
RE:#1256
2023-05-12 08:46:37 -07:00
James Douglass
9360f1f2bc
Updating installation instructions in the API docs.
...
RE:#1256
2023-05-11 14:29:57 -07:00
James Douglass
c1f1817bbc
Minor formatting changes to ADR.
...
RE:#1079
RE:#915
2023-04-28 12:16:56 -07:00
James Douglass
cbad3abe1f
Adding a first ADR and a readme about it.
...
RE:#1079
RE:#915
2023-04-28 12:13:56 -07:00
davemfish
59642af009
merged upstream release, resolved conflicts. #755
2023-03-03 10:34:40 -05:00
davemfish
c369c6cc58
one more update to API docs for cli. #755 .
2023-03-02 17:30:32 -05:00
davemfish
72f8dc6093
removing some other ancillary files for Qt installers; updates to api docs. #755 .
2023-03-02 17:23:24 -05:00
davemfish
c6c596934c
move Flask to main requirements.txt; remove references to requirements-gui.txt. #755
2023-02-28 14:05:36 -05:00
Emily Soth
bffbb342f6
rename ARGS_SPEC to MODEL_SPEC everywhere
2022-09-27 17:10:37 -07:00
Emily Soth
05525e90e3
use PEP 420: implicit namespace package ( #990 )
...
* use PEP 420: implicit namespace package
* update api docs config for namespace package
* allow internationalization data to be included as a namespace 'package'
* missing import
* sphinx apidoc use implicit namespaces option natcap/invest#967
* restore setup package_data
* update docs requirements to keep up with other requirements files
* set language to en
* remove unused imports, refactor excluded modules
* Update doc/api-docs/conf.py
Co-authored-by: James Douglass <jamesdouglassusa@gmail.com>
Co-authored-by: James Douglass <jamesdouglassusa@gmail.com>
2022-07-14 12:16:20 -07:00
emlys
c73032db14
prevent duplicate toctree entries from .so & .pyx files natcap/invest#620
2022-04-29 15:53:10 -07:00
emlys
cd1e1780f9
add makefile dependency: apidocs depend on build/lib natcap/invest#818
2022-04-29 15:51:55 -07:00
emlys
462622a221
move MODEL_METADATA to its own module
2022-04-25 11:14:22 -07:00
emlys
65a0e6d63f
add link to wikipedia for iso 639-1
2021-11-29 15:38:05 -08:00
Emily Soth
90c9e8d46c
Update doc/api-docs/scripting.rst
...
Co-authored-by: James Douglass <jamesdouglassusa@gmail.com>
2021-11-29 12:13:37 -08:00
Emily Soth
584e09e0b6
Update doc/api-docs/scripting.rst
...
Co-authored-by: James Douglass <jamesdouglassusa@gmail.com>
2021-11-29 12:13:00 -08:00
emlys
471ac9fef1
add history note and api docs
2021-11-12 13:57:04 -08:00
emlys
c4278fb566
remove gohlke link
2021-10-04 14:22:46 -07:00
emlys
7fee60f349
fix code block formatting
2021-10-04 13:38:51 -07:00
emlys
0eb85817dc
fix rst errors
2021-10-04 13:14:10 -07:00
emlys
a18ec05721
clean up
2021-10-04 12:23:28 -07:00