-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Apigen recursive #2243
Merged
Merged
Apigen recursive #2243
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
95b6e69
using sphinx-apidoc for generating the hierarchy of doc pages
emmanuelle dfd842a
playing with templates
emmanuelle 7f9df2d
autodoc for sphinx
emmanuelle a583e88
blacken
emmanuelle b59f5bd
Merge branch 'master' into apigen-recursive
emmanuelle 8e7fbc4
also modified property functions
emmanuelle 97b0e4a
changed :py:class: to :class:
emmanuelle 801f7d3
blacken
emmanuelle c22ecf4
revert changes to package-lock
emmanuelle 08f323a
some fixes
emmanuelle 52a4174
fix
emmanuelle fa9bec0
removed module from trace page
emmanuelle aa5f026
revert template change
emmanuelle f139b7d
title in template
emmanuelle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -408,7 +408,7 @@ jobs: | |
cd ../../../doc | ||
fi | ||
echo 'export PATH="/home/circleci/project/doc/node_modules/.bin:$PATH"' >> $BASH_ENV | ||
sudo apt-get install -y poppler-utils libxtst6 xvfb libgtk2.0-0 libgconf-2-4 libnss3 libasound2 | ||
sudo apt-get install -y poppler-utils libxtst6 xvfb libgtk2.0-0 libgconf-2-4 libnss3 libasound2 rename | ||
cd .. | ||
|
||
- save_cache: | ||
|
@@ -471,6 +471,7 @@ jobs: | |
git config user.name plotlydocbot | ||
git config user.email [email protected] | ||
git add * | ||
git add * | ||
git add .nojekyll | ||
git commit -m "build of https://github.com/plotly/plotly.py/commit/${CIRCLE_SHA1}" | ||
git push --force [email protected]:plotly/plotly.py-docs.git master:gh-pages | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
redundant?
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.
hum let me fix this