File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 44[ ![ Build Status] ( https://travis-ci.org/ComputerScienceHouse/packet.svg?branch=develop )] ( https://travis-ci.org/ComputerScienceHouse/packet )
55
66Packet is used by CSH to facilitate the freshmen packet portion of our introductory member evaluation process. This is
7- the second major iteration of packet on the web. The first was [ Tal packet] ( https://github.com/TalCohen/CSHWebPacket ) .
7+ the second major iteration of packet on the web. The first version was
8+ [ Tal packet] ( https://github.com/TalCohen/CSHWebPacket ) .
89
910## Setup
1011** Requires Python 3.6 or newer.**
@@ -107,3 +108,6 @@ To run pylint use this command:
107108``` bash
108109pylint packet
109110```
111+
112+ All python files should have a top-level docstring explaining the contents of the file and complex functions should
113+ have docstrings explaining any non-obvious portions.
You can’t perform that action at this time.
0 commit comments