We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774ad74 commit a8fd7bfCopy full SHA for a8fd7bf
.gitignore
@@ -5,6 +5,7 @@ manage_externals.log
5
/tools/PTCLM/
6
/cime/
7
/components/
8
+/doc/source/images/
9
10
# ignore svn directories
11
**/.svn/**
Externals_CLM.cfg
@@ -12,6 +12,13 @@ repo_url = https://github.com/ESCOMP/PTCLM
12
tag = PTCLM2_20200121
13
required = True
14
15
+[doc-images]
16
+local_path = doc/source/images
17
+protocol = git
18
+repo_url = https://github.com/ESCOMP/CTSM-doc-images.git
19
+hash = 0f039e7a043fabfce91ddf4f41186a3014603aac
20
+required = False
21
+
22
[externals_description]
23
schema_version = 1.0.0
24
0 commit comments