Skip to content

โ„น๏ธ about tonyfastยค

tonyfast is an accessibility and disability advocate with expertise in open-source design, development, and science. they are passionate about advocating for equitable computational literature and digital accessibility for disabled scientists.

๐Ÿ› ๏ธ current projectsยค

recent projectsยค

โž• more

๐Ÿ’ฟ events and mediaยค

๐Ÿ“ฝ๏ธ presentationsยค

๐Ÿ‘จโ€๐Ÿญ organizationsยค

โ“ about this repository

the tonyfast distributionยค

this repository is one of github's special repositories for my personal profile. i wanted to do more with than just a readme so i'm using it as a place to package my computational essays or literate programs as a python distribution.

currently this project features:

  • blogs, essays, notebooks and markdown re-used as python source code
  • a python project called tonyfast that uses hatch for most development tasks (see pyproject.toml)

    pip install -e. # for development mode
    
  • github actions to deploy my content on github pages. the documentation is made of:

  • mkdocs documentation with my own notebook customizations. (see mkdocs.yml)

  • a no-install, in-the-browser jupyterlite demo so myself and others can try out the code themselves

  • some things i'd like to do:

  • add cron for some posts

  • add tests for some posts
  • build a solid binder to run heavier demos that might not work in jupyterlite