Skip to content

Commit 09a10a2

Browse files
rcalvo12jmshapirMosesStewart
authored
PR for #3: Build package (#4)
* #3 Update .gitignore * #3 Add package scripts * #3 Add example scripts * #3 Add test scripts * #3 Update .toml script * #3 Removing tox file * #3 Some toml edits * #3 Small edit to .toml * Update README.md * Tweak for #3 * #3 Adding methods documentation * small edits to TOML for #3 * fixes checkers paths for #3 * corrects paths for example file for #3 * shortens import for #3 * #3 Removing underscore from checkers call * #3 Removing redundant path lines and package imports --------- Co-authored-by: jmshapir <[email protected]> Co-authored-by: MosesStewart <[email protected]>
1 parent b3e9d6c commit 09a10a2

24 files changed

+3487
-231
lines changed

.gitignore

+19-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,25 @@ dist/
77
__pycache__/
88
*.so
99
*~
10+
*.lyx~
11+
*.lyx#
12+
*.RDS
13+
*.RData
14+
*.Rhistory
15+
*.Rapp.history
16+
*.DS_Store
17+
*.aux
18+
*.fls
19+
*.lof
20+
*.lot
21+
*.nav
22+
*.snm
23+
*.toc
24+
*.out
25+
*.svn
26+
*.m~
27+
*.asv
28+
*.ipynb
1029

1130
# due to using tox and pytest
12-
.tox
1331
.cache

0 commit comments

Comments
 (0)