Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
permalink: /:year/:month/:day/:title/
# this sets the style for permalinks. The date formatting (/:year/:month/:day/) will only apply to blog posts, while the pages will just show the title.
url: http://cmor.llnl.gov/
#url: http://cmor.llnl.gov/
# where you plan to publish your site
baseurl: ""
#baseurl: ""
# any subdirectory that appears after the domain where you're publishing your site
output: web
# this property is useful for conditional filtering of content that is separate from the PDF.
Expand Down
12 changes: 6 additions & 6 deletions mydoc/mydoc_cmor3_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ cmor.close()

### Example 2: Usual Treatment of a 2-D Field

* [example2.py](/mydoc/examples/example2.py)
* [example2.py]({{site.baseurl}}/mydoc/examples/example2.py)

<details><summary markdown="span"><b>click to expand Python code</b></summary>

Expand Down Expand Up @@ -267,7 +267,7 @@ data:

### Example 3: Usual Treatment of a 3-D Field on Pressure Levels

* [example3.py](/mydoc/examples/example3.py)
* [example3.py]({{site.baseurl}}/mydoc/examples/example3.py)

<details><summary markdown="span"><b>Click to expand Python code</b></summary>

Expand Down Expand Up @@ -573,7 +573,7 @@ data:

### Example 4: Treatment of a Scalar Dimension (near-surface air temperature)

* [example4.py](/mydoc/examples/example4.py)
* [example4.py]({{site.baseurl}}/mydoc/examples/example4.py)

<details><summary markdown="span"><b>Click to expand Python code</b></summary>

Expand Down Expand Up @@ -765,7 +765,7 @@ data:

### Example 5: Treatment of Auxiliary Coordinates (northward ocean heat transport; a function of latitude, ocean basin, month)

* [example5.py](/mydoc/examples/example5.py)
* [example5.py]({{site.baseurl}}/mydoc/examples/example5.py)

<details><summary markdown="span"><b>Click to expand Python code</b></summary>

Expand Down Expand Up @@ -949,7 +949,7 @@ data:

### Example 6: Treatment of a 3-D Field on Model Levels (cloud fraction; a function of longitude, latitude, model level, month)

* [example6.py](/mydoc/examples/example6.py)
* [example6.py]({{site.baseurl}}/mydoc/examples/example6.py)

<details><summary markdown="span"><b>Click to expand Python code</b></summary>

Expand Down Expand Up @@ -1309,7 +1309,7 @@ data:

### Example 7: Treatment of Grid Coordinates

* [example7.py](/mydoc/examples/example7.py)
* [example7.py]({{site.baseurl}}/mydoc/examples/example7.py)

<details><summary markdown="span"><b>Click to expand Python code</b></summary>

Expand Down
2 changes: 1 addition & 1 deletion mydoc/pdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ permalink: /pdf/

### PDF documentation

<a target="_blank" class="noCrossRef" href="/pdf/mydoc.pdf"><button type="button" class="btn btn-default" aria-label="Left Align"><span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span> PDF Download</button></a>
<a target="_blank" class="noCrossRef" href="{{ "/pdf/mydoc.pdf" | prepend: site.baseurl }}"><button type="button" class="btn btn-default" aria-label="Left Align"><span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span> PDF Download</button></a>


Loading