Skip to content

Commit

Permalink
Fix rst README [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
imWildCat committed May 26, 2018
1 parent fbb5be5 commit cb12684
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
default:
make gen-rst
make assets-build
make package-build
make upload
Expand All @@ -12,8 +11,6 @@ tag:
git tag $(TAG) -m '$(MSG)' && git push --tags origin master
delete-tag:
git tag --delete $(TAG); git push --delete origin $(TAG)
gen-rst:
pandoc -s README.md -o README.rst
assets-build:
make assets-clean
NODE_ENV=production parcel build --public-url='/assets' -d scylla/assets frontend/src/index.html
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
|Scylla Banner| |Build Status| |codecov| |Documentation Status| |PyPI version| |Docker Build Status|
===========================================================================================
==============================================================================================================================================

An intelligent proxy pool for humanities, only supports Python 3.6. Key
features:
Expand Down

0 comments on commit cb12684

Please sign in to comment.