Skip to content

Commit

Permalink
Updated gitignore, files, Project.toml, doctests (#4)
Browse files Browse the repository at this point in the history
* Updated gitignore, files, Project.toml, doctests

* remove Manifest.toml

* Update doctest folder to tempdir().

* Update test_files_path to tempdir()

* Update to runtest.jl

* Update runtests.jl and fixed bug in docstrings.

* Replace testing_files_path with tempdir() to fix docs build

* Change file path for data files.

* Fix docstring

* Update docstrings

* Set makedocs clean to false

* Moved setup code into doctests.

* Tweaks to README and index.md
  • Loading branch information
kdpsingh authored Apr 12, 2024
1 parent e48833f commit 00e428d
Show file tree
Hide file tree
Showing 17 changed files with 291 additions and 760 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/Manifest.toml
/.vscode
/testing_files/
Loading

0 comments on commit 00e428d

Please sign in to comment.