hohlraum / gdsCAD

A simple but powerful Python package for creating photolithography masks in the GDSII format.
GNU General Public License v3.0
89 stars 52 forks source link

Example hyperlinks not working in docs #60

Open sidneymau opened 6 years ago

sidneymau commented 6 years ago

The hyperlinks in the Examples section of the docs (https://pythonhosted.org/gdsCAD/examples.html) appear to be broken. For instance, I get redirected to https://pythonhosted.org/gdsCAD//examples-1.py. Removing the extra / before examples-1.py brings me to the right link, but I'm not sure how this would be patched properly.

JWChengRelax commented 3 years ago

I meet the same problem. It seems that removing the extra / manually is the only operable way to access the source code of Examples in docs.