msmbuilder / msmbuilder-legacy

Legacy release of MSMBuilder
http://msmbuilder.org
GNU General Public License v2.0
25 stars 28 forks source link

first attempt at getting warning to work. #454

Closed schwancr closed 9 years ago

schwancr commented 9 years ago

Alright, this is just a carbon copy of scikit-learn's warning for deprecated docs.

I pushed the changes to aws and it works

www.msmbuilder.org/legacy

rmcgibbo commented 9 years ago

Sweet. This covers it, from the msmbuilder-legacy side. On the other side (msmbuilder/msmbuilder) we can deal with the dropdown menu.

schwancr commented 9 years ago

Yea, I think we should also copy the theme config stuff to msmbuilder/msmbuilder too since the releases should be marked in this same way.

rmcgibbo commented 9 years ago

Yes, true, but the difference is that here, we've set oldversion=True in docs/sphinx/sphinx_rtd_theme-0.1.5/sphinx_rtd_theme/theme.conf. But in msmbuilder/msmbuilder, it's a little trickier to do that, since the latest version is there.

rmcgibbo commented 9 years ago

Should be merge this now?

schwancr commented 9 years ago

let's figure out the right way to do the release stuff before merging here

rmcgibbo commented 9 years ago

But since this one is always going to legacy, I think it's fine, unlike https://github.com/msmbuilder/msmbuilder/pull/358

schwancr commented 9 years ago

Yea, its technically fine but if we come up with something better we might as well change it here too

schwancr commented 9 years ago

Gonna merge this and see if travis can actually build the docs