sagemath / sage-numerical-backends-coin

COIN-OR mixed integer linear programming backend for SageMath. Source repository for https://pypi.org/project/sage-numerical-backends-coin/, can be installed on top of distributions providing SageMath. See also https://github.com/sagemath/sage-numerical-backends-gurobi and https://github.com/sagemath/sage-numerical-backends-cplex
GNU General Public License v2.0
3 stars 4 forks source link

Build doc #2

Open mkoeppe opened 4 years ago

mkoeppe commented 4 years ago

Documentation should be built with sphinx, and installed. Linking the documentation with the sage documentation is an unsolved problem - see the following tickets

This issue is not very important because the current documentation is not very useful anyway. The doctests should actually be migrated to _test... methods of GenericBackend.

mkoeppe commented 4 years ago

... and make available on readthedocs

fgb_sage/conf.py at master · mwageringel/fgb_sage https://github.com/mwageringel/fgb_sage/blob/master/docs/conf.py

fgb_sage/.readthedocs.yml at master · mwageringel/fgb_sage https://github.com/mwageringel/fgb_sage/blob/master/.readthedocs.yml

mkoeppe commented 4 years ago

https://github.com/sagemath/sage_sample/issues/6#issuecomment-327424472