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

Updates

Open cvn opened this issue 7 years ago • 0 comments

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 code elements (csvcut)
    • style curly brackets as colored text (this should address issue #4)
    • replace asterisk with endash and make left padding consistent
  • 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


screenshot 2018-02-12 15 22 41

cvn avatar Feb 12 '18 18:02 cvn