-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Labels
Description
It seems that pydoctor do create a a symlink (named with the package name) to index.html.
I couldn't find the right place in code where this happens. I think it happens here.
I'm asking to modify this somehow. Maybe it could be a hard link instead of a symlink.
Or it could be a regular html file with a redirect directive in it.
Symlinks do often confuse other software, e.g. nextCloud/ownCloud, some Backup software etc.
I can't think of a reason why it couldn't be a hardlink.
Reactions are currently unavailable