Skip to content

Commit f45b457

Browse files
Update release_docs w/ comments to distinguish sections
1 parent 7e72653 commit f45b457

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

release_docs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,9 @@ do
112112
# all pages referencing these resources must be added to this list
113113
done
114114

115-
# For Recipes
115+
# --------------------------------------------------------------------
116+
# Process recipes
117+
# --------------------------------------------------------------------
116118
recipes_dir="source/recipes"
117119
recipes_files=( "${recipes_dir}"/*_{recipe,helper}.{ipynb,py} )
118120

@@ -152,6 +154,10 @@ while IFS= read -r href; do
152154
' $dir/recipes/index.html > temp && mv temp $dir/recipes/index.html
153155
done < source/recipes/recipe_list.txt
154156

157+
158+
# --------------------------------------------------------------------
159+
# Process styles and templates
160+
# --------------------------------------------------------------------
155161
# Copy over our custom stylesheet. It is referenced in the HTML docs
156162
# files but Sphinx with alabaster theme doesn't seem to (?) provide a
157163
# means to transfer it to the created _static dir via the build itself

0 commit comments

Comments
 (0)