Skip to content

Commit

Permalink
Update tutorials for v 0.4.0
Browse files Browse the repository at this point in the history
Also fix for mkdocs not showing new modules
  • Loading branch information
RMCrean committed May 30, 2024
1 parent 76123f2 commit a234068
Show file tree
Hide file tree
Showing 4 changed files with 699 additions and 358 deletions.
3 changes: 2 additions & 1 deletion key_interactions_finder/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ def download_prep_tutorial_dataset(drive_url: str, save_dir: str) -> None:
"https://drive.google.com/file/d/1sYr_9stXLrOi_SDzHYLazSZUuzjL7lK-/view?usp=share_link",
"https://drive.google.com/file/d/10DbX12ZNPKqRIAlqs55HC8I6zLXJnP_q/view?usp=share_link",
"https://drive.google.com/file/d/1wPH4jOFOgIlpySLMN2ebk5PWzYgsrja2/view?usp=share_link",
"https://drive.google.com/file/d/1G4n-CXoqtt_qZtDfDXbByJtMTpbeIA4l/view?usp=share_link"
"https://drive.google.com/file/d/1G4n-CXoqtt_qZtDfDXbByJtMTpbeIA4l/view?usp=share_link",
"https://drive.google.com/file/d/1pqFUMMjt9gDYOxtkVpDmyXwKXiHp0wFi/view?usp=share_link"
]

if drive_url not in accepted_links:
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ nav:
- Machine Learning: model_building.md
- Network Analysis: network_analysis.md
- Pymol Projections: pymol_projections.md
- ChimeraX Projections: chimerax_projections.py
- ChimeraX Projections: chimerax_projections.md
- Utils: utils.md
- Project Structure Utils: project_structure_utils.py
- Project Structure Utils: project_structure_utils.md
- PyContact Processing: pycontact_processing.md

markdown_extensions:
Expand Down
Loading

0 comments on commit a234068

Please sign in to comment.