From 8bb119898ca2f71170b55d3ad34b78908ff2f1ee Mon Sep 17 00:00:00 2001 From: Emmanuelle Gouillart Date: Mon, 11 Nov 2019 16:01:35 -0500 Subject: [PATCH] renamed files for more consistency --- apidoc/index.rst | 10 +++++----- apidoc/{px.rst => plotly.express.rst} | 0 .../{figure_factory.rst => plotly.figure_factory.rst} | 0 apidoc/{graph_objects.rst => plotly.graph_objects.rst} | 0 apidoc/{io.rst => plotly.io.rst} | 0 apidoc/{subplots.rst => plotly.subplots.rst} | 0 6 files changed, 5 insertions(+), 5 deletions(-) rename apidoc/{px.rst => plotly.express.rst} (100%) rename apidoc/{figure_factory.rst => plotly.figure_factory.rst} (100%) rename apidoc/{graph_objects.rst => plotly.graph_objects.rst} (100%) rename apidoc/{io.rst => plotly.io.rst} (100%) rename apidoc/{subplots.rst => plotly.subplots.rst} (100%) diff --git a/apidoc/index.rst b/apidoc/index.rst index 463752036..5776cc946 100644 --- a/apidoc/index.rst +++ b/apidoc/index.rst @@ -24,11 +24,11 @@ Full reference list .. toctree:: :maxdepth: 3 - px.rst - graph_objects.rst - subplots.rst - figure_factory.rst - io.rst + plotly.express.rst + plotly.graph_objects.rst + plotly.subplots.rst + plotly.figure_factory.rst + plotly.io.rst diff --git a/apidoc/px.rst b/apidoc/plotly.express.rst similarity index 100% rename from apidoc/px.rst rename to apidoc/plotly.express.rst diff --git a/apidoc/figure_factory.rst b/apidoc/plotly.figure_factory.rst similarity index 100% rename from apidoc/figure_factory.rst rename to apidoc/plotly.figure_factory.rst diff --git a/apidoc/graph_objects.rst b/apidoc/plotly.graph_objects.rst similarity index 100% rename from apidoc/graph_objects.rst rename to apidoc/plotly.graph_objects.rst diff --git a/apidoc/io.rst b/apidoc/plotly.io.rst similarity index 100% rename from apidoc/io.rst rename to apidoc/plotly.io.rst diff --git a/apidoc/subplots.rst b/apidoc/plotly.subplots.rst similarity index 100% rename from apidoc/subplots.rst rename to apidoc/plotly.subplots.rst