Skip to content

Commit 60006b4

Browse files
committed
Fix several bugs
- Referencing issue in index.rst and release-note.rst - Change heading to fix bugs in navigation bar - Fix warning from sphinx about the language
1 parent 7119d5e commit 60006b4

6 files changed

Lines changed: 6 additions & 5 deletions

File tree

docs/source/bootstraps.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _Bootstrap Confidence Intervals:
1+
.. _bootstraps:
22

33

44
==============================

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
#
8585
# This is also used if you do content translation via gettext catalogs.
8686
# Usually you set "language" from the command line for these cases.
87-
language = None
87+
language = 'en'
8888

8989
# List of patterns, relative to source directory, that match files and
9090
# directories to ignore when looking for source files.

docs/source/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _Getting Started:
1+
.. _getting-started:
22

33
===============
44
Getting Started

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ December 2019:
2929

3030
October 2019:
3131
- v0.2.7 released. A minor bugfix in the handling of wide datasets with unequal Ns in each group.
32-
- v0.2.6 released. This release has one new feature (plotting of estimation plot inside any :py:mod:`matplotlib` :py:class:`Axes`; see the section on :ref:`inset plot` in the :doc:`tutorial`). There are also two bug patches for the handling of bootstrap plotting, and of dependency installation.
32+
- v0.2.6 released. This release has one new feature (plotting of estimation plot inside any :py:mod:`matplotlib` :py:class:`Axes`; see the section on :ref:`inset plot` in the :doc:`plotaesthetics`). There are also two bug patches for the handling of bootstrap plotting, and of dependency installation.
3333

3434
September 2019:
3535
- v0.2.5 released. This release addresses two feature requests, and also patches two bugs: one affecting the paired difference CIs, and one involving NaNs in unused/irrelevant columns.

docs/source/plotaesthetics.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ Similarly, you can also hide the delta-delta plot by setting
267267
268268
.. image:: _images/tutorial_113_0.png
269269

270+
.. _inset plot:
270271

271272
Creating estimation plots in existing axes
272273
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

docs/source/release-notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ v0.2.6
7171
------
7272

7373
Feature additions:
74-
- It is now possible to specify a pre-determined :py:mod:`matplotlib` :py:class:`Axes` to create the estimation plot in. See :ref:`inset plot` in the :doc:`tutorial` (`Pull request #73 <https://github.com/ACCLAB/DABEST-python/pull/73>`_; thanks to Adam Nekimken (`@anekimken <https://github.com/anekimken>`_).
74+
- It is now possible to specify a pre-determined :py:mod:`matplotlib` :py:class:`Axes` to create the estimation plot in. See :ref:`inset plot` in the :doc:`plotaesthetics` (`Pull request #73 <https://github.com/ACCLAB/DABEST-python/pull/73>`_; thanks to Adam Nekimken (`@anekimken <https://github.com/anekimken>`_).
7575
-
7676

7777

0 commit comments

Comments
 (0)