markovmodel / PyEMMA

πŸš‚ Python API for Emma's Markov Model Algorithms πŸš‚
http://pyemma.org
GNU Lesser General Public License v3.0
311 stars 119 forks source link

[doc] build notebooks with nbsphinx. [ci skip] #1420

Closed marscher closed 5 years ago

marscher commented 5 years ago

This tools has a much nicer support for converting jupyter notebooks (cross-linking, output handling, formatting things etc.), than our manual nbconvert approach. Notebooks are also executed prior converting them to rst format. Only the new tutorial notebooks are executed.

I have already rendered the 2.5.6 version with the aid of this branch.

codecov[bot] commented 5 years ago

Codecov Report

Merging #1420 into devel will decrease coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           devel    #1420      +/-   ##
=========================================
- Coverage   91.5%   91.49%   -0.02%     
=========================================
  Files        229      229              
  Lines      25315    25315              
=========================================
- Hits       23164    23161       -3     
- Misses      2151     2154       +3
Impacted Files Coverage Ξ”
pyemma/coordinates/clustering/tests/test_kmeans.py 98% <0%> (-1.5%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 6093745...62c7dc3. Read the comment docs.