Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Sep 4, 2017
2 parents fc0a886 + 0cb9f36 commit b3ead9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 2 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,11 @@ test-run:
python ./tests/dest/runner.py
python ./tests/dest/extras.py

.PHONY: sphinx
sphinx: clean
.PHONY: docs
docs: clean
sphinx-build -b html . ./docs
rm -f index.rst

.PHONY: docs
docs: sphinx
pushd ./docs; zip -r ./docs.zip ./*; popd

.PHONY: clean
clean:
rm -rf ./docs ./dist ./build ./tests/dest index.rst
Expand Down
4 changes: 0 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ after which the entire world of Coconut will be at your disposal. To help you ge
- Gitter_: For any questions, concerns, or comments about anything Coconut-related, ask around at Coconut's Gitter, a GitHub-integrated chat room for Coconut developers.
- Releases_: Want to know what's been added in recent Coconut versions? Check out the release log for all the new features and fixes.

*Note: If the above documentation links are not working, try the* |mirror|_ *.*

__ Coconut_
.. _Coconut: http://coconut-lang.org/
.. _Python: https://www.python.org/
Expand All @@ -28,5 +26,3 @@ __ Coconut_
.. _GitHub: https://github.com/evhub/coconut
.. _Gitter: https://gitter.im/evhub/coconut
.. _Releases: https://github.com/evhub/coconut/releases
.. _mirror: http://pythonhosted.org/coconut/
.. |mirror| replace:: *mirror*

0 comments on commit b3ead9d

Please sign in to comment.