source: LMDZ6/trunk/tools/netcdf95/mkdocs.yml @ 5502

Last change on this file since 5502 was 4918, checked in by Laurent Fairhead, 10 months ago

Reintegrated NetCDF95 in LMDZ so that it is compiled and made available by the makelmdz_fcm script.
The makelmdz_fcm creates the libnetcdf95 library and copies it in the tools/netcdf/lib directory, copying
the mod files in the tools/netcdf/include library.

File size: 643 bytes
Line 
1site_name: NetCDF95 documentation
2site_url: https://lguez.github.io/NetCDF95
3repo_url: https://github.com/lguez/NetCDF95
4site_author: Lionel GUEZ
5nav:
6   - Home:
7      - 'index.md'
8      - 'installation.md'
9      - 'usage.md'
10   - 'Detailed content':
11      - 'Detailed_content/improvements.md'
12      - 'Detailed_content/datasets.md'
13      - 'Detailed_content/dimensions.md'
14      - 'Detailed_content/variables.md'
15      - 'Detailed_content/attributes.md'
16      - 'Detailed_content/groups.md'
17      - 'Detailed_content/errors.md'
18   - Notes:
19      - 'changes.md'
20markdown_extensions:
21   - def_list
22   - smarty
23   - footnotes
24theme: readthedocs
Note: See TracBrowser for help on using the repository browser.