Skip to content

Instantly share code, notes, and snippets.

View QCaudron's full-sized avatar

Quentin CAUDRON QCaudron

View GitHub Profile
@arikfr
arikfr / README.md
Last active May 16, 2024 16:28
Redash Query Export Tool

Setup

$ pip install click requests

Usage

$ python query_export.py --redash-url "https://app.redash.io/" --api-key ""
@MantasVaitkunas
MantasVaitkunas / conf.py.rst
Last active August 16, 2020 19:47 — forked from mgedmin/conf.py.rst
HOWTO add "Show on GitHub" and "Edit on GitHub" links to the Sphinx sidebar

Edit on GitHub links for Sphinx

Create _ext/ and _templates/ subdirectories.

Move edit_on_github.py into the _ext/ subdirectory.

Move sourcelink.html into the _templates/ subdirectory.

Add the following after the import sys, os line