Closed jkawamoto closed 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
gh-pages
ghp-import docs/build/html
on the root directory, then push ghp-import branch.
ghp-import
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.
misc/index.html
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, runon 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.