pathpy/pathpyG

Code reference pages return 404 error

Closed this issue · 4 comments

This holds for all classes in the core module, e.g. this on as well as for the io and nn modules.

Sorry, I am currently working on a fix for the version selector returning a 404 error. During that the documentation might have not been available for a few minutes. This might be because of this.

No need to be sorry and thanks for your great work!

I finally found a solution for the problem that using version selector leads to a 404 error. Since the problem did not occur locally on http://localhost:8000/, I could only test it directly on pathpy.net. I checked the mentioned parts of the Documentation again and now everything works again as it should.

I think this example highlights very well why it is nice to have a versioned documentation. When we finally have a first stable release on pip and publish the corresponding stable documentation page, then no matter what problems might currently occur on the dev documentation, the stable documentation corresponding to each release will still be available.

As soon as I have completed the refactoring of the PathData class (and as soon as we have expanded the test coverage a bit more), we can release a first stable version. After this refactoring is done, I do not expect substantial API changes.