From b1870b84f29172765ab517c9c0bde9847f9ed177 Mon Sep 17 00:00:00 2001 From: allanaaa Date: Wed, 13 Jan 2021 14:04:27 -0500 Subject: [PATCH] Adding titles to infoboxes --- docs/docs/manual/facets.md | 2 +- docs/docs/manual/reconciling.md | 2 +- docs/docs/manual/running.md | 4 ++-- docs/docs/manual/starting.md | 2 +- docs/docs/manual/transforming.md | 2 +- docs/docs/manual/wikidata.md | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/docs/manual/facets.md b/docs/docs/manual/facets.md index 19e38913a..dfa603f4f 100644 --- a/docs/docs/manual/facets.md +++ b/docs/docs/manual/facets.md @@ -96,7 +96,7 @@ Whereas a text facet groups unique text values into groups, a numeric facet sort You will be offered the option to include blank, non-numeric, and error values in your numeric visualization; these will appear in the visual range as “0” values. -:::info +:::info Numbers as text You can create a text facet on numeric data, which will treat each entry as a string. This can be useful if you wish, for example, to manually include facets instead of selecting a range, or sort by count, or copy that count. ::: diff --git a/docs/docs/manual/reconciling.md b/docs/docs/manual/reconciling.md index 7b2544af4..1b14c1184 100644 --- a/docs/docs/manual/reconciling.md +++ b/docs/docs/manual/reconciling.md @@ -19,7 +19,7 @@ You may wish to reconcile in order to: Reconciliation is semi-automated: OpenRefine matches your cell values to the reconciliation information as best it can, but human judgment is required to review and approve the results. Reconciling happens by default through string searching, so typos, whitespace, and extraneous characters will have an effect on the results. You may wish to [clean and cluster](cellediting) your data before reconciliaton. -:::info +:::info Working iteratively We recommend planning your reconciliation operations as iterative: reconcile multiple times with different settings, and with different subgroups of your data. ::: diff --git a/docs/docs/manual/running.md b/docs/docs/manual/running.md index 6d385c275..f0c1d3d89 100644 --- a/docs/docs/manual/running.md +++ b/docs/docs/manual/running.md @@ -324,7 +324,7 @@ From the home screen, look in the options to the left for Reorder rows permanently. You will see the numbering of the rows change under the All column. -:::info +:::info Reordering all rows Reordering rows permanently will affect all rows in the dataset, not just those currently viewed through [facets and filters](facets). ::: diff --git a/docs/docs/manual/wikidata.md b/docs/docs/manual/wikidata.md index 2061a65fc..5c414ee81 100644 --- a/docs/docs/manual/wikidata.md +++ b/docs/docs/manual/wikidata.md @@ -10,7 +10,7 @@ OpenRefine provides powerful ways to both pull data from Wikidata and add data t You do not need a Wikidata account to reconcile your local OpenRefine project to Wikidata. If you wish to [upload your cleaned dataset to Wikidata](#editing-wikidata-with-openrefine), you will need an [autoconfirmed](https://www.wikidata.org/wiki/Wikidata:Autoconfirmed_users) account, and you must [authorize OpenRefine with that account](#manage-wikidata-account). -:::info +:::info A better resource The best source for information about how OpenRefine works with Wikidata is [on Wikidata itself, under Tools](https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine). That page has tutorials, guidelines on editing, and spaces for discussion and help. The following text on this page reviews the basics and can help you get set up, but the Wikidata help page is more regularly updated when technology or policies change. Links to the Wikidata help page are included throughout this page. :::