allenai / hierplane

A tool for visualizing trees, tailored specifically to the analysis of parse trees.
https://allenai.github.io/hierplane/
Apache License 2.0
81 stars 14 forks source link

Consider moving Hierplane website to separate repo #73

Closed aaronsarnat closed 6 years ago

codeviking commented 6 years ago

We should not do this, the overhead of an extra repository for a single-page, simple site isn't worth it. I realize there's some friction locally when switching branches, but you should just craft aliases / local tooling that makes it easy / resolves those difficulties.

The intent and utility of the magic gh-pages branch is such that you can attach a website about a project to it's source code. That way as a project changes, it's easy to keep the website in sync, as it's something that lives alongside the source artifact.