diff --git a/_config.yml b/_config.yml index 8d2b67b..8bf3b51 100644 --- a/_config.yml +++ b/_config.yml @@ -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. diff --git a/mydoc/mydoc_cmor3_python.md b/mydoc/mydoc_cmor3_python.md index 8187eaa..1f164db 100644 --- a/mydoc/mydoc_cmor3_python.md +++ b/mydoc/mydoc_cmor3_python.md @@ -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)
click to expand Python code @@ -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)
Click to expand Python code @@ -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)
Click to expand Python code @@ -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)
Click to expand Python code @@ -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)
Click to expand Python code @@ -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)
Click to expand Python code diff --git a/mydoc/pdf.md b/mydoc/pdf.md index 79cfaa6..1ba745d 100644 --- a/mydoc/pdf.md +++ b/mydoc/pdf.md @@ -10,6 +10,6 @@ permalink: /pdf/ ### PDF documentation - +