Skip to content

Conversation

@jaeilepp
Copy link
Contributor

Takeover from #3344

@jaeilepp
Copy link
Contributor Author

Seems like it works now, but is very slow on circle. There is some issue on their site, so maybe I'll restart it later and see how it goes before we merge.

@jaeilepp
Copy link
Contributor Author

Actually, now that I look at it, it looks like it was caching most of the time. Ready for review/merge.
Example here https://909-35097627-gh.circle-artifacts.com/0//home/ubuntu/mne-python/doc/_build/html/generated/mne.read_events.html?highlight=read_events#mne.read_events

@jaeilepp jaeilepp changed the title Example link [MRG] Example link Jun 27, 2016
@agramfort
Copy link
Member

cool

any idea why we don't have the thumbnails and just the default helmet?

@jaeilepp
Copy link
Contributor Author

That's just the circle build. It doesn't run the examples. We should see them when this is merged

@agramfort
Copy link
Member

let's see !

@agramfort agramfort merged commit 18836be into mne-tools:master Jun 27, 2016
jona-sassenhagen added a commit to jona-sassenhagen/mne-python that referenced this pull request Jun 27, 2016
* 'master' of git://github.com/mne-tools/mne-python:
  [MRG] plot_ica_properties (mne-tools#3275)
  [MRG] Example link (mne-tools#3346)
  GUI (coregistration):  scale step +/- instead of multiplicative (mne-tools#3345)
  Fix bug in set_bipolar_reference (mne-tools#3343)
  fixed spelling mistake (mne-tools#3341)
  Fixed spelling mistake (mne-tools#3339)
examples_path = os.path.join(app.srcdir, "generated", "%s.examples" % name)
if not os.path.exists(examples_path):
# touch file
open(examples_path, 'w').close()
Copy link
Member

Choose a reason for hiding this comment

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

Why did you need to do this? If you are running latest sphinx-gallery it should not be necessary as they have lines like this in their code.

Copy link
Member

Choose a reason for hiding this comment

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

See related issue:

sphinx-gallery/sphinx-gallery#126

And the fix that I committed that I think should make this unnecessary:

97b38c9#diff-684a0ceb2878d48b19612ca360e277efR297

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

What are they supposed to accomplish? Getting rid of build warnings? Those are gone already.

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

Okay, assuming that this is only to get rid of warnings we shouldn't need it, I'll commit to master

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.

3 participants