-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: rtosholdings-bot <[email protected]>
- Loading branch information
1 parent
a1bce8c
commit fdf3542
Showing
165 changed files
with
118,116 additions
and
115,558 deletions.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Based on https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings | ||
|
||
* text=auto | ||
|
||
*.py text | ||
|
||
*.csv text eol=crlf | ||
|
||
*.png binary | ||
*.jpg binary |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
Check or update the version in setup.py | ||
python setup.py sdist bdist_wheel | ||
This will create a file in dist/riptable-version-py3-none-any.whl | ||
use: | ||
python -m twine upload dist/* --verbose | ||
to upload | ||
DOCS | ||
---- | ||
from root directory: | ||
sphinx-apidoc -f -o docs/source riptable | ||
cd docs | ||
make html | ||
Check or update the version in setup.py | ||
|
||
python setup.py sdist bdist_wheel | ||
|
||
This will create a file in dist/riptable-version-py3-none-any.whl | ||
|
||
use: | ||
python -m twine upload dist/* --verbose | ||
|
||
to upload | ||
|
||
DOCS | ||
---- | ||
from root directory: | ||
|
||
sphinx-apidoc -f -o docs/source riptable | ||
cd docs | ||
make html |
Oops, something went wrong.