Skip to content

Commit 9c74140

Browse files
DOC: fix some doc build errors
1 parent b417121 commit 9c74140

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ see :ref:`here<indexing.boolean>`
236236
Boolean Reductions
237237
~~~~~~~~~~~~~~~~~~
238238

239-
You can apply the reductions: :attr:`~DataFrame.empty`, :meth:`~DataFrame.any`,
239+
You can apply the reductions: :attr:`~DataFrame.empty`, :meth:`~DataFrame.any`,
240240
:meth:`~DataFrame.all`, and :meth:`~DataFrame.bool` to provide a
241241
way to summarize a boolean result.
242242

doc/source/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pandas at all.
3535
Simply create an account, and have access to pandas from within your brower via
3636
an `IPython Notebook <http://ipython.org/notebook.html>`__ in a few minutes.
3737

38-
.. _install.anaconda
38+
.. _install.anaconda:
3939

4040
Installing pandas with Anaconda
4141
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -68,7 +68,7 @@ admin rights to install it, it will install in the user's home directory, and
6868
this also makes it trivial to delete Anaconda at a later date (just delete
6969
that folder).
7070

71-
.. _install.miniconda
71+
.. _install.miniconda:
7272

7373
Installing pandas with Miniconda
7474
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)