Skip to content

Commit 2af396d

Browse files
committed
Improve doc organization
1 parent 20c9b14 commit 2af396d

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

docs/source/SCREAMv1/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
v2
1+
SCREAMv1
22
==========================================
33

44
.. toctree::
55
:maxdepth: 2
66
:caption: Contents:
77

8-
FourSeason/index
9-
CessPotter/index
8+
FourSeasons/index

utils/generate_html.bash

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1-
python generate_tables.py
1+
pr_num=49
2+
3+
# Chrysalis
4+
destination_dir=/lcrc/group/e3sm/public_html/diagnostic_output/$USER/data_docs_${pr_num}
5+
web_page="https://web.lcrc.anl.gov/public/e3sm/diagnostic_output/$USER/data_docs_${pr_num}/html/"
6+
# Perlmutter
7+
#destination_dir=/global/cfs/cdirs/e3sm/www/$USER/data_docs_${pr_num}
8+
#web_page="https://portal.nersc.gov/cfs/e3sm/$USER/data_docs_${pr_num}/html/"
9+
10+
#python generate_tables.py
211
cd ../docs/ && make html
3-
rm -rf /global/cfs/cdirs/e3sm/www/$USER/data_docs
4-
mv _build /global/cfs/cdirs/e3sm/www/$USER/data_docs
5-
chmod -R o+rx /global/cfs/cdirs/e3sm/www/$USER/data_docs
12+
rm -rf ls ${destination_dir}
13+
mv _build ${destination_dir}
14+
chmod -R o+rx ${destination_dir}
15+
echo "Go to: ${web_page}"

0 commit comments

Comments
 (0)