home.social
  1. I've recently migrated a few (small) sites from (no longer maintained) to , which went very smoothly.

    It also motivated me to write a small Markdown extension for including source code for functions, classes, methods, etc, similar to the `:pyobject:` option in reStructuredText's `literalinclude` directive:

    includepy.readthedocs.io/en/la

    (I'm aware of the snippets extension, which has many more features, but requires adding markers to the source files)