Skip to main content

Layout algorithms for visualizations

Project description

Gramex Layout

Layout algorithms for visualizations.

  • Calendar (pending)
  • Sankey (pending)
  • Sunburst (complete, to be documented)
  • Treemap (pending)

[NOTE]: This is a pre-release to test the build process.

Setup

Documentation was set up via

pip install sphinx myst-parser sphinx-book-theme
mkdir docs
cd docs
sphinx-quickstart --project gramexlayout --author "Anand S" --release 0.1.0 --language en --suffix .md --suffix .rst --no-batchfile --no-sep --ext-autodoc --extensions myst_parser
sphinx-apidoc --no-toc --module-first --output-dir . ../gramexlayout

Then:

  • In docs/conf.py
    • Set `html_theme = 'sphinx_book_theme'

To release, set up build and twine

pip install build twine

Release

Update the version number in setup.py. Then:

git commit . -m"BLD: Release version x.x.x"
git push

Release source on PyPI:

rm -rf dist/
python -m build --wheel
twine upload dist/*

Create documentation:

cd docs
make html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

gramexlayout-0.2.1-py2.py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page