apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.79k stars 6.79k forks source link

docs rendering issue with gluon.Trainer #13466

Open aaronmarkham opened 6 years ago

aaronmarkham commented 6 years ago

Description

Properties aren't rendering properly: https://mxnet.incubator.apache.org/api/python/gluon/gluon.html?highlight=trainer#mxnet.gluon.Trainer

aaronmarkham commented 6 years ago

@mxnet-label-bot Add [Doc, Good First Issue]

vrakesh commented 6 years ago

@mxnet-label-bot add [Doc, Good First Issue]

szha commented 4 years ago

@ys2843 seems that trainer doc is missing in the 1.6 doc. https://mxnet.incubator.apache.org/versions/1.6/api/python/docs/api/gluon/index.html

szha commented 4 years ago

and it's empty in master https://mxnet.apache.org/api/python/docs/api/gluon/trainer.html

ys2843 commented 4 years ago

@szha Could you clean the browser cache and try again? The browser could cache the previous redirect. I can see docs content in both link.

szha commented 4 years ago

When I click on the trainer card in those pages, this is what I see: image

ys2843 commented 4 years ago

@szha I see the problem, also found several broken links in v1.6 website. It looks like the broken links were only fixed in master branch.

GarrettDaniel commented 1 year ago

It looks like this page is still empty in master https://mxnet.apache.org/api/python/docs/api/gluon/trainer.html. I've noticed several other pages like this that are empty (including one from another old issue https://github.com/apache/mxnet/issues/15438, and every other class definition under mxnet.gluon like gluon.Block, gluon.HybridBlock, etc.). Any idea what could be causing these problems? Looking at docs/python_docs/python/api/gluon/trainer.rst, it doesn't look any different from other pages that render just fine.