tldr-python-dash-docset
tldr-python-dash-docset copied to clipboard
tldr-pages Python Dash Docset Generator
Hi @Moddus, I've been enjoying the TLDR pages docset. I wanted to create an updated version, and along the way I fixed a few issues with the generator, and added...
This [line of code](https://github.com/Moddus/tldr-python-dash-docset/blob/03f1ec097fd87980c6b0a7714c55bae011efb8ef/generator.py#L47) use `os.mkdir` to create sub-directory. ```python try: os.mkdir(sub_path) except OSError as e: print("Could not create dir " + e.strerror) raise SystemExit ``` It prompts error on...
either to bold or coloured or emphasised in some other way. contrast... tldr dash docset:  terminal: 
The author of this project has been unresponsive for some time. I maintain an active fork here: https://github.com/cvn/tldr-python-dash-docset I have been using my fork to [update the docset](https://github.com/Kapeli/Dash-User-Contributions/pulls?q=is%3Apr+author%3Acvn) periodically.