Skip to content

Commit 6373a65

Browse files
Added "Repo-Relative Link" (#464)
* Added "Repo-Relative Link" * Added Some some date Under `In This Repository` * Chnages in the Description Co-authored-by: Keith Fung <[email protected]>
1 parent ef6ce80 commit 6373a65

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,20 @@ This repository is a "reference implementation" of ElectionGuard written in Pyth
88

99
## 📁 In This Repository
1010

11-
| File/folder | Description |
12-
| ------------------------- | ---------------------------------------- |
13-
| `docs` | Documentation for using the library |
14-
| `src/electionguard` | Source code to the ElectionGuard library |
15-
| `src/electionguard_tools` | sample data and generators for testing |
16-
| `stubs` | Type annotations for external libraries |
17-
| `tests` | Tests to exercise this codebase |
18-
| `CONTRIBUTING.md` | Guidelines for contributing |
19-
| `README.md` | This README file |
20-
| `LICENSE` | The license for ElectionGuard-Python. |
11+
| File/folder | Description |
12+
| -------------------------------------------------------- | -------------------------------------------- |
13+
| [docs](/docs) | Documentation for using the library. |
14+
| [src/electionguard](/src/electionguard) | ElectionGuard library. |
15+
| [src/electionguard_tools](/src/electionguard_tools) | Tools for testing and sample data. |
16+
| [Election record verifier](/src/electionguard_verify) | Verifier to validate the validity of a ballot.|
17+
| [stubs](/stubs) | Type annotations for external libraries. |
18+
| [tests](/tests) | Tests to exercise this codebase. |
19+
| [CONTRIBUTING.md](/CONTRIBUTING.md) | Guidelines for contributing. |
20+
| [README.md](/README.md) | This README file. |
21+
| [LICENSE](/LICENSE) | The license for ElectionGuard-Python. |
22+
| [data](/data) | Sample election data. |
23+
| [packages](/packages) | Precompiled gmpy2 packages for Windows. |
24+
2125

2226
## ❓ What Is ElectionGuard?
2327

0 commit comments

Comments
 (0)