pdoc
pdoc copied to clipboard
html files with underscores in names aren't shown in github pages
E.g the htmls files with underscore is indexed by pydoc, but returns 404 error when accessed.

So the solution is to include a .nojekyll file at the document root.