Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add InferenceData tutorial in header #502

Merged
merged 2 commits into from
Jan 6, 2019

Conversation

canyon289
Copy link
Member

Will add InferenceData tutorial in header to meet paper review feedback.

In making this documentation I tried first creating a Tutorial page like Seaborn
https://seaborn.pydata.org/tutorial.html

However it seems getting to this will require more work. Seaborn doesn't use the nbconvert plugin, instead providing its own Makefiles and scripts that convert the notebooks to .rst and .html at the appropriate times
https://github.com/mwaskom/seaborn/blob/master/doc/Makefile
https://github.com/mwaskom/seaborn/tree/master/doc/tools
https://github.com/mwaskom/seaborn/blob/master/doc/tutorial/Makefile

I think it would be great to implement this eventually, but for now just want to get the existing tutorial visible for the paper review

@ahartikainen
Copy link
Contributor

ahartikainen commented Jan 5, 2019

LGTM, (see comment for table)

" <li>xarray.Dataset</li>\n",
" <li>arviz.InferenceData</li>\n",
" <li>netCDF</li>\n",
"</ul> \n",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these be hidden? If I check these with view, I can see them

<ul ...
</ul>

Maybe if they are translated to HTML they are hidden

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aw shoot that's annoying. They seem to get hidden when Sphinx renders them, but not github apparently. I'll make another fix

@canyon289 canyon289 merged commit 063f57a into arviz-devs:master Jan 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants