Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 807 Bytes

template.rst

File metadata and controls

44 lines (25 loc) · 807 Bytes

Problem: XXX

Describe the situation/problem to be solved.

Approach

Discuss the general idea underlying the solution.

Solution

Present the large code example

.. literalinclude:: /code/whatever.py
   :linenos:

Code Discussion

Explore interesting aspects of the code

Lessons Learned

Does this program demonstrate any interesting themes about programming or about its subject matter?

References

Relevant web pages, books, with an annotation about why it's notable or worthwhile.

Footnotes

[1]Text 1.
[2]Text 2.