Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #53

Merged
merged 38 commits into from
Jul 25, 2024
Merged

Dev #53

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
c903fee
Enhance documentation for the project (#41)
Ston14 Jul 2, 2024
39d1bfe
Add build docs
Jul 2, 2024
cc0b93d
Add more docs (#42)
Ston14 Jul 2, 2024
3400634
Add references (#43)
Ston14 Jul 2, 2024
7cef323
Add references
Jul 2, 2024
b0c2112
Add title
Jul 2, 2024
84e5bad
Title 2
Jul 2, 2024
6c5480f
add : mkdocs navigation references
Jul 2, 2024
a81ed48
document codes
Jul 2, 2024
da1076a
fix typo
Jul 2, 2024
738acfc
typo
Jul 2, 2024
d1bd493
fix typo
Jul 2, 2024
53a97d0
fix typo in utils
Jul 2, 2024
f2fd43f
fix docs in tutorials.md
Jul 2, 2024
0c4456c
add : How to use documentation
Jul 3, 2024
feec9b1
Add other OS documentation
Jul 3, 2024
50504a2
fix how to
Jul 3, 2024
965c4e2
fix : typo in docs
Jul 3, 2024
1567869
fix : typo
Jul 3, 2024
4af47a7
fix: typo in index
Jul 3, 2024
045a091
add : dark mode
Jul 3, 2024
79d61ab
add : colors on documentation
Jul 3, 2024
4d11ea9
fix: diataxis
Jul 3, 2024
05da208
Fix colors
Jul 3, 2024
f51db37
fix readme
Jul 3, 2024
40aa52a
Fix dumpfiles (#46)
Ston14 Jul 11, 2024
cdd3f55
fix: fix error, function without parameter return an error
Jul 12, 2024
df89499
sorry
Jul 12, 2024
1f51127
fix typing information (#47)
YannMagnin Jul 19, 2024
8d7b9d4
Fix/get plugins (#48)
Ston14 Jul 23, 2024
b9771ec
Fix: Correct dict.get() usage in TreeGrid_to_json renderer and remove…
Jul 23, 2024
8adc5aa
oops
Jul 23, 2024
1eb8a72
fix to dataframe
Jul 23, 2024
d8516d2
add test for volatility (#49)
Ston14 Jul 24, 2024
728f451
Merge branch 'master' into dev
Ston14 Jul 25, 2024
ec9ae6c
fix: poetry lock
Jul 25, 2024
a9e7c3d
fix: pytest
Jul 25, 2024
6c0bae8
Merge branch 'master' into dev
Ston14 Jul 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 8 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ doc = [
]

[tool.poetry.dev-dependencies]
pytest = "^6.2"
pytest = "^7.0"

[tool.poetry.group.docs.dependencies]
mkdocs = "^1.6"
Expand Down
2 changes: 1 addition & 1 deletion tests/config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from pathlib import Path

DUMP_FILE = Path("./data/dump.raw")
DUMP_FILE = Path("./data/dump.raw")
Loading