html2Dash
html2Dash copied to clipboard
Generate a docset from any HTML documentations. Written in python
Results
3
html2Dash issues
Sort by
recently updated
recently updated
newest added
So, everyone can install it from `pip install html2dash`. And I have found a convenient method to make a pypi package. That is **cookie-cutter**. ```bash pip install cookie-cutter cookiecutter https://github.com/audreyr/cookiecutter-pypackage...
I add a param in add_urls method in order to use the variable index page file path replacing hard code 'index.html'. Do you think is it OK?