-
Notifications
You must be signed in to change notification settings - Fork 7
About the wiki
This page is intended to provide some additional technical information about the WW4 wiki pages. Note that the wiki pages are maintained at GitHub linked to the WW4 repository, but live in their own repository. This has the following consequences
-
The wiki page content is not part of your
forkon GitHub or your localclone. -
If you want to see the actual file content of the wiki, you will need to make a separate git clone
git clone https://github.com/NOAA-EMC/WW4.wiki.git
-
Note that we use graphics (banners, logos etc.) in both the wiki and in the repository documentation (
.md) files. These graphics are all living in the wiki pages, so that they do not artificially enlarge the footprint of the code repository. -
This implies that the banners and logos in the repositories point directly to the wiki repo with an absolute URL. This means that some of the graphics in the .md files in the repo will not show if you work offline.
-
We have found no easy way to have collaborators work with us on the wiki, since there seems to be no way to
forkthe wiki by itself. If you want to contribute to the wiki, please contact the code managers or start a new issue in the Discussions feature in the repository.