Skip to content

Commit 1049dde

Browse files
committed
fix title level error
1 parent b788cc7 commit 1049dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/user/templater.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Combining the above together a template dataset can be created as follows:
164164
Where ``ds`` is an empty xarray dataset with variables defined by the template definition. Fill values for the empty arrays are chosen using the `cf convention values <http://cfconventions.org/cf-conventions/cf-conventions.html#missing-data>`_.
165165

166166
Populating and writing the dataset
167-
----------------------------------
167+
==================================
168168

169169
`Populating <http://xarray.pydata.org/en/stable/user-guide/data-structures.html#dictionary-like-methods>`_ and `writing <http://xarray.pydata.org/en/stable/user-guide/io.html#reading-and-writing-files>`_ the dataset can be achieved using xarray's builtin functionality. Here's a dummy example:
170170

0 commit comments

Comments
 (0)