Closed jdk514 closed 6 years ago
The online github version appears "blank" because it's not intended to be browsed like that. If you follow the instructions (given at the link you provided
To generate documentations:¶
Install Sphinx: http://sphinx-doc.org/install.html
$ cd doc
$ sphinx-apidoc -f -e -o api ..\pydocumentdb
$ make.bat html
), to compile the doc on your side, it will generate local files with correct styling/browsing, etc.
The styling of http://azure.github.io/azure-documentdb-python/ (with paragraph marks showing, etc) is as expected.
The styling of the pydocumentdb documentation appears to be broken.