AureumChaos / LEAP

A general purpose Library for Evolutionary Algorithms in Python.
Academic Free License v3.0
83 stars 19 forks source link

Fix some warnings and broken plotting code in Sphinx docs. #301

Closed SigmaX closed 1 year ago

SigmaX commented 1 year ago

Rebuild the docs, fixing a number of errors and warnings. Resolves #300.

@markcoletti Assigning to you for review, since I know we've both touched the docs recently.

SigmaX commented 1 year ago

Added a commit fixing bibtex syntax too (#297). We had an inconsistent mixture of sphinxcontrib-bibtex and non-sphinxcontrib-bibtex syntax that wasn't helping things. Our four references now link correctly to the References page:

image

markcoletti commented 1 year ago

Added a commit fixing bibtex syntax too (#297). We had an inconsistent mixture of sphinxcontrib-bibtex and non-sphinxcontrib-bibtex syntax that wasn't helping things. Our four references now link correctly to the References page:

image

Thanks, Siggy! I think the inconsistent bibtex usages were partly due to me learning how to integrate references via sphinx. Glad that this is sorted now!