Skip to content

Commit

Permalink
Update dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Dec 10, 2024
1 parent 8ca861e commit ae78429
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ Monty is created to serve as a complement to the Python standard library. It
provides suite of tools to solve many common problems, and hopefully,
be a resource to collect the best solutions.

Monty supports Python 3.x.
Monty supports Python 3.10+.

Please visit the [official docs](https://materialsvirtuallab.github.io/monty) for more information.
3 changes: 0 additions & 3 deletions docs/monty.functools.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,10 @@ becomes
The decorated main accepts two new arguments:

> prof_file: Name of the output file with profiling data
> ```none
> If not given, a temporary file is created.
> ```
> sortby: Profiling data are sorted according to this value.
> ```none
> default is “time”. See sort_stats.
> ```
Expand Down
1 change: 0 additions & 1 deletion docs/monty.os.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ performing some tasks, and returns to the original working directory
afterwards. E.g.,

> with cd(“/my/path/”):
> ```none
> do_something()
> ```
Expand Down
2 changes: 0 additions & 2 deletions docs/monty.re.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ A powerful regular expression version of grep.
* **Returns**

> {key1: [[[matches…], lineno], [[matches…], lineno],
> ```none
> [[matches…], lineno], …],
> ```
> key2: …}
For reverse reads, the lineno is given as a -ve number. Please note
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"ruamel.yaml",
"numpy",
]
version = "2024.10.21"
version = "2024.12.10"

[project.optional-dependencies]
ci = [
Expand Down

0 comments on commit ae78429

Please sign in to comment.