Skip to content

Commit d0d5d0f

Browse files
authoredMar 9, 2022
docs(thesis): completed the Project Specifications Design and Prototype (isala404#5)
* fix(sherlock): Fixed typo in metric name * docs: Added first 2 chapters of PSPD * Added Images for implementation * Completed up to design goals * Completed upto Summary of technology * Before spelling fixing * Wrote about Lazy-Koala Operator * Wrote about n-teir * Fixed Some typos * Before showing to sir * Completed all the sections * Before formating * Fixed captions * Before setting operator \ac * Added Operator \ac * Refactoring * Fixed all the grammer mistakes * Final version * Add a missing colon * Fixed the toc depth * Removed .tex from github indexes
1 parent 3372a5f commit d0d5d0f

File tree

145 files changed

+3549
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+3549
-9
lines changed
 

‎.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.tex linguist-detectable=false
2+
*.ipynb linguist-detectable=false

‎.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
**/.idea/**
33

44

5-
# Project Proposal
6-
!proposal/project-proposal.pdf
7-
8-
95
## Python
106
**/__pycache__/**
117
**/venv/**

0 commit comments

Comments
 (0)
Please sign in to comment.