Skip to content

ueapy/pythoncourse2025-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website for Cefas and Aries Python course 2025

https://ueapy.github.io/pythoncourse2025-website/

Steps to generate pages using mkdocs:

  1. Create and activate conda environment using environment.yaml

    1st time conda env create

    then conda activate mkdocs

  2. Generate pages from markdown files and deploy to github as a branch gh-pages

    mkdocs gh-deploy --clean
    

    To generate pages into the _site directory, without pushing to github

    mkdocs build
    
  3. Configure GitHub pages for this repo in Settings > Pages

  • Build and deployment
    • Branch > gh-pages and /root

About

Mkdocs website for python course 2025

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published