Editing README.rst; adding local utility files

This commit is contained in:
Luciano Ramalho 2014-10-14 14:17:28 -03:00
parent 8fbce256cd
commit 693bc3f052
4 changed files with 18 additions and 4 deletions

View File

@ -1,4 +0,0 @@
example-code
============
Example code for the book Fluent Python

6
README.rst Normal file
View File

@ -0,0 +1,6 @@
Fluent Python: example code
===========================
Example code for the book `Fluent Python`_ by Luciano Ramalho (O'Reilly, 2014)
.. _Fluent Python: http://shop.oreilly.com/product/0636920032519.do

10
localfiles.txt Normal file
View File

@ -0,0 +1,10 @@
update.sh
localfiles.txt
.git
*.pyc
__pycache__
.gitignore
.DS_Store
*.arr
README.rst
LICENCE

2
update.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
rsync -av --delete --exclude-from localfiles.txt --exclude-from .gitignore ../atlas/code/ .