macroevolution / bamm

A program for multimodel inference on speciation and trait evolution
GNU General Public License v2.0
33 stars 10 forks source link

Fix Sphinx warnings #93

Closed redcurry closed 10 years ago

redcurry commented 10 years ago

There are 81 warnings when I compile the Sphinx documentation. These need to be fixed.

drabosky commented 10 years ago

i have no idea what to make of that. i get ~30 warnings with first make, then remake with same files and only get 5 warnings

On Mar 3, 2014, at 11:20 AM, Carlos Anderson wrote:

There are 81 warnings when I compile the Sphinx documentation. These need to be fixed.

— Reply to this email directly or view it on GitHub.

redcurry commented 10 years ago

Interesting. What version do you get if you run sphinx-build --version?

drabosky commented 10 years ago

Sphinx v1.1.3

On Mar 3, 2014, at 11:27 AM, Carlos Anderson wrote:

Interesting. What version do you get if you run sphinx-build --version?

— Reply to this email directly or view it on GitHub.

redcurry commented 10 years ago

Some of these warnings are related to missing link labels, so fixing those will fix some of the missing links I'm seeing in the documentation.

redcurry commented 10 years ago

I fixed all the warnings related to the underlines. There are still warnings about missing links. Also, I turned on a cool feature that causes some warnings to appear on the web pages themselves, like the underline warnings, so it's easier to see where they are.