documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Python Title & Name In/consistency

Open bcdunbar opened this issue 8 years ago • 4 comments

publisher.publish(
    'your-tutorial-chart.ipynb', 'python/your-tutorial-chart/', 'Your Tutorial Chart',
    'How to make your-tutorial-chart plots in Python with Plotly.',
    title = 'Python Your Tutorial Chart | Plotly',
    has_thumbnail='true', thumbnail='thumbnail/your-tutorial-chart.jpg', 
    language='python', 
    # page_type='example_index', // note this is only if you want the tutorial to appear on the main page: plot.ly/python
    display_as='chart_type', order=2,
    ipynb= '~notebook_demo/1')
  • Ensure that 'Your Tutorial Chart' (3rd argument) doesn't have | Plotly
  • Ensure that title = 'Python Your Tutorial Chart | Plotly' does have | Plotly
  • Add tags

List of docs that need updated (most of these have | plotly in the 3rd argument):

  • 3d
    • [x] most 3d ipynbs
  • Basic
    • [ ] webgl.ipynb
    • [ ] comparewebgl.ipynb
    • [ ] area.ipynb
    • [ ] bars.ipynb
    • [ ] bubble.ipynb
    • [ ] gantt.ipynb
    • [ ] linear-gauge.ipynb
    • [ ] semicircular-gauge.ipynb
    • [ ] horizontal-bars.ipynb
    • [x] lines.ipynb
    • [ ] scatter.ipynb
    • [ ] mixed.ipynb
    • [ ] table.ipynb
  • Fundamentals
    • [x] config_opts.ipynb
    • [ ] dashboard-api.ipynb
    • [x] jupyter_tutorial.ipynb
    • [ ] ipython-vs-python.ipynb
    • [x] privacy.ipynb
    • [ ] static-image-export.ipynb
  • Statistical
    • [ ] box.ipynb
    • [ ] cont-error-bars.ipynb
    • [ ] density-plots.ipynb
    • [ ] distplots.ipynb
    • [ ] error-bars.ipynb
    • [ ] histograms.ipynb
    • [ ] 2d-histograms.ipynb
    • [x] scatterplot-matrix.ipynb
    • [ ] tree-plot.ipynb
    • [ ] treemap.ipynb
    • [x] violin-plot.ipynb

bcdunbar avatar Sep 19 '17 13:09 bcdunbar

@cldougl as the list is quite extensive should we add tags at the same time?

bcdunbar avatar Sep 19 '17 14:09 bcdunbar

yes I think so!

cldougl avatar Sep 19 '17 16:09 cldougl

@cldougl I can grab this in conjunction with https://github.com/plotly/documentation/issues/917 but did we decide on what to do with tags? If not, I'll remove ... | Plotly since I'm already running through some of these docs.

bcdunbar avatar Apr 27 '18 02:04 bcdunbar

I think no tags for now is ok

cldougl avatar Aug 07 '18 22:08 cldougl