Skip to content

Commit f6fe91c

Browse files
committed
removed a lot of filler content
1 parent 4552b0a commit f6fe91c

13 files changed

+151
-432
lines changed

applications/applications.rst

+5-21
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,30 @@
11
.. _applications:
22

3-
.. grid:: 4
3+
.. grid:: 3
44
:gutter: 2
55

66
.. grid-item::
77

88
.. grid:: 1
99
:gutter: 1
1010

11-
.. card:: `Plot Types <applications/plot_types/plot_types.rst>`_
11+
.. card:: :ref:`applications_datetime`
1212

13-
- `Contour <applications/plot_types/contour.ipynb>`_
14-
- Plot type 2
15-
- Plot type 3
13+
- `Working with Date and Time <applications/date_time/datetime.ipynb>`_
1614

15+
.. card:: :ref:`applications_plot_types`
1716

18-
.. grid-item::
19-
20-
.. grid:: 1
21-
:gutter: 1
22-
23-
.. card:: `Data Analysis <applications/data_analysis/data_analysis.rst>`_
24-
25-
- `Data Analysis 1 <applications/data_analysis/sample.ipynb>`_
2617

2718
.. grid-item::
2819

2920
.. grid:: 1
3021
:gutter: 1
3122

32-
.. card:: `File I/O <applications/file_io/file_io.rst>`_
33-
34-
- `File I/O 1 <applications/file_io/sample.ipynb>`_
35-
36-
.. card:: Date Time Routines
37-
23+
.. card:: :ref:`applications_data_analysis`
3824

3925
.. grid-item::
4026

4127
.. grid:: 1
4228
:gutter: 1
4329

4430
.. card:: Regridding
45-
46-
.. card:: Interpolation

applications/data_analysis/data_analysis.rst

-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ Data Analysis
88
.. toctree::
99
:maxdepth: 1
1010
:hidden:
11-
12-
sample.ipynb

applications/data_analysis/sample.ipynb

-126
This file was deleted.
+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"cells": [
3+
{
4+
"metadata": {},
5+
"cell_type": "markdown",
6+
"source": "# Datetime functions in NCL",
7+
"id": "85f94cfa6f4fae8e"
8+
},
9+
{
10+
"metadata": {},
11+
"cell_type": "markdown",
12+
"source": "## Overview",
13+
"id": "5df936372159018b"
14+
},
15+
{
16+
"metadata": {},
17+
"cell_type": "markdown",
18+
"source": "## Grab and Go",
19+
"id": "774124772c1ca8d4"
20+
},
21+
{
22+
"metadata": {},
23+
"cell_type": "markdown",
24+
"source": "---",
25+
"id": "471ffe2f336259de"
26+
},
27+
{
28+
"metadata": {},
29+
"cell_type": "markdown",
30+
"source": "## Using datetime in NCL",
31+
"id": "6b288584e85b49b9"
32+
},
33+
{
34+
"metadata": {},
35+
"cell_type": "code",
36+
"outputs": [],
37+
"execution_count": null,
38+
"source": "",
39+
"id": "d54840a911c73610"
40+
}
41+
],
42+
"metadata": {
43+
"kernelspec": {
44+
"display_name": "Python 3",
45+
"language": "python",
46+
"name": "python3"
47+
},
48+
"language_info": {
49+
"codemirror_mode": {
50+
"name": "ipython",
51+
"version": 2
52+
},
53+
"file_extension": ".py",
54+
"mimetype": "text/x-python",
55+
"name": "python",
56+
"nbconvert_exporter": "python",
57+
"pygments_lexer": "ipython2",
58+
"version": "2.7.6"
59+
}
60+
},
61+
"nbformat": 4,
62+
"nbformat_minor": 5
63+
}

applications/date_time/date_time.rst

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.. currentmodule:: geocat.applications
2+
3+
.. _applications_datetime:
4+
5+
Date and Time
6+
=============
7+
8+
.. toctree::
9+
:maxdepth: 1
10+
11+
datetime.ipynb

applications/date_time/datetime.ipynb

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"cells": [
3+
{
4+
"metadata": {},
5+
"cell_type": "markdown",
6+
"source": "# Working with Date and Time",
7+
"id": "b53cacffa29d30a6"
8+
},
9+
{
10+
"metadata": {},
11+
"cell_type": "markdown",
12+
"source": "## The datetime module",
13+
"id": "13edacb9510e559e"
14+
},
15+
{
16+
"metadata": {},
17+
"cell_type": "code",
18+
"outputs": [],
19+
"execution_count": null,
20+
"source": "",
21+
"id": "bc54610955d8ef71"
22+
}
23+
],
24+
"metadata": {
25+
"kernelspec": {
26+
"display_name": "Python 3",
27+
"language": "python",
28+
"name": "python3"
29+
},
30+
"language_info": {
31+
"codemirror_mode": {
32+
"name": "ipython",
33+
"version": 2
34+
},
35+
"file_extension": ".py",
36+
"mimetype": "text/x-python",
37+
"name": "python",
38+
"nbconvert_exporter": "python",
39+
"pygments_lexer": "ipython2",
40+
"version": "2.7.6"
41+
}
42+
},
43+
"nbformat": 4,
44+
"nbformat_minor": 5
45+
}

applications/file_io/file_io.rst

-12
This file was deleted.

0 commit comments

Comments
 (0)