Skip to content

geonexa/etoolkit-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EO-Toolkit Documentation

This directory contains the complete documentation for EO-Toolkit.

Quick Start

Install Dependencies

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Serve Documentation Locally

mkdocs serve
mkdocs serve --livereload

The documentation will be available at http://localhost:8000

Build Documentation

mkdocs build

This creates a site/ directory with static HTML files.

Deploy Documentation

mkdocs gh-deploy

This deploys to GitHub Pages

Documentation Structure

  • docs/ - Source markdown files
  • mkdocs.yml - MkDocs configuration
  • requirements.txt - Python dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages