Skip to content

Commit

Permalink
New automodapi version, distribute gitattributes file
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelbd committed Sep 17, 2019
1 parent ba4b050 commit 53f4896
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Notebook stuff, use filter to modify file when it is staged, use
# the diff to modify files before comparing in git diff
*.ipynb filter=nbstripout
*.ipynb diff=ipynb

2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ lxml>=4.0.0
numpy>=1.14
ipython>=7.0.0
matplotlib>=3.0
git+https://github.com/lukelbd/sphinx-automodapi@v0.5.proplot-mods
git+https://github.com/lukelbd/sphinx-automodapi@v0.6.proplot-mods
8 changes: 4 additions & 4 deletions proplot/rctools.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
rcGlobals
#########
================ ====================================================================================================================================================================================================================
================ ====================================================================================================================================================================================================================================
Key Description
================ ====================================================================================================================================================================================================================
================ ====================================================================================================================================================================================================================================
``nbsetup`` Whether to run `nb_setup` on import. Can only be changed from the ``~/.proplotrc`` file.
``format`` The inline backend figure format, one of ``retina``, ``png``, ``jpeg``, ``pdf``, or ``svg``. Can only be changed from the ``~/.proplotrc`` file.
``autosave`` If not empty or ``0`` and :rcraw:`nbsetup` is ``True``, passed to `%autosave <https://www.webucator.com/blog/2016/03/change-default-autosave-interval-in-ipython-notebook/>`__. Can only be changed from the ``~/.proplotrc`` file.
Expand All @@ -51,7 +51,7 @@
``cmap`` The default colormap.
``lut`` The number of colors to put in the colormap lookup table.
``cycle`` The default color cycle name, used e.g. for lines.
``rgbcycle`` Whether to register cycles names as ``'r'``, ``'b'``, ``'g'``, etc., like in `seaborn <https://seaborn.pydata.org/tutorial/color_palettes.html>`__.
``rgbcycle`` If ``True``, and ``colorblind`` is the current cycle, this registers the ``colorblind`` colors as ``'r'``, ``'b'``, ``'g'``, etc., like in `seaborn <https://seaborn.pydata.org/tutorial/color_palettes.html>`__.
``color`` The color of axis spines, tick marks, tick labels, and labels.
``alpha`` The opacity of the background axes patch.
``facecolor`` The color of the background axes patch.
Expand All @@ -76,7 +76,7 @@
``borders`` Boolean, toggles country border lines on and off.
``innerborders`` Boolean, toggles internal border lines on and off, e.g. for states and provinces.
``rivers`` Boolean, toggles river lines on and off.
================ ====================================================================================================================================================================================================================
================ ====================================================================================================================================================================================================================================
#############
rcExtraParams
Expand Down

0 comments on commit 53f4896

Please sign in to comment.