LLNL / py-hostlist

hostlist utility implemented in python
MIT License
6 stars 2 forks source link

ReadTheDocs Cleanup #16

Closed cmoussa1 closed 6 years ago

cmoussa1 commented 6 years ago

Hey Elsa,

Here is a pull request for fixing the ReadTheDocs pages. The docs/_build/ directory is now untracked, as well as the build/ directory. I also renamed the Python files' directory to just hostlist instead of py-hostlist.

You'll notice that we also have to edit our .travis.yml file to point to the right directory in order to run unit tests automatically in Travis. This was a minor fix, however, and once you change the directory Travis points to, it builds successfully.

gonsie commented 6 years ago

Feel free to merge, maybe try squash and merge!

gonsie commented 6 years ago

Also, be sure to include "fixes #15" in the merge commit message. That should auto-close that issue (see this page: https://help.github.com/articles/closing-issues-using-keywords/)