snoplusuk / echidna

MIT License
4 stars 12 forks source link

Docs fix 2 #72

Closed ashleyrback closed 9 years ago

ashleyrback commented 9 years ago

Supersedes #71.

There were some problems with #71, trying to commit old commits that shouldn't have been there.

jwaterfield commented 9 years ago

Maybe I'm missing something but it looks like all the docs have been deleted when I look at files changed?

ashleyrback commented 9 years ago

@jwaterfield Yeah that was the idea. These are the files that are auo-generated when you run sphinx-apidoc -f -H echidna -o docs echidna/. I don't think these should be tracked any more by git because they are auto-generated and can cause errors such as

error: Your local changes to the following files would be overwritten by checkout:
    docs/echidna.scripts.rst
Please, commit your changes or stash them before you can switch branches.
Aborting

when changing branches. There is also no need to version control them as they are generated from the code that is version controlled. Let me know what you think?

jwaterfield commented 9 years ago

Yeah makes sense to me. Merging