-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
restyle API Ref #2102
Closed
restyle API Ref #2102
Changes from 4 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
c46cddf
Reformat apiref.rst
anotherbugmaster b7e882c
Walkaround reference bug
anotherbugmaster 0092c16
Merge upstream
anotherbugmaster 3ff14b8
Merge upstream
anotherbugmaster 1d9c13f
Workaround link bug
anotherbugmaster fe6b60e
Add 'The'
anotherbugmaster 0b9a135
Rearrange modules
anotherbugmaster af1551b
Merge upstream
anotherbugmaster 8fa1691
Remove redundant "This package..."
anotherbugmaster 74dcb42
Move docs/src/* -> docs/*
anotherbugmaster 4695125
Add legacy apiref
anotherbugmaster 4e5d176
Merge remote-tracking branch 'upstream/develop' into fix_1808
anotherbugmaster 15e418d
Fix fasttext references
anotherbugmaster 6c29149
Merge remote-tracking branch 'upstream/develop' into fix_1808
anotherbugmaster 9dfcb68
Restore static files
anotherbugmaster 6e9d372
Add js
anotherbugmaster 9d7c3a8
Restore .html
anotherbugmaster 695b452
Make an exception for _static/js in .gitignore
anotherbugmaster c9dcfac
Document certain special members
anotherbugmaster 15c2ef7
Add downloader's userguide
anotherbugmaster 034137b
Fix circleci config
anotherbugmaster 2b07283
Fix gensim_theme static
anotherbugmaster 3e7519d
Fix some issues
anotherbugmaster 003d038
Merge upstream
anotherbugmaster 7b15419
Fix some more issues
anotherbugmaster 97c8ba3
Make link to legacy version of apiref
anotherbugmaster 6a29c91
Fix cyclic import
anotherbugmaster 58a46ae
They're back!
anotherbugmaster 3b3fbb8
Merge upstream
anotherbugmaster 63d296c
C Matutils
anotherbugmaster 7b4e100
Fix circleci path
anotherbugmaster 52c39e9
Remove redundant examples
anotherbugmaster 357a468
Convert tabs to spaces
anotherbugmaster b100d86
Change line endings
anotherbugmaster dec5338
Merge remote-tracking branch 'upstream/develop' into fix_1808
anotherbugmaster 57c5dd3
Revert "Change line endings"
anotherbugmaster be0917e
Fix line endings (probably)
anotherbugmaster 541378e
Fix
anotherbugmaster b16c392
Fix awkward docstring
anotherbugmaster 7313d2a
Fix references
anotherbugmaster a08fac9
Fix redundant copying of .html
anotherbugmaster c610958
Fix flake8
anotherbugmaster f1f37d8
Merge remote-tracking branch 'upstream/develop' into fix_1808
anotherbugmaster 7313808
Add arrows and unify Workers and Dispatchers
anotherbugmaster 18b8b15
Add example example :)
anotherbugmaster f058879
Add soft cosine similarity
anotherbugmaster 05e9979
Fix models docstring
anotherbugmaster 2a98a19
Fix backticks bug
anotherbugmaster 4763459
Add C Matutils
anotherbugmaster 7369597
Refine scripts reference|
anotherbugmaster 7a781b2
Merge branch 'develop' into fix_1808
menshikh-iv 247e36e
Merge branch 'develop' into fix_1808
piskvorky cca7185
fix docs in lda_worker and dispatcher scripts
piskvorky 0c63dbb
Merge
anotherbugmaster beccb35
Merge
anotherbugmaster aff50e9
Remove redundant rsts
anotherbugmaster 3f250ce
Merge branch 'develop' into fix_1808
piskvorky 2e2714a
Fix conflicts
anotherbugmaster 794cb7f
Fix flake8
anotherbugmaster dddf3ad
Fix long line
anotherbugmaster ba62750
Merge remote-tracking branch 'origin/develop' into fix_1808
menshikh-iv a7cbd9f
return back moving html files
menshikh-iv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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 |
---|---|---|
|
@@ -480,7 +480,6 @@ Functions | |
unitvec | ||
cossim | ||
isbow | ||
convert_vec | ||
kullback_leibler | ||
jensen_shannon | ||
hellinger | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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.
Regression (PR contained had a newer, fixed version).
Out of curiosity -- what was this conflict from? This branch was already up-to-date with
develop
.