Pytorch-lightning: Doc broken / Link broken

Created on 23 Jan 2020  ยท  25Comments  ยท  Source: PyTorchLightning/pytorch-lightning

It is really confusing and worrying for news comer like me who expect a simple and easy to plug api well documented and maintained.

good first issue

All 25 comments

Have you noticed some other broken links?

We just migrated to a new documentation stack, so there are some kinks to work out. Please continue to let us know if you find broken links.

Thanks for your quick answer.

I am rewriting part of existing code with lightning because I ended up with a similar API (obviously with a restricted set of lightning features) and I think that overall some standardisation of this code everybody always rewrite can be great. So I am mostly going back and forth through the documentation to find the equivalent features.

I find out that "Define a lightning module" and "Fit with a trainer" also seems to be pointing to the previous documentation.


I also found a recursive deprecation in your doc. ๐Ÿ™ƒ

min_nb_epochs (int) โ€“
Deprecated since version 0.5.0: Use min_nb_epochs instead. Will remove 0.8.0.

just for the record, I think that the links got broken due to major docs update in #725

Here are few more broken links that I found:

Tutorials:

None of the examples have any details in them.

@sudarshan85 do they have text the source code? I do not think so...
but adding blog-post abstract is welcome as a PR... :]

broken links are also referenced in https://pypi.org/project/pytorch-lightning/0.2.5/

@ChristofHenkel it is a really old version and me what I say it was not even to possible to build the particular docs anymore... the only thing we can do now is kind of forwarding from https://williamfalcon.github.io/pytorch-lightning/ to the new (organisation) location...
any other idea @PyTorchLightning/core-contributors ?

I will also add that one link from the Medium article on "refactoring pytorch code with lightning" is broken:

Lightning __tests__ it and [...]

I understand you just moved a lot of content from one domain to an other, so it makes take some times before we catch all the inconsistencies.

Hope it can helps you, and keep the good work. :)

talking about the medium links, @williamFalcon could you pls check it?

Also the blue/red gif picture which describe which part lightning handle is broken (alongside the logo at the top) on the pipy repository: https://pypi.org/project/pytorch-lightning/0.6.0/

Don't know if it is something expected or not. ๐Ÿ™ƒ

Is there anyone find the replacement for walliamfalcon.github.io? I think most of the use case for pytorch-lightning is inside that page, and the absence of that page makes me struggle implementing my project. Please help me. Also, pytorchlightning.github.io doesn't work either.

read the 0.5.3 docs on the readme.
Which pages did we not bring over?

@williamFalcon Oh.. my mistake. pytorchlightning.github.io gives 404, not the full link. Thanks for reply.

Actually, maybe http://pytorchlightning.github.io should have an index page? ๐Ÿคฃ

I ll have look at it...

@Borda You can consider creating a new repo named pytorchlightning.github.io, and pushing the built docs into there with the help of CI

@Ir1d Oh, I didn't noticed you do not have a pytorchlightning.github.io repository. Actually I do not understand how you managed to host the actual documentation. ๐Ÿ˜…

Also, maybe want to update the top right icon in the doc to display the PyTorchLightning team repo:
image

Although I do recognize that williamFalcon's work is amazing. ๐Ÿ˜„

the structure is different .github.io/ so @williamFalcon is admin to do so...

@Ir1d Oh, I didn't noticed you do not have a pytorchlightning.github.io repository. Actually I do not understand how you managed to host the actual documentation.

we are using ReadTheDocs or RTFD (~read the fucking docs) as before...

Also, maybe want to update the top right icon in the doc to display the PyTorchLightning team repo:

where do you find this page?

@Borda I meant for hosting the documentation at https://pytorchlightning.github.io/pytorch-lightning/ without having a pytorchlightning.github.io.

I fond this github link (https://github.com/PyTorchLightning/pytorch-lightning/issues/738#issuecomment-583309344) at the url: https://pytorchlightning.github.io/pytorch-lightning/

Now I realise maybe this is an outdated doc and shouldn't be here, since as you mentionned the readme link to read the docs.

I think @jeremycochoy is mislead by the unused gh-pages branch. Perhaps we should add a link to the new doc from there. (Since it is still crawled by the search engines, many others might still be misled too.

I think a redirect from https://pytorchlightning.github.io/pytorch-lightning/ and an other one from https://pytorchlightning.github.io/ to your RTFD would fix issues of peoples like me and @sh0416 being lost. It would also tell the search engines (like google) to update their links.

Ideally you would like to do a HTTP 301. Although it is the best, I don't think you can achieves this with gh-pages but some HTML can do the job. This is how Jekyll do HTML redirects if it can helps you.

@Borda I meant for hosting the documentation at https://pytorchlightning.github.io/pytorch-lightning/ without having a pytorchlightning.github.io.

I agree that we shall drop the old MKdoc documentation, @williamFalcon

I think a redirect from https://pytorchlightning.github.io/pytorch-lightning/ and an other one from https://pytorchlightning.github.io/ to your RTFD would fix issues of peoples like me and @sh0416 being lost. It would also tell the search engines (like google) to update their links.

I totally agree, we have talked about it earlier, but it is about Will to do as he is the only admin

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dschaehi picture dschaehi  ยท  31Comments

BraveDistribution picture BraveDistribution  ยท  31Comments

mauvilsa picture mauvilsa  ยท  23Comments

sai-prasanna picture sai-prasanna  ยท  24Comments

polars05 picture polars05  ยท  34Comments