Skip to content

Commit

Permalink
Fix FAQ header levels (#677)
Browse files Browse the repository at this point in the history
* Update frequently_asked_questions.ipynb

* Update changelog.rst
  • Loading branch information
kmax12 committed Jul 19, 2019
1 parent 278c0c4 commit 2541666
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Expand Up @@ -17,7 +17,7 @@ Changelog
* Miscellaneous changes (:pr:`641`, :pr:`658`)
* Modified doc_string of top_n in encoding (:pr:`648`)
* Hyperlinked ComposeML (:pr:`653`)
* Added FAQ (:pr:`620`)
* Added FAQ (:pr:`620`, :pr:`677`)
* Fixed FAQ question with multiple question marks (:pr:`673`)
* Testing Changes
* Add master, and release tests for premium primitives (:pr:`660`, :pr:`669`)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/frequently_asked_questions.ipynb
Expand Up @@ -1423,7 +1423,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### How do I get a list of all Aggregation and Transform primitives?\n",
"### How do I get a list of all Aggregation and Transform primitives?\n",
"\n",
"You can do `featuretools.list_primitives()` to get all the primitive in Featuretools. It will return a Dataframe with the names, type, and description of the primitives."
]
Expand Down Expand Up @@ -1453,7 +1453,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### How do I change the units for a TimeSince primitive?\n",
"### How do I change the units for a TimeSince primitive?\n",
"There are a few primitives in Featuretools that make some time-based calculation. These include `TimeSince, TimeSincePrevious, TimeSinceLast, TimeSinceFirst`. \n",
"\n",
"You can change the units from the default seconds to any valid time unit, by doing the following:"
Expand Down Expand Up @@ -1950,7 +1950,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"version": "3.6.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 2541666

Please sign in to comment.