Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Minor fixes to docs and gitignore. #11948

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ doc/tutorials
doc/modules
doc/pyplots/tex_demo.png
lib/dateutil
examples/*/*.eps
examples/*/*.pdf
examples/*/*.png
examples/*/*.svg
examples/*/*.eps
examples/*/*.svgz
examples/tests/*
!examples/tests/backend_driver.py
!examples/tests/backend_driver_sgskip.py
result_images

# Nose/Pytest generated files #
Expand Down
4 changes: 2 additions & 2 deletions doc/_templates/autosummary.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ fullname | escape | underline}}
{{ fullname | escape | underline }}


.. currentmodule:: {{ module }}
Expand Down Expand Up @@ -27,4 +27,4 @@
<div class="clearer"></div>

{% endif %}
{% endif %}
{% endif %}
6 changes: 3 additions & 3 deletions lib/mpl_toolkits/axes_grid1/inset_locator.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,8 @@ def inset_axes(parent_axes, width, height, loc='upper right',
creates in inset axes in the lower left corner of *parent_axes* which spans
over 30%% in height and 40%% in width of the *parent_axes*. Since the usage
of `.inset_axes` may become slightly tricky when exceeding such standard
cases, it is recommended to read
:ref:`the examples <sphx_glr_gallery_axes_grid1_inset_locator_demo.py>`.
cases, it is recommended to read :doc:`the examples
</gallery/axes_grid1/inset_locator_demo>`.

Notes
-----
Expand Down Expand Up @@ -540,7 +540,7 @@ def zoomed_inset_axes(parent_axes, zoom, loc='upper right',
borderpad=0.5):
"""
Create an anchored inset axes by scaling a parent axes. For usage, also see
:ref:`the examples <sphx_glr_gallery_axes_grid1_inset_locator_demo2.py>`.
:doc:`the examples </gallery/axes_grid1/inset_locator_demo2>`.

Parameters
----------
Expand Down