Skip to content

Commit ce814f5

Browse files
committed
Update docs
1 parent 22496b4 commit ce814f5

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

docs/index.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@ afe.profile(df_files, profile_tool="sweetviz", output_path=OUTPUT_FOLDER)
3636
* Explore
3737
* Generate code
3838
* Profile
39-
40-
```mermaid
41-
flowchart LR
42-
Explore --> Generate
43-
Explore --> Profile
44-
Generate --> PandasCode
45-
Profile --> ydata-profile@{ shape: doc }
46-
Profile --> sweetviz@{ shape: doc }
47-
```
4839

4940
## Explore
5041

mkdocs.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
site_name: Auto File Exploration System
2+
site_url: https://darenasc.github.io/auto-fes/
23

34
theme:
45
name: "material"
@@ -26,16 +27,16 @@ extra:
2627
link: https://twitter.com/darenasc
2728
- icon: fontawesome/brands/linkedin
2829
link: https://www.linkedin.com/in/darenasc/
29-
# markdown_extensions:
30-
# - pymdownx.highlight:
31-
# anchor_linenums: true
32-
# - pymdownx.inlinehilite
33-
# - pymdownx.snippets
34-
# - admonition
35-
# - pymdownx.arithmatex:
36-
# generic: true
37-
# - footnotes
38-
# - pymdownx.details
30+
markdown_extensions:
31+
- pymdownx.highlight:
32+
anchor_linenums: true
33+
- pymdownx.inlinehilite
34+
- pymdownx.snippets
35+
# - admonition
36+
# - pymdownx.arithmatex:
37+
# generic: true
38+
# - footnotes
39+
- pymdownx.details
3940
# - pymdownx.superfences
4041
# - pymdownx.mark
4142
# - attr_list

0 commit comments

Comments
 (0)