Skip to content

Commit

Permalink
Add new tutorial to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed Nov 13, 2016
1 parent a22e812 commit 5d5c954
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 615 deletions.
3 changes: 2 additions & 1 deletion docs/release_process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ This is the release process for agate:
#. Upload to `PyPI <https://pypi.python.org/pypi/agate>`_: ``python setup.py sdist bdist_wheel upload``.
#. Flag the release to build on `RTFD <https://readthedocs.org/dashboard/agate/versions/>`_.
#. Update the "default version" on `RTFD <https://readthedocs.org/dashboard/agate/versions/>`_ to the latest.
#. Rev to latest version: ``docs/conf.py``, ``setup.py`` and ``CHANGELOG.rst`` need updates.
#. Rev to latest version: ``docs/conf.py``, ``docs/tutorial.rst``, ``setup.py``, ``CHANGELOG.rst`` need updates.
#. Find/replace ``en/[old version]`` to ``en/[new version]`` in ``tutorial.ipynb``.
#. Commit revision: ``git commit -am "Update to version x.y.z for development."``.

0 comments on commit 5d5c954

Please sign in to comment.