Skip to content

Instantly share code, notes, and snippets.

View ezwelty's full-sized avatar

Ethan Welty ezwelty

  • Zürich, Switzerland
View GitHub Profile
@zit0un
zit0un / GeoJSON-OAS3.yaml
Last active November 15, 2024 13:17
OpenAPI (OAS3/Swagger) definition for GeoJSON objects
openapi: 3.0.0
info:
version: 1.0.1
title: GeoJSON format
description: >
This document defines the GeoJSON format as an OpenAPI.
It contains the definitions for 'Feature' object and 'FeatureCollection'
objects, as well as the definitions for all 'Geometry' objects.
It conforms with the 'RFC-7946' standard from IETF (August 2016 version)
@pklaus
pklaus / sphinx_to_github.sh
Created July 11, 2012 12:01 — forked from brantfaircloth/sphinx_to_github.sh
Sphinx documentation to github gh-pages without submodules
# assume the following directory structure where contents of doc/
# and source/ are already checked into repo., with the exception
# of the _build directory (i,e. you can check in _themes or _sources
# or whatever else).
#
# proj/
# source/
# doc/
# remove doc/_build/html if present