tldr-python-dash-docset icon indicating copy to clipboard operation
tldr-python-dash-docset copied to clipboard

tldr-pages Python Dash Docset Generator

Results 4 tldr-python-dash-docset issues
Sort by recently updated
recently updated
newest added

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: ![screen shot 2018-01-29 at 15 53 03](https://user-images.githubusercontent.com/49612/35519566-875bfe32-050c-11e8-8e9d-d5ce56ddaf8c.png) terminal: ![screen shot 2018-01-29 at 15 50 30](https://user-images.githubusercontent.com/49612/35519496-54a8b2fa-050c-11e8-82ed-b20f0960d579.png)

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.