Replace GitHub Pages documentation site with index.html
that redirects to ReadTheDocs
#363
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Important
Note that this PR targets the
new-gh-pages
branch. This is an orphan branch created withgit checkout --orphan new-gh-pages
. Then, an empty commit was created withgit commit --allow-empty
. Then, my feature branch was taken from this new HEAD. This simulates the nature of thegh-pages
branch in a way that is reviewable. Once this PR is approved and merged, I'll replace thegh-pages
branch with the contents of thenew-gh-pages
branch and squash to one commit. From then on, changes togh-pages
can be done with PRs.This PR enables redirect to ReadTheDocs and decommissioning of the docs GitHub Action (see #277, #362).
Should there be a README on this branch? The
index.html
file is pretty self-explanatory.