Skip to content

WCRP-CMIP/cmip7-guidance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMIP7 Guidance and documentation

MkDocs Build + Deploy Deploy static content to Pages


Note

The live site is located at wcrp-cmip.github.io/cmip7-guidance/


Editing the documentation.

Docmentation is found in the docs folder with the file names and hierarchy affecting the navigational menu.

Editing materials.

  • menu/page name is determined by the # header tag at the top of a file.

MkDocs setup for development

  1. Create a conda environment with mkdocs. From the root of this repo;

    conda env create -f environment.yml

  2. when complete activate the conda environment and run

    mkdocs serve

    You should see the link to a local process that is running a webserver -- connect to that and you can browse the pages as you edit them.

Packages

No packages published

Contributors 11