Skip to content

Commit 37b7f74

Browse files
committed
Mention the slope graph and population chart in the documentation index
1 parent 3b167e4 commit 37b7f74

7 files changed

Lines changed: 27 additions & 23 deletions

File tree

docs/.doctrees/environment.pickle

453 Bytes
Binary file not shown.

docs/.doctrees/index.doctree

427 Bytes
Binary file not shown.

docs/_sources/index.rst.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@ This is achieved by providing:
5656
- Functionality to annotate any visualization with text; and
5757
- New types of visualizations not available in matplotlib:
5858

59-
- 100% bar chart,
60-
- Network graph, and
61-
- Text-only visualizations.
59+
- 100% bar chart,
60+
- Network graph,
61+
- Slope graph,
62+
- Population chart, and
63+
- Text-only visualizations.
6264

6365
Multiplex automatically lays out your data so that you can focus on telling your story.
6466

@@ -91,7 +93,8 @@ Multiplex also uses the following libraries in certain visualizations:
9193
- `networkx <https://github.com/networkx/networkx>`_
9294
- `pandas <https://github.com/pandas-dev/pandas>`_
9395

94-
### Quickstart
96+
Quickstart
97+
----------
9598

9699
Creating visualizations with Multiplex is very easy.
97100
For example, you can create a text-only visualization in just 10 lines of code, including all styling options:

docs/index.html

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -199,21 +199,17 @@ <h2>Why should I use Multiplex?<a class="headerlink" href="#why-should-i-use-mul
199199
Anything that you can do with Multiplex, you can also do with matplotlib.</p>
200200
<p>Multiplex makes it easier to create beautiful visualizations.
201201
This is achieved by providing:</p>
202-
<ul>
203-
<li><p class="first"><a class="reference external" href="https://github.com/NicholasMamo/multiplex-plot/blob/master/examples/0.%20Styles.ipynb">4 custom matplotlib styles</a>;</p>
204-
</li>
205-
<li><p class="first">Functionality to caption visualizations;</p>
206-
</li>
207-
<li><p class="first">Functionality to annotate any visualization with text; and</p>
208-
</li>
209-
<li><p class="first">New types of visualizations not available in matplotlib:</p>
210-
<blockquote>
211-
<div><ul class="simple">
202+
<ul class="simple">
203+
<li><a class="reference external" href="https://github.com/NicholasMamo/multiplex-plot/blob/master/examples/0.%20Styles.ipynb">4 custom matplotlib styles</a>;</li>
204+
<li>Functionality to caption visualizations;</li>
205+
<li>Functionality to annotate any visualization with text; and</li>
206+
<li>New types of visualizations not available in matplotlib:<ul>
212207
<li>100% bar chart,</li>
213-
<li>Network graph, and</li>
208+
<li>Network graph,</li>
209+
<li>Slope graph,</li>
210+
<li>Population chart, and</li>
214211
<li>Text-only visualizations.</li>
215212
</ul>
216-
</div></blockquote>
217213
</li>
218214
</ul>
219215
<p>Multiplex automatically lays out your data so that you can focus on telling your story.</p>
@@ -238,7 +234,9 @@ <h3>Prerequisites<a class="headerlink" href="#prerequisites" title="Permalink to
238234
<li><a class="reference external" href="https://github.com/networkx/networkx">networkx</a></li>
239235
<li><a class="reference external" href="https://github.com/pandas-dev/pandas">pandas</a></li>
240236
</ul>
241-
<p>### Quickstart</p>
237+
</div>
238+
<div class="section" id="quickstart">
239+
<h3>Quickstart<a class="headerlink" href="#quickstart" title="Permalink to this headline"></a></h3>
242240
<p>Creating visualizations with Multiplex is very easy.
243241
For example, you can create a text-only visualization in just 10 lines of code, including all styling options:</p>
244242
<div class="highlight-python notranslate"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre> 1

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://nicholasmamo.github.io/multiplex-plot/drawable.html</loc></url><url><loc>https://nicholasmamo.github.io/multiplex-plot/index.html</loc></url><url><loc>https://nicholasmamo.github.io/multiplex-plot/population.html</loc></url><url><loc>https://nicholasmamo.github.io/multiplex-plot/genindex.html</loc></url><url><loc>https://nicholasmamo.github.io/multiplex-plot/py-modindex.html</loc></url><url><loc>https://nicholasmamo.github.io/multiplex-plot/search.html</loc></url></urlset>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://nicholasmamo.github.io/multiplex-plot/index.html</loc></url><url><loc>https://nicholasmamo.github.io/multiplex-plot/genindex.html</loc></url><url><loc>https://nicholasmamo.github.io/multiplex-plot/py-modindex.html</loc></url><url><loc>https://nicholasmamo.github.io/multiplex-plot/search.html</loc></url></urlset>

docsource/index.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@ This is achieved by providing:
5656
- Functionality to annotate any visualization with text; and
5757
- New types of visualizations not available in matplotlib:
5858

59-
- 100% bar chart,
60-
- Network graph, and
61-
- Text-only visualizations.
59+
- 100% bar chart,
60+
- Network graph,
61+
- Slope graph,
62+
- Population chart, and
63+
- Text-only visualizations.
6264

6365
Multiplex automatically lays out your data so that you can focus on telling your story.
6466

@@ -91,7 +93,8 @@ Multiplex also uses the following libraries in certain visualizations:
9193
- `networkx <https://github.com/networkx/networkx>`_
9294
- `pandas <https://github.com/pandas-dev/pandas>`_
9395

94-
### Quickstart
96+
Quickstart
97+
----------
9598

9699
Creating visualizations with Multiplex is very easy.
97100
For example, you can create a text-only visualization in just 10 lines of code, including all styling options:

0 commit comments

Comments
 (0)