Skip to content

Commit 7d65d45

Browse files
committed
Added QA
1 parent 48d87af commit 7d65d45

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,24 @@ Bryan Van de ven, Peter Wang, and Mark Wiebe.
8686
I'd also like to thank the thousands of students who have taken this
8787
course and contributed to its success with their feedback and
8888
discussion.
89+
90+
## Questions and Answers
91+
92+
### Q: How is this course licensed?
93+
94+
Practical Python Programming is licensed under a Creative Commons Attribution ShareAlike 4.0 International License.
95+
96+
### Q: May I use this material to teach my own Python course?
97+
98+
Yes, as long as appropriate attribution is given.
99+
100+
### Q: May I make derivative works?
101+
102+
Yes, as long as such works carry the same license terms and provide attribution.
103+
104+
### Q: Do you accept contributions?
105+
106+
Bug reports are appreciated and may be filed through the [issue
107+
tracker](https://github.com/dabeaz-course/practical-python/issues).
108+
Pull requests are not accepted except by invitation. Please file an
109+
issue first.

_layouts/default.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ <h2 class="project-tagline">A course by @dabeaz</h2>
3939
{{ content }}
4040

4141
<footer class="site-footer">
42-
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
42+
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
4343
<br/>
4444
Copyright (C) 2007-2020, <a href="https://dabeaz.com">David Beazley</a>
4545
{% if site.github.is_project_page %}
46-
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
46+
<span class="site-footer-owner">Fork me on <a href="{{ site.github.repository_url }}">GitHub</a></span>
4747
{% endif %}
48-
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
48+
<!-- <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span> -->
4949
</footer>
5050
</main>
5151
</body>

0 commit comments

Comments
 (0)