biolab / orange3-single-cell

🍊🔬 Orange add-on for gene expression of single cell data
https://singlecell.biolab.si/
Other
17 stars 25 forks source link

Change documentation theme to sphinx_rtd_theme #385

Closed PrimozGodec closed 2 years ago

PrimozGodec commented 3 years ago

While ago we discussed that we will use the same documentation theme for add-ons. After some discussion, we decided on sphinx-rtd-theme. The alternative is Alabaster but its sidebar is not so readable and it breaks long addon names in two lines.

With this PR I am implementing the sphinx-rtd-theme. I also changed that the menu bar collapses on the medium screen already (before it collapsed on small screens). On the medium screen, the content column was narrow already and it works well for widget documentation in Orange since at the default Orange help window size the sidebar is collapsed.

codecov-commenter commented 2 years ago

Codecov Report

Merging #385 (f10a31a) into master (3d0df2e) will increase coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #385   +/-   ##
=======================================
  Coverage   80.49%   80.49%           
=======================================
  Files          21       21           
  Lines        5449     5450    +1     
=======================================
+ Hits         4386     4387    +1     
  Misses       1063     1063           
Impacted Files Coverage Δ
orangecontrib/single_cell/widgets/__init__.py 100.00% <ø> (ø)
orangecontrib/single_cell/widgets/owfilter.py 80.69% <0.00%> (ø)
orangecontrib/single_cell/widgets/load_data.py 92.85% <0.00%> (+0.01%) :arrow_up:

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 3d0df2e...f10a31a. Read the comment docs.