-
Notifications
You must be signed in to change notification settings - Fork 121
Docs via mkdocs #589
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
Docs via mkdocs #589
Changes from all commits
81bf6af
7bf4c2d
c029334
6e444c0
4e2bd8f
a3a9406
f2f2a98
8fe6a12
d732725
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,23 +28,23 @@ jobs: | |
| - name: Run Checks | ||
| run: | | ||
| python tests/scripts/check_pip.py missing cvxpy | ||
| python tests/scripts/check_pip.py contains scikit-learn | ||
| python tests/scripts/check_pip.py installed scikit-learn | ||
| python tests/scripts/import_all.py | ||
| - name: Install cvxpy | ||
| run: | | ||
| python -m pip install -e ".[cvxpy]" | ||
| - name: Run Checks | ||
| run: | | ||
| python tests/scripts/check_pip.py contains cvxpy scikit-learn | ||
| python tests/scripts/check_pip.py installed cvxpy scikit-learn | ||
| python tests/scripts/import_all.py | ||
| - name: Install All | ||
| run: | | ||
| python -m pip install -e ".[all]" | ||
| - name: Run Checks | ||
| run: | | ||
| python tests/scripts/check_pip.py contains cvxpy scikit-learn | ||
| python tests/scripts/check_pip.py installed cvxpy formulaic patsy scikit-learn umap-learn | ||
| - name: Docs can Build | ||
| run: | | ||
| sudo apt-get update && sudo apt-get install pandoc | ||
| python -m pip install -e ".[docs]" | ||
| sphinx-build doc docs | ||
| mkdocs build | ||
|
Comment on lines
46
to
+50
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
@koaning how's that different from the one we have here?
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah! I somehow missed that. LGTM then :) |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -117,7 +117,6 @@ dmypy.json | |
| # editor | ||
FBruzzesi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| .vscode | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And I think we can move the Rstudio bit to a place where it's less front-and-center. Not that many folks will use it.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should RStudio queue on the user guide? At the end of the day it is a tutorial just as the others? |
||
| .idea | ||
koaning marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| docs/ | ||
| .DS_Store | ||
|
|
||
| # Local Netlify folder | ||
|
|
||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.

Uh oh!
There was an error while loading. Please reload this page.