-
Notifications
You must be signed in to change notification settings - Fork 885
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
Pydata sphinx theme #1169
Pydata sphinx theme #1169
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1169 +/- ##
=======================================
Coverage 98.60% 98.60%
=======================================
Files 130 130
Lines 13932 13932
=======================================
Hits 13738 13738
Misses 194 194 Continue to review full report at Codecov.
|
dev-requirements.txt
Outdated
flake8==3.7.8 | ||
autopep8==1.4.4 | ||
ipython==7.14.0 | ||
ipython==7.17.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can further upgrade ipython with the following
ipython==7.16.0; python_version=='3.6'
ipython==7.18.1; python_version>'3.6'
dev-requirements.txt
Outdated
nlp_primitives>=0.3.0 | ||
nbsphinx==0.7.1 | ||
Sphinx==3.2.1 | ||
pydata_sphinx_theme==0.3.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A higher theme version, if you want
pydata-sphinx-theme==0.4.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
…ools into pydata-sphinx-theme
Getting Started | ||
--------------- | ||
|
||
How to start working with Featuretools; The main concepts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it make sense to add a link back to the 5 minute quick start here? Something like:
For a quick introduction to Featuretools, check out our 5 minute quick start guide.
How to start working with Featuretools; the main concepts:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
Updates the docs to use the pydata sphinx theme
https://featuretools.alteryx.com/en/pydata-sphinx-theme/index.html