Skip to content

Commit ae78429

Browse files
committed
Update dev docs
1 parent 8ca861e commit ae78429

File tree

5 files changed

+2
-8
lines changed

5 files changed

+2
-8
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ Monty is created to serve as a complement to the Python standard library. It
3030
provides suite of tools to solve many common problems, and hopefully,
3131
be a resource to collect the best solutions.
3232

33-
Monty supports Python 3.x.
33+
Monty supports Python 3.10+.
3434

3535
Please visit the [official docs](https://materialsvirtuallab.github.io/monty) for more information.

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"ruamel.yaml",
2323
"numpy",
2424
]
25-
version = "2024.10.21"
25+
version = "2024.12.10"
2626

2727
[project.optional-dependencies]
2828
ci = [

0 commit comments

Comments
 (0)