Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 876 Bytes

index.rst

File metadata and controls

34 lines (25 loc) · 876 Bytes

WordCloud for Python documentation

Here you find instructions on how to create wordclouds with my Python wordcloud project. Compared to other wordclouds, my algorithm has the advantage of

  • filling all available space.
  • being able to use arbitraty masks.
  • having a stupid simple algorithm (with an efficient implementation) that can be easily modified.
  • being in Python

Check out the :ref:`example_gallery`.

The code of the project is on Github: word_cloud

images/a_new_hope.png
.. toctree::
    :hidden:
    :caption: User Documentation

    references
    cli
    auto_examples/index
    changelog

.. toctree::
    :hidden:
    :caption: Contributor Documentation

    make_a_release