Skip to content

Commit

Permalink
chore: add documentation to download and install Ecoscope GUI.
Browse files Browse the repository at this point in the history
  • Loading branch information
enlivn committed Oct 30, 2023
1 parent 3ef6ebf commit 9690106
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/source/abc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Testing
7 changes: 7 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
copyright = "2022, Wildlife Dynamics"
author = "Wildlife Dynamics"

source_suffix = {
'.rst': 'restructuredtext',
'.txt': 'restructuredtext',
'.md': 'markdown',
}


# -- General configuration ---------------------------------------------------

Expand All @@ -41,6 +47,7 @@
"sphinx.ext.intersphinx",
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
"myst_parser",
]

nbsphinx_execute = "never"
Expand Down
31 changes: 31 additions & 0 deletions doc/source/ecoscope_gui.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Ecoscope GUI
============

The Ecoscope GUI provides a cross-platform, easy-to-use graphical user interface to be able to filter events and subject group observations from your EarthRanger instance, and process them with Ecoscope.

The downloaded data can then be exported as either a geopackage (``.gpkg``) or a CSV (``.csv``) file.

<insert screenshot>

Downloads
---------
Requirements
~~~~~~~~~~~~
The GUI can be run on the following operating systems:

== ================
OS CPU architecture
== ================
False False
True False
False True
True True
===== ============


===== =====
OS CPU architecture
===== =====
Windows 11 64-bit
| --- | --- |
| a | b
4 changes: 3 additions & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
:hidden:

Home <self>
notebooks
notebooks;
ecoscope_gui
abc
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ dependencies:
- nbsphinx-multilink==1.4.1
- sphinx-autoapi==3.0.0
- earthranger-client==1.0.49
- myst-parser==2.0.0

0 comments on commit 9690106

Please sign in to comment.