Skip to content

Instantly share code, notes, and snippets.

View abravalheri's full-sized avatar
💭
😆

Anderson Bravalheri abravalheri

💭
😆
  • University of Bristol
  • Bristol, UK
View GitHub Profile
@abravalheri
abravalheri / !Dummy rst2myst example for issue.md
Last active September 11, 2021 14:56
Dummy `rst2myst` example for issue

dummy-rst2myst-example-for-issue

This repository demonstrates an issue with the rst2myst conversion tool.

Issue

The way rst2myst translates rst substitutions to Markdown does not seem to work properly. So far 2 inconsistencies have been identified:

@abravalheri
abravalheri / 0_disclaimer.md
Last active April 20, 2022 15:05
How to implement Namespace packages via `MetaPathFinder`?

Please note that the implementations here are simple PoCs, and is subject to implementation errors, bugs, over simplifications etc..

@abravalheri
abravalheri / .gitignore
Last active June 20, 2022 18:48
Simple profiling script to verify `setuptools` execution time.
.venv
build
dist
*.pstats
*.html
*.egg-info
from flit_core.buildapi import *