tldr-python-dash-docset
tldr-python-dash-docset copied to clipboard
Updates
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 some features too. Here's a summary of the changes:
- update the styles (see example below)
- support inline
codeelements (csvcut) - style curly brackets as colored text (this should address issue #4)
- replace asterisk with endash and make left padding consistent
- support inline
- add support for online redirection, to make it easy to get to the source documents from Dash
- fix encoding issues e.g. that’s -> that’s (ditto)
- fix underscore issues e.g. day_of_week -> day_of_week instead of dayofweek (crontab)
- add a table of contents to the index page
- make sure the index page is always in alphabetical order
- add config files for Docker and pip, to make it easier to get started, and lay a foundation for automated builds via CI
I plan to submit a new version to the Dash-User-Contributions repo in the next few days. If you would like to do that instead, just mention me in the PR so I know about it.
Let me know if you have any questions.
Chad