pyoceans / sea-py

A collaborative effort to organize and distribute Python tools for the Oceanographic Community
https://pyoceans.github.io/sea-py/
Creative Commons Zero v1.0 Universal
53 stars 16 forks source link

Try doctr #25

Closed ocefpaf closed 7 years ago

ocefpaf commented 7 years ago

Let's see if this works...

asmeurer commented 7 years ago

It looks right. The only way to tell for sure is to merge.

ocefpaf commented 7 years ago

It looks right. The only way to tell for sure is to merge.

I guess it worked! See https://github.com/pyoceans/seapy/commit/f234d4425bcca37619105d4a1ab033ff85f64ea3

Thanks @asmeurer!

asmeurer commented 7 years ago

Is that what you wanted? It deployed to https://pyoceans.github.io/seapy/docs/, not https://pyoceans.github.io/seapy/ (that's what was there from before).

asmeurer commented 7 years ago

It's because --gh-pages-docs defaults to docs (for historical purposes; we should probably change the default to .).

asmeurer commented 7 years ago

Fixed at https://github.com/pyoceans/seapy/pull/26

ocefpaf commented 7 years ago

Saw that in the docs. But yeah... I assumed the default was not docs. I agree that the default should be . to match what jekyll, mkdocs, pelican, and many others do.