Skip to content

Commit

Permalink
Update dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Apr 17, 2024
1 parent 886bc34 commit ba720f6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/monty.functools.md
Expand Up @@ -73,10 +73,13 @@ 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: 1 addition & 0 deletions docs/monty.os.md
Expand Up @@ -15,6 +15,7 @@ performing some tasks, and returns to the original working directory
afterwards. E.g.,

> with cd(“/my/path/”):
> ```none
> do_something()
> ```
Expand Down
2 changes: 2 additions & 0 deletions docs/monty.re.md
Expand Up @@ -25,9 +25,11 @@ 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 monty/__init__.py
Expand Up @@ -9,7 +9,7 @@

__author__ = "Shyue Ping Ong"
__copyright__ = "Copyright 2014, The Materials Virtual Lab"
__version__ = "2024.4.16"
__version__ = "2024.4.17"
__maintainer__ = "Shyue Ping Ong"
__email__ = "ongsp@ucsd.edu"
__date__ = "Oct 12 2020"
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -21,7 +21,7 @@ classifiers = [
dependencies = [

]
version = "2024.4.16"
version = "2024.4.17"

[tool.setuptools]
packages = ["monty"]
Expand Down

0 comments on commit ba720f6

Please sign in to comment.