Brendan Heberlein
Brendan Heberlein
I'll preface this by saying I am not entirely sure if this is more properly a request for PST or for Sphinx. When I view my generated package index from...
If I create a `Tree` instance like this ```python from ipytree import Tree, Node tree = Tree(multiple_selection=False) node1 = Node('First Node') node2 = Node('Second Node') tree.add_node(node1) tree.add_node(node2) ``` then I...
Some GPS tracking apps provide settings to configure the logging rate based on a time interval (e.g. create a track point every 1 second) or a distance interval (create a...
## Bug Report The following simple Markdown example does not parse: ```markdown # Title - a - b - c - d > - e ``` It seems that the...