Skip to content

Commit

Permalink
Merge 57da525 into bc0561d
Browse files Browse the repository at this point in the history
  • Loading branch information
jcampbell committed Aug 2, 2019
2 parents bc0561d + 57da525 commit 5f53185
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/_static/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.wy-nav-content {
width: auto !important;
max-width: max-content !important;
}

.section {
width: 800px;
}

.widetable {
min-width: 1000px !important;
}
4 changes: 4 additions & 0 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{% extends "!layout.html" %}
{% block extrahead %}
<link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
{% endblock %}
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
#html_static_path = ['_static']
html_static_path = ['_static']


# -- Options for Napoleon Extension --------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions docs/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Dataset
Dataset objects model tabular data and include expectations with row and column semantics. Many Dataset expectations
are implemented using column_map_expectation and column_aggregate_expectation decorators.

Not all expectations are currently available for each backend. A table describing available implementations per-backend
is available here: :ref:`implemented_expectations`.

Table shape
--------------------------------------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions docs/guides/implemented_expectations.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. cssclass:: widetable

.. _implemented_expectations:

Implemented Expectations
Expand Down

0 comments on commit 5f53185

Please sign in to comment.