r-bioinformatics / edgePy

A Python implementation of edgeR for differential expression analysis
https://edgepy.readthedocs.io
MIT License
96 stars 10 forks source link

Make an RST table #68

Closed clintval closed 6 years ago

clintval commented 6 years ago

This looks ugly: https://edgepy.readthedocs.io/en/latest/planned_statistical_tests.html

I suggest a simple table as format option: http://docutils.sourceforge.net/docs/user/rst/quickref.html#tables

sdhutchins commented 6 years ago

I'll jump on.

sdhutchins commented 6 years ago

I think the issue is that the conf.py isn't converting this though. I'll create a branch a test.

clintval commented 6 years ago

Ah, goodpoint. btw we really should use RST with Sphinx. I've had terrible luck with Markdown support and I eventually want to use pytest --doctest-glob='*rst' on this project.

clintval commented 6 years ago

Also do you know if that table could close out this issue?

https://github.com/r-bioinformatics/edgePy/issues/7

apfejes commented 6 years ago

I believe it does close #7.

If you agree, please close.