TrishGillett / pysdpt3glue

Glue code for solving semidefinite programs in Cvxpy format using the SDPT3 package for Matlab.
MIT License
13 stars 3 forks source link

Hosting the document in GitHub pages. #31

Closed jkawamoto closed 8 years ago

jkawamoto commented 8 years ago

GitHub pages is a document hosting service by GitHub. Html files in gh-pages blanch are shown via https://discardthree.github.io/pysdpt3glue/. You can update document using ghp-import. After compiling documents, run

ghp-import docs/build/html 

on the root directory, then push ghp-import branch.

It is also helpful to redirect old document space hosted in some python server. misc/index.html has a redirect information. You can zip it and upload via PyPi.