Freeseer / freeseer

Designed for capturing presentations at conferences. Pre-fill a list of talks to record, record them, and upload them to YouTube with our YouTube Uploader.
http://freeseer.readthedocs.org
GNU General Public License v3.0
215 stars 110 forks source link

Added note to quick-start guide to try and prevent package vs source installation confusion. Fixed several documentation build issues. #594

Closed SRomansky closed 9 years ago

SRomansky commented 9 years ago

Added note to quick start guide at the very top to ensure developers don't use package install. Fixed several broken internal sphinx references.

fix gh592

dideler commented 9 years ago

Can you split up some of your changes so related changes are under the same commit?

Having all changes under a single commit only makes sense when it's for a single feature. In this case, some of the changes are unrelated and are better split into separate commits.

SRomansky commented 9 years ago

content split into multiple commits.

dideler commented 9 years ago

8c407fd4fdb5bfdb9ea4158cad8cb5cb1ab0ac02 can be squashed on top of de0bdccb93247fbbfdcd7bbff42284f8b3bd4e01

Some of your commit messages have too long of a summary line. See

SRomansky commented 9 years ago

Comment message lengths fixed. Related commits squashed.

dideler commented 9 years ago

Thanks, merged as

I made some changes and amended the commits.