[med-svn] [Git][med-team/python-wordcloud][master] 3 commits: Also remove doc from upstream source
Andreas Tille
gitlab at salsa.debian.org
Fri Mar 27 07:38:25 GMT 2020
Andreas Tille pushed to branch master at Debian Med / python-wordcloud
Commits:
edc29756 by Andreas Tille at 2020-03-27T08:32:10+01:00
Also remove doc from upstream source
- - - - -
d5923446 by Andreas Tille at 2020-03-27T08:34:53+01:00
New upstream version 1.6.0+dfsg
- - - - -
f99eca10 by Andreas Tille at 2020-03-27T08:34:54+01:00
Update upstream source from tag 'upstream/1.6.0+dfsg'
Update to upstream version '1.6.0+dfsg'
with Debian dir 013ebe76ffcb53994889f22a31bdcb481368a84b
- - - - -
17 changed files:
- debian/README.Debian
- debian/copyright
- − doc/Makefile
- − doc/_templates/class.rst
- − doc/_templates/class_with_call.rst
- − doc/_templates/function.rst
- − doc/build-website.sh
- − doc/changelog.rst
- − doc/cli.rst
- − doc/conf.py
- − doc/deploy-website.sh
- − doc/images/a_new_hope.png
- − doc/images/no_image.png
- − doc/index.rst
- − doc/make_a_release.rst
- − doc/references.rst
- − doc/requirements-doc.txt
Changes:
=====================================
debian/README.Debian
=====================================
@@ -1,12 +1,12 @@
python-wordcloud for Debian
===========================
-The examples for this package can be found on Github
+The examples and documentation for this package can be found on Github
- https://github.com/amueller/word_cloud/tree/master/examples
+ https://github.com/amueller/word_cloud
-Some of these are non-distributable so I decided to strip
-them all. If you want to test the examples simply clone the
+Since some of the examples and docs are non-distributable I decided to
+strip them all. If you want to test the examples simply clone the
git repository.
-- Andreas Tille <tille at debian.org> Tue, 11 Feb 2020 21:28:19 +0100
=====================================
debian/copyright
=====================================
@@ -5,6 +5,7 @@ Files-Excluded: */examples
*/DroidSansMono.ttf
*/*.c
*/.git*
+ */doc
Files: *
Copyright: 2012-2018 Andreas Christian Mueller
=====================================
doc/Makefile deleted
=====================================
@@ -1,163 +0,0 @@
-# Makefile for Sphinx documentation
-#
-
-# You can set these variables from the command line.
-SPHINXOPTS =
-SPHINXBUILD = sphinx-build
-PAPER =
-BUILDDIR = _build
-
-# Internal variables.
-PAPEROPT_a4 = -D latex_paper_size=a4
-PAPEROPT_letter = -D latex_paper_size=letter
-ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
-# the i18n builder cannot share the environment and doctrees with the others
-I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
-
-.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
-
-all: html-noplot
-
-help:
- @echo "Please use \`make <target>' where <target> is one of"
- @echo " html to make standalone HTML files"
- @echo " dirhtml to make HTML files named index.html in directories"
- @echo " singlehtml to make a single large HTML file"
- @echo " pickle to make pickle files"
- @echo " json to make JSON files"
- @echo " htmlhelp to make HTML files and a HTML help project"
- @echo " qthelp to make HTML files and a qthelp project"
- @echo " devhelp to make HTML files and a Devhelp project"
- @echo " epub to make an epub"
- @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
- @echo " latexpdf to make LaTeX files and run them through pdflatex"
- @echo " text to make text files"
- @echo " man to make manual pages"
- @echo " texinfo to make Texinfo files"
- @echo " info to make Texinfo files and run them through makeinfo"
- @echo " gettext to make PO message catalogs"
- @echo " changes to make an overview of all changed/added/deprecated items"
- @echo " linkcheck to check all external links for integrity"
- @echo " doctest to run all doctests embedded in the documentation (if enabled)"
-
-clean:
- -rm -rf $(BUILDDIR)/*
- -rm -rf auto_examples
- -rm -rf gen_modules
- -rm -rf generated
-
-html:
- $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
- @echo
- @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
-
-html-noplot:
- $(SPHINXBUILD) -D plot_gallery=False -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
- @echo
- @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
-
-dirhtml:
- $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
- @echo
- @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
-
-singlehtml:
- $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
- @echo
- @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
-
-pickle:
- $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
- @echo
- @echo "Build finished; now you can process the pickle files."
-
-json:
- $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
- @echo
- @echo "Build finished; now you can process the JSON files."
-
-htmlhelp:
- $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
- @echo
- @echo "Build finished; now you can run HTML Help Workshop with the" \
- ".hhp project file in $(BUILDDIR)/htmlhelp."
-
-qthelp:
- $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp
- @echo
- @echo "Build finished; now you can run "qcollectiongenerator" with the" \
- ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
- @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/wordcloud.qhcp"
- @echo "To view the help file:"
- @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/wordcloud.qhc"
-
-devhelp:
- $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
- @echo
- @echo "Build finished."
- @echo "To view the help file:"
- @echo "# mkdir -p $$HOME/.local/share/devhelp/wordcloud"
- @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/wordcloud"
- @echo "# devhelp"
-
-epub:
- $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub
- @echo
- @echo "Build finished. The epub file is in $(BUILDDIR)/epub."
-
-latex:
- $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
- @echo
- @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
- @echo "Run \`make' in that directory to run these through (pdf)latex" \
- "(use \`make latexpdf' here to do that automatically)."
-
-latexpdf:
- $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
- @echo "Running LaTeX files through pdflatex..."
- $(MAKE) -C $(BUILDDIR)/latex all-pdf
- @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
-
-text:
- $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text
- @echo
- @echo "Build finished. The text files are in $(BUILDDIR)/text."
-
-man:
- $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
- @echo
- @echo "Build finished. The manual pages are in $(BUILDDIR)/man."
-
-texinfo:
- $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
- @echo
- @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo."
- @echo "Run \`make' in that directory to run these through makeinfo" \
- "(use \`make info' here to do that automatically)."
-
-info:
- $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
- @echo "Running Texinfo files through makeinfo..."
- make -C $(BUILDDIR)/texinfo info
- @echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo."
-
-gettext:
- $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale
- @echo
- @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale."
-
-changes:
- $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
- @echo
- @echo "The overview file is in $(BUILDDIR)/changes."
-
-linkcheck:
- $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
- @echo
- @echo "Link check complete; look for any errors in the above output " \
- "or in $(BUILDDIR)/linkcheck/output.txt."
-
-doctest:
- $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
- @echo "Testing of doctests in the sources finished, look at the " \
- "results in $(BUILDDIR)/doctest/output.txt."
=====================================
doc/_templates/class.rst deleted
=====================================
@@ -1,12 +0,0 @@
-{{ fullname }}
-{{ underline }}
-
-.. currentmodule:: {{ module }}
-
-.. autoclass:: {{ objname }}
-
- {% block methods %}
- .. automethod:: __init__
- {% endblock %}
-
-
=====================================
doc/_templates/class_with_call.rst deleted
=====================================
@@ -1,13 +0,0 @@
-{{ fullname }}
-{{ underline }}
-
-.. currentmodule:: {{ module }}
-
-.. autoclass:: {{ objname }}
-
- {% block methods %}
- .. automethod:: __init__
- .. automethod:: __call__
- {% endblock %}
-
-
=====================================
doc/_templates/function.rst deleted
=====================================
@@ -1,8 +0,0 @@
-{{ fullname }}
-{{ underline }}
-
-.. currentmodule:: {{ module }}
-
-.. autofunction:: {{ objname }}
-
-
=====================================
doc/build-website.sh deleted
=====================================
@@ -1,25 +0,0 @@
-#!/usr/bin/env bash
-
-set -e
-set -o pipefail
-
-err() { echo -e >&2 ERROR: $@\\n; }
-die() { err $@; exit 1; }
-
-SCRIPT_DIR=$(cd $(dirname $0) || exit 1; pwd)
-
-cd $SCRIPT_DIR/../
-
-if [ ! -d .git ]; then
- die "Failed to locate the root of the current git-versioned project"
-fi
-
-SOURCE_SHA_REF=$(git rev-parse --short HEAD)
-
-pushd doc
- pip install -r requirements-doc.txt
- make clean
- make html
- echo "sha:${SOURCE_SHA_REF}" >> _build/html/.buildinfo
-popd
-
=====================================
doc/changelog.rst deleted
=====================================
@@ -1,179 +0,0 @@
-.. _changelog:
-
-=========
-Changelog
-=========
-
-This is the list of changes to wordcloud between each release. For full
-details, see the commit logs at https://github.com/amueller/word_cloud
-
-WordCloud 1.6.0
-===============
-
-Features
---------
-
-* Add support to render numbers and single letters using the
- ``include_numbers`` and ``min_word_length`` arguments.
-
-Examples
---------
-* Add :ref:`phx_glr_auto_examples_parrot.py` example showing another example of
- image-based coloring and masks.
-
-WordCloud 1.5.0
-===============
-
-Examples
---------
-
-* Add :ref:`sphx_glr_auto_examples_frequency.py` example for understanding how
- to generate a wordcloud using a dictionary of word frequency.
- Contributed by :user:`yoonsubKim`.
-
-* Add :ref:`sphx_glr_auto_examples_wordcloud_cn.py` example.
- Contributed by :user:`FontTian` and improved by :user:`duohappy`.
-
-Features
---------
-
-* Add support for mask contour. Contributed by :user:`jsmedmar`.
-
- * Improve :ref:`wordcloud_cli` adding support for ``--contour_width``
- and ``--contour_color`` named arguments.
-
- * Improve :class:`wordcloud.WordCloud` API adding support for
- ``contour_width`` and ``contour_color`` keyword arguments.
-
- * Update :ref:`sphx_glr_auto_examples_masked.py` example.
-
-* Update :class:`wordcloud.WordCloud` to support ``repeat`` keyword argument.
- If set to True, indicates whether to repeat words and phrases until ``max_words``
- or ``min_font_size`` is reached. Contributed by :user:`amueller`.
-
-Wheels
-------
-
-* Support installation on Linux, macOS and Windows for Python 2.7, 3.4, 3.5, 3.6 and 3.7 by
- updating the Continuous Integration (CI) infrastructure and support the automatic creation
- and upload of wheels to `PyPI`_. Contributed by :user:`jcfr`.
-
- * Use `scikit-ci`_ to simplify and centralize the CI configuration. By having ``appveyor.yml``,
- ``.circleci/config.yml`` and ``.travis.yml`` calling the scikit-ci command-line executable,
- all the CI steps for all service are described in one `scikit-ci.yml`_ configuration file.
-
- * Use `scikit-ci-addons`_ to provide a set of scripts useful to help drive CI.
-
- * Simplify release process using `versioneer`_. Release process is now as simple as
- tagging a release, there is no need to manually update version in ``__init__.py``.
-
- * Remove use of miniconda and instead use `manylinux`_ docker images.
-
-* Fix installation of the cli on all platforms leveraging `entry_points`_.
- See :issue:`420`. Contributed by :user:`jcfr`.
-
-.. _manylinux: https://www.python.org/dev/peps/pep-0571/
-.. _PyPI: https://pypi.org/project/wordcloud
-.. _scikit-ci: http://scikit-ci.readthedocs.io
-.. _scikit-ci-addons: http://scikit-ci-addons.readthedocs.io
-.. _scikit-ci.yml: https://github.com/amueller/word_cloud/blob/master/scikit-ci.yml
-.. _versioneer: https://github.com/warner/python-versioneer/
-.. _entry_points: https://setuptools.readthedocs.io/en/latest/setuptools.html#automatic-script-creation
-
-Bug fixes
----------
-
-* :class:`wordcloud.WordCloud` API
-
- * Fix coloring with black image. Contributed by :user:`amueller`.
-
- * Improve error message when there is no space on canvas. Contributed by :user:`amueller`.
-
-* :ref:`wordcloud_cli`
-
- * Fix handling of invalid `regexp` parameter. Contributed by :user:`jcfr`.
-
-Documentation
--------------
-
-* Update :class:`wordcloud.WordCloud` ``color_func`` keyword argument documentation
- explaining how to create single color word cloud.
- Fix :issue:`185`. Contributed by :user:`maifeng`.
-
-* Simplify and improve `README <https://github.com/amueller/word_cloud#readme>`_.
- Contributed by :user:`amueller`.
-
-* Add :ref:`wordcloud_cli` document. Contributed by :user:`amueller`.
-
-* Add :ref:`making_a_release` and :ref:`changelog` documents. Contributed by :user:`jcfr`.
-
-* Improve sphinx gallery integration. Contributed by :user:`jcfr`.
-
-Website
--------
-
-* Setup automatic deployment of the website each time the `master` branch is updated.
- Contributed by :user:`jcfr`.
-
-* Update `website <https://amueller.github.io/word_cloud>`_ to use `Read the Docs Sphinx Theme`.
- Contributed by :user:`amueller`.
-
-Test
-----
-
-* Update testing infrastructure. Contributed by :user:`jcfr`.
-
- * Switch testing framework from nose to `pytest <https://docs.pytest.org>`_.
-
- * Enforce coding style by running `flake8 <http://flake8.pycqa.org/en/latest/index.html>`_
- each time a Pull Request is proposed or the `master` branch updated.
-
- * Support generating html coverage report locally running ``pytest``, ``coverage html`` and
- opening ``htmlcov/index.html`` document.
-
-
-WordCloud 1.4.1
-===============
-
-Bug fixes
----------
-
-* Improve stopwords list. Contributed by :user:`xuhdev`.
-
-
-Test
-----
-
-* Remove outdated channel and use conda-forge. Contributed by :user:`amueller`.
-
-* Add test for the command line utility. Contributed by :user:`xuhdev`.
-
-
-WordCloud 1.4.0
-===============
-
-See https://github.com/amueller/word_cloud/compare/1.3.3...1.4
-
-
-WordCloud 1.3.3
-===============
-
-See https://github.com/amueller/word_cloud/compare/1.3.2...1.3.3
-
-
-WordCloud 1.3.2
-===============
-
-See https://github.com/amueller/word_cloud/compare/1.2.2...1.3.2
-
-
-WordCloud 1.2.2
-===============
-
-See https://github.com/amueller/word_cloud/compare/1.2.1...1.2.2
-
-
-WordCloud 1.2.1
-===============
-
-See https://github.com/amueller/word_cloud/compare/4c7ebf81...1.2.1
=====================================
doc/cli.rst deleted
=====================================
@@ -1,9 +0,0 @@
-.. _wordcloud_cli:
-
-Command Line Interface
-======================
-
-.. argparse::
- :module: wordcloud.wordcloud_cli
- :func: make_parser
- :prog: wordcloud_cli
=====================================
doc/conf.py deleted
=====================================
@@ -1,255 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# wordcloud documentation build configuration file, created by
-# sphinx-quickstart on Fri May 3 17:14:50 2013.
-#
-# This file is execfile()d with the current directory set to its containing
-# dir.
-#
-# Note that not all possible configuration values are present in this
-# autogenerated file.
-#
-# All configuration values have a default; values that are commented out
-# serve to show the default.
-
-import sys
-import os
-
-from datetime import date
-
-import wordcloud
-
-# If extensions (or modules to document with autodoc) are in another directory,
-# add these directories to sys.path here. If the directory is relative to the
-# documentation root, use os.path.abspath to make it absolute, like shown here.
-sys.path.insert(0, os.path.abspath('sphinxext'))
-
-# -- General configuration ----------------------------------------------------
-
-# Add any Sphinx extension module names here, as strings. They can be
-# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = [
- 'sphinx_gallery.gen_gallery',
- 'sphinx_issues',
- 'sphinx.ext.autodoc',
- 'sphinx.ext.autosummary',
- 'sphinx.ext.doctest',
- 'sphinx.ext.viewcode',
- 'sphinxarg.ext',
- 'numpydoc'
-]
-
-autosummary_generate = True
-
-autodoc_default_flags = ['members', 'inherited-members']
-numpydoc_class_members_toctree = False
-
-# generate autosummary even if no references
-autosummary_generate = True
-
-# Add any paths that contain templates here, relative to this directory.
-templates_path = ['_templates']
-
-# The suffix of source filenames.
-source_suffix = '.rst'
-
-# The encoding of source files.
-# source_encoding = 'utf-8-sig'
-
-# The master toctree document.
-master_doc = 'index'
-
-# General information about the project.
-project = u'wordcloud'
-copyright = u'%s, Andreas Mueller' % date.today().year
-
-issues_github_path = 'amueller/word_cloud'
-
-sphinx_gallery_conf = {
- 'backreferences_dir': 'gen_modules/backreferences',
- # path to your examples scripts
- 'examples_dirs': '../examples',
- # path where to save gallery generated examples
- 'gallery_dirs': 'auto_examples',
- 'filename_pattern': r'/\w+',
- 'doc_module': ('wordcloud',),
- 'reference_url': {
- # The module you locally document uses None
- 'wordcloud': None,
- }
-}
-
-# The version info for the project you're documenting, acts as replacement for
-# |version| and |release|, also used in various other places throughout the
-# built documents.
-#
-# The short X.Y version.
-version = wordcloud.__version__
-# The full version, including alpha/beta/rc tags.
-release = wordcloud.__version__
-
-
-# List of patterns, relative to source directory, that match files and
-# directories to ignore when looking for source files.
-exclude_patterns = ['_build', '_templates', '_themes']
-
-
-# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
-
-# A list of ignored prefixes for module index sorting.
-# modindex_common_prefix = []
-
-
-# -- Options for HTML output --------------------------------------------------
-
-# The theme to use for HTML and HTML Help pages. See the documentation for
-# a list of builtin themes.
-html_theme = 'sphinx_rtd_theme'
-
-# Add any paths that contain custom themes here, relative to this directory.
-# html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
-
-# The name for this set of Sphinx documents. If None, it defaults to
-# "<project> v<release> documentation".
-# html_title = None
-
-# A shorter title for the navigation bar. Default is the same as html_title.
-# html_short_title = None
-
-# The name of an image file (relative to this directory) to place at the top
-# of the sidebar.
-# html_logo = None
-
-# The name of an image file (within the static path) to use as favicon of the
-# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
-# pixels large.
-# html_favicon = None
-
-# Add any paths that contain custom static files (such as style sheets) here,
-# relative to this directory. They are copied after the builtin static files,
-# so a file named "default.css" will overwrite the builtin "default.css"..
-# html_static_path = ['_static']
-
-# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
-# using the given strftime format.
-# html_last_updated_fmt = '%b %d, %Y'
-
-# If true, SmartyPants will be used to convert quotes and dashes to
-# typographically correct entities.
-# html_use_smartypants = True
-
-# Custom sidebar templates, maps document names to template names.
-# html_sidebars = {}
-
-# Additional templates that should be rendered to pages, maps page names to
-# template names.
-# html_additional_pages = {}
-
-# If false, no module index is generated.
-# html_domain_indices = True
-
-# If false, no index is generated.
-# html_use_index = True
-
-# If true, the index is split into individual pages for each letter.
-# html_split_index = False
-
-# If true, links to the reST sources are added to the pages.
-# html_show_sourcelink = True
-
-# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
-# html_show_sphinx = True
-
-# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
-# html_show_copyright = True
-
-# If true, an OpenSearch description file will be output, and all pages will
-# contain a <link> tag referring to it. The value of this option must be the
-# base URL from which the finished HTML is served.
-# html_use_opensearch = ''
-
-# This is the file name suffix for HTML files (e.g. ".xhtml").
-# html_file_suffix = None
-
-# Output file base name for HTML help builder.
-htmlhelp_basename = 'wordclouddoc'
-
-
-# -- Options for LaTeX output -------------------------------------------------
-
-latex_elements = {
- # The paper size ('letterpaper' or 'a4paper').
- # 'papersize': 'letterpaper',
-
- # The font size ('10pt', '11pt' or '12pt').
- # 'pointsize': '10pt',
-
- # Additional stuff for the LaTeX preamble.
- # 'preamble': '',
-}
-
-# Grouping the document tree into LaTeX files. List of tuples
-# (source start file, target name, title, author, documentclass
-# [howto/manual]).
-# latex_documents = [('index', 'wordcloud.tex', u'wordcloud Documentation',
-# u'Andreas Mueller', 'manual'), ]
-
-# The name of an image file (relative to this directory) to place at the top of
-# the title page.
-# latex_logo = None
-
-# For "manual" documents, if this is true, then toplevel headings are parts,
-# not chapters.
-# latex_use_parts = False
-
-# If true, show page references after internal links.
-# latex_show_pagerefs = False
-
-# If true, show URL addresses after external links.
-# latex_show_urls = False
-
-# Documents to append as an appendix to all manuals.
-# latex_appendices = []
-
-# If false, no module index is generated.
-# latex_domain_indices = True
-
-
-# -- Options for manual page output -------------------------------------------
-
-# One entry per manual page. List of tuples
-# (source start file, name, description, authors, manual section).
-man_pages = [
- ('index', 'wordcloud', u'wordcloud Documentation',
- [u'Andreas Mueller'], 1)
-]
-
-# If true, show URL addresses after external links.
-# man_show_urls = False
-
-
-# -- Options for Texinfo output -----------------------------------------------
-
-# Grouping the document tree into Texinfo files. List of tuples
-# (source start file, target name, title, author,
-# dir menu entry, description, category)
-texinfo_documents = [
- ('index', 'wordcloud', u'wordcloud Documentation', u'Andreas Mueller',
- 'wordcloud', 'One line description of project.', 'Miscellaneous'),
-]
-
-# Documents to append as an appendix to all manuals.
-# texinfo_appendices = []
-
-# If false, no module index is generated.
-# texinfo_domain_indices = True
-
-# How to display URL addresses: 'footnote', 'no', or 'inline'.
-# texinfo_show_urls = 'footnote'
-
-
-# Theme options are theme-specific and customize the look and feel of a
-# theme further.
-html_theme_options = {
-}
=====================================
doc/deploy-website.sh deleted
=====================================
@@ -1,125 +0,0 @@
-#!/usr/bin/env bash
-
-set -e
-set -o pipefail
-
-PROG=$(basename $0)
-
-BOT_USER_NAME=scikit-build-bot
-BOT_USER_EMAIL=scikit-build-bot at scikit-build.org
-TARGET_BRANCH=gh-pages
-
-err() { echo -e >&2 ERROR: $@\\n; }
-die() { err $@; exit 1; }
-
-#-------------------------------------------------------------------------------
-help() {
- cat >&2 <<ENDHELP
-Usage: $PROG <ORG/NAME> <SOURCE_SHA> [--html-dir /path/to/html]
-
-Publish directory to the $TARGET_BRANCH branch of a GitHub repository.
-
-Arguments:
- <ORG/NAME> repository slug where the files should be pushed.
- <SOURCE_SHA> simple string referencing the repository from which
- the files were generated.
-
-Options:
- --html-dir path to directory containing files to publish
- (default: doc/_build/html).
-
-Env. variables:
- GITHUB_TOKEN this environment variable is expected to be set.
-
-
-Example:
-
- GITHUB_TOKEN=xxxx $PROG amueller/word_cloud $(git rev-parse --short HEAD)
-
-
-Notes:
-
- The username and email associated with the commit correspond to
- $BOT_USER_NAME and $BOT_USER_EMAIL.
-
-ENDHELP
-}
-
-#-------------------------------------------------------------------------------
-if [[ -z $GITHUB_TOKEN ]]; then
- err "skipping because GITHUB_TOKEN env. variable is not set"
- help
- exit 1
-fi
-
-if [[ $# -lt 2 ]]; then
- err "Missing org/name and source_sha parameters"
- help
- exit 1
-fi
-
-# Parse arguments
-repo_slug=$1
-source_sha=$2
-shift 2
-
-# Default values
-html_dir=doc/_build/html
-
-# Parse options
-while [[ $# != 0 ]]; do
- case $1 in
- --html-dir)
- html_dir=$2
- shift 2
- ;;
- --help|-h)
- help
- exit 0
- ;;
- -*)
- err Unknown option \"$1\"
- help
- exit 1
- ;;
- *)
- break
- ;;
- esac
-done
-
-echo "repo_slug [$repo_slug]"
-echo "source_sha [$source_sha]"
-echo "html_dir [$html_dir]"
-
-#-------------------------------------------------------------------------------
-cd $html_dir
-
-# download current version
-git clone git://github.com/$repo_slug -b $TARGET_BRANCH --depth 1 current_html
-
-# ... and only keep associated history
-mv current_html/.git .
-rm -rf current_html
-
-# add special file disabling Jekyll processing
-touch .nojekyll
-
-# configure git
-pushURL=https://$GITHUB_TOKEN@github.com/$repo_slug
-git config --add remote.origin.pushURL $pushURL
-git config user.email $BOT_USER_EMAIL
-git config user.name $BOT_USER_NAME
-
-# commit
-git add --all
-git commit -m "Website update based of $repo_slug@${source_sha}
-
-It was automatically generated and published using the script '${PROG}'
-
-[ci skip]
-"
-
-# publish
-git push origin HEAD:gh-pages
-
=====================================
doc/images/a_new_hope.png deleted
=====================================
Binary files a/doc/images/a_new_hope.png and /dev/null differ
=====================================
doc/images/no_image.png deleted
=====================================
Binary files a/doc/images/no_image.png and /dev/null differ
=====================================
doc/index.rst deleted
=====================================
@@ -1,34 +0,0 @@
-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 <https://github.com/amueller/word_cloud>`_
-
- .. figure:: images/a_new_hope.png
- :width: 300px
- :target: auto_examples/a_new_hope.html
- :align: center
-
-.. toctree::
- :hidden:
- :caption: User Documentation
-
- references
- cli
- auto_examples/index
- changelog
-
-.. toctree::
- :hidden:
- :caption: Contributor Documentation
-
- make_a_release
\ No newline at end of file
=====================================
doc/make_a_release.rst deleted
=====================================
@@ -1,157 +0,0 @@
-.. _making_a_release:
-
-================
-Making a release
-================
-
-This document guides a contributor through creating a release of the wordcloud
-python packages.
-
-A core developer should follow these steps to trigger the creation and upload of
-a release `X.Y.Z` of **wordcloud** on `PyPI`_..
-
--------------------------
-Documentation conventions
--------------------------
-
-The commands reported below should be evaluated in the same terminal session.
-
-Commands to evaluate starts with a dollar sign. For example::
-
- $ echo "Hello"
- Hello
-
-means that ``echo "Hello"`` should be copied and evaluated in the terminal.
-
-----------------------
-Setting up environment
-----------------------
-
-1. First, `register for an account on PyPI <https://pypi.org>`_.
-
-
-2. If not already the case, ask to be added as a ``Package Index Maintainer``.
-
-
-3. Create a ``~/.pypirc`` file with your login credentials::
-
- [distutils]
- index-servers =
- pypi
- pypitest
-
- [pypi]
- username=<your-username>
- password=<your-password>
-
- [pypitest]
- repository=https://test.pypi.org/legacy/
- username=<your-username>
- password=<your-password>
-
- where ``<your-username>`` and ``<your-password>`` correspond to your PyPI account.
-
-
----------------------
-`PyPI`_: Step-by-step
----------------------
-
-1. Make sure that all CI tests are passing: `AppVeyor`_, `CircleCI`_ and `Travis CI`_.
-
-
-2. List all tags sorted by version
-
- .. code::
-
- $ git tag -l | sort -V
-
-
-3. Choose the next release version number
-
- .. code::
-
- release=X.Y.Z
-
- .. warning::
-
- To ensure the packages are uploaded on `PyPI`_, tags must match this regular
- expression: ``^[0-9]+(\.[0-9]+)*(\.post[0-9]+)?$``.
-
-
-4. Download latest sources
-
- .. code::
-
- cd /tmp && git clone git at github.com:amueller/word_cloud && cd word_cloud
-
-
-5. In `doc/changelog.rst` change ``Next Release`` section header with
- ``WordCloud X.Y.Z`` and commit the changes using the same title
-
- .. code::
-
- $ git add doc/changelog.rst
- $ git commit -m "WordCloud ${release}"
-
-
-6. Tag the release
-
- .. code::
-
- $ git tag --sign -m "WordCloud ${release}" ${release} master
-
- .. note::
-
- We recommend using a GPG key to sign the tag.
-
-7. Publish the tag
-
- .. code::
-
- $ git push origin ${release}
-
- .. note:: This will trigger builds on each CI services and automatically upload the wheels \
- and source distribution on `PyPI`_.
-
-8. Check the status of the builds on `AppVeyor`_, `CircleCI`_ and `Travis CI`_.
-
-9. Once the builds are completed, check that the distributions are available on `PyPI`_.
-
-
-10. Create a clean testing environment to test the installation
-
- .. code::
-
- $ mkvirtualenv wordcloud-${release}-install-test && \
- pip install wordcloud && \
- python -c "import wordcloud;print(wordcloud.__version__)"
-
- .. note::
-
- If the ``mkvirtualenv`` is not available, this means you do not have `virtualenvwrapper`_
- installed, in that case, you could either install it or directly use `virtualenv`_ or `venv`_.
-
-11. Cleanup
-
- .. code::
-
- $ deactivate && \
- rm -rf dist/* && \
- rmvirtualenv wordcloud-${release}-install-test
-
-
-12. Add a ``Next Release`` section back in `doc/changelog.rst`, merge the result
- and push local changes::
-
- $ git push origin master
-
-
-.. _virtualenvwrapper: https://virtualenvwrapper.readthedocs.io/
-.. _virtualenv: http://virtualenv.readthedocs.io
-.. _venv: https://docs.python.org/3/library/venv.html
-
-.. _AppVeyor: https://ci.appveyor.com/project/amueller/word-cloud/history
-.. _CircleCI: https://circleci.com/gh/amueller/word_cloud
-.. _Travis CI: https://travis-ci.org/amueller/word_cloud/pull_requests
-
-.. _PyPI: https://pypi.org/project/wordcloud
\ No newline at end of file
=====================================
doc/references.rst deleted
=====================================
@@ -1,23 +0,0 @@
-API Reference
-=============
-All functionality is encapsulated in the WordCloud class.
-
-.. toctree::
- :maxdepth: 2
-
-.. automodule:: wordcloud
- :no-members:
- :no-inherited-members:
-
-.. currentmodule:: wordcloud
-
-.. autosummary::
- :toctree: generated/
- :template: class.rst
-
- WordCloud
- ImageColorGenerator
-
- :template: function.rst
-
- random_color_func
=====================================
doc/requirements-doc.txt deleted
=====================================
@@ -1,21 +0,0 @@
-numpydoc
-imageio
-sphinx
-sphinx_rtd_theme
-sphinx_gallery
-sphinx-argparse
-sphinx-issues
-
-#
-# Example requirements
-#
-
-# all examples
-matplotlib
-
-# frequency example
-multidict
-
-# wordcloud_cn example
-jieba
-scipy
View it on GitLab: https://salsa.debian.org/med-team/python-wordcloud/-/compare/276d2afd4db64319e8a0dbdad34f5e490e16c77b...f99eca10b0d698cfa33dfaee0f731f8d58efbad8
--
View it on GitLab: https://salsa.debian.org/med-team/python-wordcloud/-/compare/276d2afd4db64319e8a0dbdad34f5e490e16c77b...f99eca10b0d698cfa33dfaee0f731f8d58efbad8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200327/5e5c15a8/attachment-0001.html>
More information about the debian-med-commit
mailing list