Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit 693bc3f

Browse files
committed
Editing README.rst; adding local utility files
1 parent 8fbce25 commit 693bc3f

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

README.md

-4
This file was deleted.

README.rst

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

localfiles.txt

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
update.sh
2+
localfiles.txt
3+
.git
4+
*.pyc
5+
__pycache__
6+
.gitignore
7+
.DS_Store
8+
*.arr
9+
README.rst
10+
LICENCE

update.sh

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

0 commit comments

Comments
 (0)