Skip to content

Instantly share code, notes, and snippets.

View wtbarnes's full-sized avatar

Will Barnes wtbarnes

View GitHub Profile
@rxaviers
rxaviers / gist:7360908
Last active September 12, 2026 11:18
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:

For Major releases only:

  • Update RELEASE.md
  • Update the version for build numbers on Appveyor (Not sure this really matters)

Pre-release:

  • Check that the Continious Integration is passing for the correct version
  • Update version number in setup.py (the version number branch and don't commit yet)
  • Modify the changelog title (remove (unreleased))
  • Build the source distribution:
@Cadair
Cadair / sunpy-minor-checklist.md
Last active June 9, 2017 17:47
SunPy Minor Release Checklist
  • Add a new heading for the next release in the CHANGELOG.md file.

  • Run the tests:

python setup.py test
  • Update version number in setup.py [don't commit yet]
  • Build the source distribution:
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@gboeing
gboeing / pypi.md
Last active June 24, 2026 12:08
How to organize and distribution a package on pypi

To distribute a package on pypi

Directory structure

/project/
    /package/
        __init__.py
        module.py
 setup.py
@max-mapper
max-mapper / bibtex.png
Last active September 9, 2026 17:52
How to make a scientific looking PDF from markdown (with bibliography)
bibtex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wtbarnes
wtbarnes / .flexlmrc
Last active May 6, 2022 20:37
Startup scripts for SSW and instructions for macOS install
IDL_LMGRD_LICENSE_FILE=<address>@<my_institution.edu>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.