updated report and pandoc
This commit is contained in:
parent
3b04697ffe
commit
895424fd7c
3 changed files with 8 additions and 1 deletions
|
@ -28,3 +28,8 @@ pip3 install -r requirements.txt
|
|||
```
|
||||
|
||||
The resulting CSV file containing a list of God classes is generated in the `god_classes/god_classes.csv` path.
|
||||
|
||||
## Compile report
|
||||
|
||||
- Install [Pandoc](https://pandoc.org/);
|
||||
- Run `pandoc main.md -o main.pdf` in `report` directory.
|
|
@ -45,7 +45,9 @@ Commit ID: **TBD**
|
|||
|
||||
The god classes I identified, and their corresponding number of methods
|
||||
can be found in Table [1](#tab:god_classes){reference-type="ref"
|
||||
reference="tab:god_classes"}.
|
||||
reference="tab:god_classes"}.
|
||||
|
||||
Note: the number of methods was computed by considering only methods and not constructors.
|
||||
|
||||
## Feature Vectors
|
||||
|
||||
|
|
BIN
report/main.pdf
BIN
report/main.pdf
Binary file not shown.
Reference in a new issue