DOC: Write up whatsnew for 1.1.0 release

DOC: Clarify changes and fix formatting

DOC: Remove 1.0.3 whatsnew

DOC: More formatting

DOC: Remove superfluous info

DOC: Change deploy command

DOC: Fix typo

DOC: Add mention of winsorize factor

DOC: Change date of release

DOC: Remove date for now

DOC: Change release to development
This commit is contained in:
Freddie Vargus
2017-03-08 14:53:47 -05:00
parent f11b6467ac
commit aab1707123
5 changed files with 160 additions and 62 deletions
+8
View File
@@ -27,6 +27,14 @@ update the underline of the title to match the title's width.
If you are renaming the release at this point, you'll need to git mv the file
and also update releases.rst to reference the renamed file.
To build and view the docs locally, run:
.. code-block:: bash
$ cd docs
$ make html
$ {BROWSER} build/html/index.html
Updating the Python stub files
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~