Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Misc clean up #78

Merged
merged 4 commits into from
Apr 12, 2014
Merged

Misc clean up #78

merged 4 commits into from
Apr 12, 2014

Conversation

liuw
Copy link
Contributor

@liuw liuw commented Apr 12, 2014

No description provided.

liuw added 4 commits April 12, 2014 20:15
Run 'make lint' and fix all warnings and errors.

Signed-off-by: Wei Liu <[email protected]>
Introduce:
 * Sphinx for building documentation
 * Nose and coverage for testing
 * flake8 for checking coding style

Signed-off-by: Wei Liu <[email protected]>
Ignore .coverage which is generated by code coverage test.

Signed-off-by: Wei Liu <[email protected]>
... as none of them produces a real file.

Signed-off-by: Wei Liu <[email protected]>
liuw added a commit that referenced this pull request Apr 12, 2014
@liuw liuw merged commit dc7f459 into pythoncn:master Apr 12, 2014
coverage:
@rm -f .coverage
@nosetests --with-coverage --cover-package=june --cover-html

# Sphinx Documentation
.PHONY: docs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because this target doesn't generate a file / directory called "docs". Make recursively enters this directory.

See https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants