Skip to content

Fix the documentation/readme #284

Closed
@chsasank

Description

@chsasank

Right now following are the ways to look up documentation is

  1. Part of pytorch docs: http://pytorch.org/docs/master/torchvision/torchvision.html
  2. Readme.md.

Issue with these:

  1. This is a sphinx build.Any new functions/classes requires 2 PRs. One here and another in pytorch/pytorch as source for docs are in that repo.
  2. Readme is not automatically updated.

Somehow this needs to be fixed.

My solution:
Move docs/torchvision/* from pytorch/pytorch to this repo and build docs using autobot to gh-pages so that pytorch.org/vision shows torchvision's documentation.

(Only?) problem with this solution: Existing links to vision's docs in pytorch.org/docs will be broken.

I think same can be done for torchtext. Proper sphinx website is sorely missing for torchtext.

PS. I'm willing to make the move if my solution looks fine to you, although I'll need help with autobot :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions