Skip to content

Commit 19a1e26

Browse files
committed
Update dev docs
1 parent 82d200d commit 19a1e26

File tree

6 files changed

+2
-8
lines changed

6 files changed

+2
-8
lines changed

docs/monty.functools.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,10 @@ becomes
7373
The decorated main accepts two new arguments:
7474

7575
> prof_file: Name of the output file with profiling data
76-
7776
> ```none
7877
> If not given, a temporary file is created.
7978
> ```
80-
8179
> sortby: Profiling data are sorted according to this value.
82-
8380
> ```none
8481
> default is “time”. See sort_stats.
8582
> ```

docs/monty.os.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ performing some tasks, and returns to the original working directory
1515
afterwards. E.g.,
1616

1717
> with cd(“/my/path/”):
18-
1918
> ```none
2019
> do_something()
2120
> ```

docs/monty.re.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ A powerful regular expression version of grep.
2525
* **Returns**
2626

2727
> {key1: [[[matches…], lineno], [[matches…], lineno],
28-
2928
> ```none
3029
> [[matches…], lineno], …],
3130
> ```
32-
3331
> key2: …}
3432
3533
For reverse reads, the lineno is given as a -ve number. Please note

monty/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
__author__ = "Shyue Ping Ong"
1111
__copyright__ = "Copyright 2014, The Materials Virtual Lab"
12-
__version__ = "2024.5.24"
12+
__version__ = "2024.7.12"
1313
__maintainer__ = "Shyue Ping Ong"
1414
__email__ = "[email protected]"
1515
__date__ = "Oct 12 2020"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
dependencies = [
2222

2323
]
24-
version = "2024.5.24"
24+
version = "2024.7.12"
2525

2626
[tool.setuptools]
2727
packages = ["monty"]

tests/test_files/3000_lines.txt.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)