Skip to content

Commit

Permalink
untest fix to bat file for compiling doc on windows
Browse files Browse the repository at this point in the history
fixes #28
  • Loading branch information
loicdtx committed Jul 25, 2024
1 parent d22806b commit 95204d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set SOURCEDIR=.
set BUILDDIR=_build

if "%1" == "" goto help
Expand Down
24 changes: 12 additions & 12 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,24 +118,24 @@ References
==========

.. [1] Brooks, E.B., Wynne, R.H., Thomas, V.A., Blinn, C.E. and Coulston, J.W., 2013.
On-the-fly massively multitemporal change detection using statistical quality control charts and Landsat data.
IEEE Transactions on Geoscience and Remote Sensing, 52(6), pp.3316-3332.
https://doi.org/10.1109/TGRS.2013.2272545
On-the-fly massively multitemporal change detection using statistical quality control charts and Landsat data.
IEEE Transactions on Geoscience and Remote Sensing, 52(6), pp.3316-3332.
https://doi.org/10.1109/TGRS.2013.2272545
.. [2] Verbesselt, J., Zeileis, A. and Herold, M., 2012.
Near real-time disturbance detection using satellite image time series.
Remote Sensing of Environment, 123, pp.98-108.
https://doi.org/10.1016/j.rse.2012.02.022
Near real-time disturbance detection using satellite image time series.
Remote Sensing of Environment, 123, pp.98-108.
https://doi.org/10.1016/j.rse.2012.02.022
.. [3] Zhu, Z., Woodcock, C.E. and Olofsson, P., 2012.
Continuous monitoring of forest disturbance using all available Landsat imagery.
Remote sensing of environment, 122, pp.75-91.
https://doi.org/10.1016/j.rse.2011.10.030
Continuous monitoring of forest disturbance using all available Landsat imagery.
Remote sensing of environment, 122, pp.75-91.
https://doi.org/10.1016/j.rse.2011.10.030
.. [4] Zhu, Z. and Woodcock, C.E., 2014.
Continuous change detection and classification of land cover using all available Landsat data.
Remote sensing of Environment, 144, pp.152-171.
https://doi.org/10.1016/j.rse.2014.01.011
Continuous change detection and classification of land cover using all available Landsat data.
Remote sensing of Environment, 144, pp.152-171.
https://doi.org/10.1016/j.rse.2014.01.011
Expand Down

0 comments on commit 95204d6

Please sign in to comment.