Skip to content

Instantly share code, notes, and snippets.

@westurner
westurner / forgot_to_check_out_with_recurse_submodules.md
Created September 12, 2023 19:54 — forked from cnlohr/forgot_to_check_out_with_recurse_submodules.md
Git forgot to clone recursively (forgot to check out with recurse submodules)
@westurner
westurner / conf.py.rst
Last active August 29, 2015 14:08 — forked from mgedmin/conf.py.rst
ENH: Add Show Source, Show on GitHub, Edit on GitHub Sphinx sidebar links

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 :