You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,17 @@ See [Version_changes.md](./Version_changes.md) to keep track of changes made to
29
29
30
30
For a preview of the book, see [sample chapters](./sample_chapters/Python_Regex_sample.pdf)
31
31
32
-
The book can also be [viewed as a single markdown file in this repo](./py_regex.md). See my blogpost on [generating pdf from markdown using pandoc](https://learnbyexample.github.io/tutorial/ebook-generation/customizing-pandoc/) if you are interested in the ebook creation process.
32
+
The book can also be [viewed as a single markdown file in this repo](./py_regex.md). See my blogpost on [generating pdf from markdown using pandoc](https://learnbyexample.github.io/customizing-pandoc/) if you are interested in the ebook creation process.
33
33
34
34
For web version of the book, visit https://learnbyexample.github.io/py_regular_expressions/
35
35
36
36
<br>
37
37
38
-
# Feedback
38
+
# Feedback and Contributing
39
39
40
-
Please open an issue if you spot any typo/errors.
40
+
[Open an issue](https://github.com/learnbyexample/py_regular_expressions/issues) if you spot any typo/errors.
41
+
42
+
:warning::warning: Please DO NOT submit pull requests. Main reason being any modification requires changes in multiple places.
41
43
42
44
I'd also highly appreciate your feedback about the book.
43
45
@@ -90,12 +92,6 @@ Special thanks to Al Sweigart, for introducing me to Python with his awesome [au
90
92
91
93
<br>
92
94
93
-
# Contributing
94
-
95
-
* Open an issue for suggestions, bugs, typos, etc
96
-
97
-
<br>
98
-
99
95
# License
100
96
101
97
The book is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/)
0 commit comments