Skip to content

Commit

Permalink
bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbn committed Oct 21, 2018
1 parent c7297cc commit bafd917
Show file tree
Hide file tree
Showing 20 changed files with 118 additions and 391 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Expand Up @@ -111,7 +111,7 @@ Tips

To run a subset of tests::

$ py.test tests.test_itikz
$ pytest


Deploying
Expand Down
12 changes: 9 additions & 3 deletions HISTORY.rst
Expand Up @@ -31,22 +31,28 @@ History
* Add Quickstart notebook as a demo
* Remove print statements introduced during debugging

0.0.6 (2018-10-16)
0.0.6 (2018-10-17)
------------------

* Add ITIKZ_TEMP_DIR environmental variable usage
* Add --implicit-pic

0.0.7 (2018-10-16)
0.0.7 (2018-10-17)
------------------

* Add --scale arg
* Add --tikz-libraries
* Add --tex-packages
* Add --implicit-standalone

0.0.8 (2018-10-16)
0.0.8 (2018-10-17)
------------------

* Add jinja2 templating
* Add jinja2 interpolated code debug printing

0.1.0 (2018-10-21)
------------------

* Add unit tests
* Fix cleanup bug
11 changes: 0 additions & 11 deletions Makefile
Expand Up @@ -65,17 +65,6 @@ coverage: ## check code coverage quickly with the default Python
coverage html
$(BROWSER) htmlcov/index.html

docs: ## generate Sphinx HTML documentation, including API docs
rm -f docs/itikz.rst
rm -f docs/modules.rst
sphinx-apidoc -o docs/ itikz
$(MAKE) -C docs clean
$(MAKE) -C docs html
$(BROWSER) docs/_build/html/index.html

servedocs: docs ## compile the docs watching for changes
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .

release: dist ## package and upload a release
twine upload dist/*

Expand Down
134 changes: 102 additions & 32 deletions Quickstart.ipynb

Large diffs are not rendered by default.

11 changes: 2 additions & 9 deletions README.rst
Expand Up @@ -9,19 +9,12 @@ itikz
.. image:: https://travis-ci.org/jbn/itikz.svg?branch=master
:target: https://travis-ci.org/jbn/itikz

.. image:: https://coveralls.io/repos/github/jbn/itikz/badge.svg
.. image:: https://img.shields.io/coveralls/github/jbn/itikz.svg
:target: https://coveralls.io/github/jbn/itikz

.. image:: https://readthedocs.org/projects/itikz/badge/?version=latest
:target: https://itikz.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status


Cell magic for PGF/TikZ-to-SVG rendering in Jupyter


* Free software: MIT license
* Documentation: https://itikz.readthedocs.io.

Basic Usage
-----------
Expand Down Expand Up @@ -53,4 +46,4 @@ Use it:
Getting Started Guide
---------------------

`Getting Started Notebook <https://nbviewer.jupyter.org/github/jbn/itikz/blob/master/Quickstart.ipynb>`__:
`Getting Started Notebook <https://nbviewer.jupyter.org/github/jbn/itikz/blob/master/Quickstart.ipynb>`__
20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion docs/authors.rst

This file was deleted.

163 changes: 0 additions & 163 deletions docs/conf.py

This file was deleted.

1 change: 0 additions & 1 deletion docs/contributing.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/history.rst

This file was deleted.

20 changes: 0 additions & 20 deletions docs/index.rst

This file was deleted.

51 changes: 0 additions & 51 deletions docs/installation.rst

This file was deleted.

36 changes: 0 additions & 36 deletions docs/make.bat

This file was deleted.

1 change: 0 additions & 1 deletion docs/readme.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/usage.rst

This file was deleted.

0 comments on commit bafd917

Please sign in to comment.