Merge pull request #103 from Saijin-Naib/publish

Update requirements.txt, Makefile, make.bat
pull/104/head
Piero Toffanin 2021-07-06 09:18:49 -04:00 zatwierdzone przez GitHub
commit ccf8b628d1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
5 zmienionych plików z 9 dodań i 8 usunięć

1
.gitignore vendored
Wyświetl plik

@ -1,5 +1,6 @@
_build
venv
.vscode
# Base ignores:
# =============

Wyświetl plik

@ -25,7 +25,7 @@ pulllang:
tx pull --language "sw,ar,es,fr,te,fil"
livehtml:
sphinx-autobuild --open-browser -H 0.0.0.0 -b dirhtml "$(SOURCEDIR)" "$(BUILDDIR)"
sphinx-autobuild --open-browser --host 0.0.0.0 -b dirhtml "$(SOURCEDIR)" "$(BUILDDIR)"
export GIT_DEPLOY_DIR = _build/html
export GIT_DEPLOY_BRANCH = gh-pages

Wyświetl plik

@ -1 +1 @@
if "%1"=="livehtml" sphinx-autobuild --open-browser -H localhost -b html "source" "_build"
if "%1"=="livehtml" sphinx-autobuild --open-browser --host localhost -b html "source" "_build"

Wyświetl plik

@ -1,5 +1,5 @@
Sphinx==3.5.4
sphinx==4.0.2
sphinx-autobuild==2021.3.14
sphinx-intl==2.0.1
sphinx-rtd-theme==0.5.2
sphinx-autobuild==0.7.1
transifex-client==0.14.2
sphinx-intl==2.0.1
transifex-client==0.14.3

Wyświetl plik

@ -32,10 +32,10 @@ You can access the point cloud and textured meshes using MeshLab. Open MeshLab,
Orthophoto
^^^^^^^^^^
``odm_orthophoto/odm_orthphoto.png`` -- The orthophoto, but this is a simple png, which doesn't have any georeferencing information
``odm_orthophoto/odm_orthphoto.tif`` -- GeoTIFF Orthophoto. You can use it in QGIS as a raster layer.
``odm_orthophoto/odm_orthphoto.original.tif`` -- The orthophoto in its original un-cropped state.
.. figure:: images/orthophoto.png
:alt: image of OpenDroneMap orthophoto
:align: center