Skip to content

Commit

Permalink
Editing README.rst; adding local utility files
Browse files Browse the repository at this point in the history
  • Loading branch information
ramalho committed Oct 14, 2014
1 parent 8fbce25 commit 693bc3f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md

This file was deleted.

6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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 changes: 10 additions & 0 deletions localfiles.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
update.sh
localfiles.txt
.git
*.pyc
__pycache__
.gitignore
.DS_Store
*.arr
README.rst
LICENCE
2 changes: 2 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
rsync -av --delete --exclude-from localfiles.txt --exclude-from .gitignore ../atlas/code/ .

0 comments on commit 693bc3f

Please sign in to comment.