snakedown 0.3.0

This is a snakedown. Hand over your docs, nice and clean, and nobody gets confused.
Documentation
1
2
3
4
5
6
7
8
9
10
11
"""this file is valid python but contains misspelled references for testing."""


def the_little_function_that_could():
    """kinda like [[test_pkg.bar.great]]

    see also:
        [[nimpy.fft]]
        [[asdfasdfasdf]]
    """
    print("choo choo!")