Skip to content

Commit

Permalink
Remove spurious files from sdist, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelloPerathoner committed Oct 9, 2023
1 parent de9b2fb commit b3040d8
Show file tree
Hide file tree
Showing 39 changed files with 53 additions and 12,972 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ uninstall:
$(BIN)pip uninstall suffix_tree

clean:
-rm -rf dist build htmlcov .mypy_cache .pytest_cache .tox *.egg-info
-rm -rf build dist docs/_build htmlcov .mypy_cache .pytest_cache .tox *.egg-info
-rm docs/_images/badge*.svg
-rm *~ .*~ pylintgraph.dot
-find . -name __pycache__ -type d -exec rm -r "{}" \;
2 changes: 1 addition & 1 deletion docs/_build/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 4bdf12490a12bba785614e1fb9e228e8
config: 41956fe653ce88a7e78fa0df7d7d5550
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion docs/_build/_images/badge-coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/_build/_images/tox-py.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/_build/_images/tox-py310.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/_build/_images/tox-py311.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/_build/_images/tox-py312.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/_build/_images/tox-py39.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/_build/_images/tox-pypy38.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/_build/_images/tox-pypy39.svg

This file was deleted.

2 changes: 1 addition & 1 deletion docs/_build/_sources/performance.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Performance
Both McCreight's and Ukkonen's algorithms build the suffix tree in `\mathcal O(\lvert
S\rvert)` time, with `\lvert S\rvert` being the length of the input sequence. This may
not be strictly true for this implementation, especially for large alphabets, since the
library use Python dictionaries to store symbols and those dictionaries are not linear.
library uses Python dictionaries to store symbols and those dictionaries are not linear.



Expand Down
2 changes: 1 addition & 1 deletion docs/_build/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '0.1.1',
VERSION: '0.1.2',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
Loading

0 comments on commit b3040d8

Please sign in to comment.