ODM2 / CZ-Manager

CZ Manager (formerly ODM2 Admin) is an application for site level data management of environmental observations using Observation Data Model 2 (ODM2) for documentation and a detailed walkthrough see:
http://odm2.github.io/CZ-Manager
MIT License
9 stars 12 forks source link

Build and upload docs automatically #166

Closed ocefpaf closed 7 years ago

ocefpaf commented 7 years ago

@lsetiawan I used the README to create the index.rst, no docstrings yet.

lsetiawan commented 7 years ago

I don't get why it's failing.

ocefpaf commented 7 years ago

I don't get why it's failing.

What failure :wink:

Just kidding I forgot to create an empty gh-pages branch. That is the only thing that doctr does not do automatically (yet).

lsetiawan commented 7 years ago

@ocefpaf .nojekyll seems to be missing, causing static files to not render. Thanks

ocefpaf commented 7 years ago

Thanks @lsetiawan!

Because ODM2-Admin is not an installable module we may face a few issue using the autodoc later. I'm experimenting with possible alternatives.

@ocefpaf .nojekyll seems to be missing, causing static files to not render. Thanks

doctr should add that :confused:, see https://github.com/drdoctr/doctr/blob/958e7360111cb19f4860cf45e5cabca5d26e59a9/doctr/travis.py#L259

Let me check...

lsetiawan commented 7 years ago

It works now! 👍

ocefpaf commented 7 years ago

It works now! 👍

I'm making some minor adjustments and it may disappear. It should be back online in a minute.

miguelcleon commented 7 years ago

So where does this end up pointing too? In the demo yesterday there was a link odm2.github.io/odm2 ? That isn't correct, I figured the link would be on here (https://github.com/ODM2/odm2-software-ecosystem) somewhere but I don't see it

ocefpaf commented 7 years ago

http://odm2.github.io/ODM2-Admin/

miguelcleon commented 7 years ago

Great thank you both!