Skip to content
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

Fix typos #608

Merged
merged 1 commit into from Mar 24, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -65,7 +65,7 @@ more detail in the contributing section of the documentation:

### The html layout

The "layout" included in this theme is originally mainly targetted towards
The "layout" included in this theme is originally mainly targeted towards
documentation sites with many pages, and where putting all navigation in a
single sidebar can therefore get unwieldy.

Expand Down
2 changes: 1 addition & 1 deletion docs/demo/example_pandas.rst
Expand Up @@ -1188,5 +1188,5 @@ This will **not** work at all, and so should be avoided:

.. meta::
:description lang=en:
An example of a long HTML page, as is comming in the pandas documentation
An example of a long HTML page, as is coming in the pandas documentation
in pydata-sphinx-theme.
2 changes: 1 addition & 1 deletion docs/user_guide/sections.rst
Expand Up @@ -121,7 +121,7 @@ By default, it has the following templates:
A list of built-in templates you can insert into sections
=========================================================

Below is a list of build-in templates that you can insert into any section.
Below is a list of built-in templates that you can insert into any section.
Note that some of them may have CSS rules that assume a specific section (and
will be named accordingly).

Expand Down
2 changes: 1 addition & 1 deletion src/pydata_sphinx_theme/__init__.py
Expand Up @@ -407,7 +407,7 @@ def index_toctree(app, pagename: str, startdepth: int, collapse: bool = True, **
except IndexError:
# eg for index.rst, but also special pages such as genindex, py-modindex, search
# those pages don't have a "current" element in the toctree, so we can
# directly return an emtpy string instead of using the default sphinx
# directly return an empty string instead of using the default sphinx
# toctree.get_toctree_for(pagename, app.builder, collapse, **kwargs)
return ""

Expand Down
2 changes: 1 addition & 1 deletion tests/test_build.py
Expand Up @@ -336,7 +336,7 @@ def test_included_toc(sphinx_build_factory):

# html contexts for `show_edit_button`

# these are "good" context fragements that should yield a working link
# these are "good" context fragments that should yield a working link
good_edits = [
[
{
Expand Down