Skip to content

Commit c152c35

Browse files
committed
Updated docs.
1 parent 6385e9c commit c152c35

File tree

2 files changed

+312
-119
lines changed

2 files changed

+312
-119
lines changed

docs/quickstart.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,15 @@ Populating Series with Data
114114

115115
.. tab:: w/ ``.from_array()``
116116

117-
.. include:: using/populating_series_data/_with_from_array.rst
117+
.. tabs::
118+
119+
.. tab:: Create a New Series
120+
121+
.. include:: using/populating_series_data/_new_from_array.rst
122+
123+
.. tab:: Update an Existing Series
124+
125+
.. include:: using/populating_series_data/_load_from_array.rst
118126

119127
.. tab:: from CSV
120128

@@ -165,6 +173,10 @@ Assembling Your Chart and Options
165173

166174
.. tabs::
167175

176+
.. tabs:: Using Keyword Arguments
177+
178+
.. include:: using/assembling_your_chart/_using_kwargs.rst
179+
168180
.. tab:: Using ``.add_series()``
169181

170182
.. include:: using/assembling_your_chart/_using_add_series.rst

0 commit comments

Comments
 (0)