Accenture / AmpliGraph

Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org
Apache License 2.0
2.14k stars 251 forks source link

Resolve Sphinx warnings when generating documentation. #42

Closed rorymcgrath closed 5 years ago

rorymcgrath commented 5 years ago

Background and Context The sphinx documentation generation process current generates a lot of warnings when generating the documentation. These warnings should be resolved or handled.

Description Resolve the warnings that are generated by Sphinx when the documentation is generated. This warnings include missing citations, unexpected unindent and missing blank lines after block quotes.