Skip to content

Commit

Permalink
Minor documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed May 30, 2024
1 parent 98ffaf3 commit 8aee7a4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,15 @@ a directory containing segmented images where the name contains information such
extract all images containing such a naming pattern, filter by the row or column value, or group files by one or more of the aforementioned variables.

## Summary
- [Read the Docs](https://filepattern2.readthedocs.io/en/latest/Home.html)
- [Read the Docs](https://filepattern.readthedocs.io/en/latest/Home.html)
- [Install](#install)
- [Authors](#authors)
- [License](#license)
- [Acknowledgments](#acknowledgments)

## Install

`filepattern` is pip installable from https://pypi.org/project/filepattern/.

or by running

pip install -i https://pypi.org/simple/ filepattern
`filepattern` is both pip and conda installable by running `pip install filepattern` or `conda install filepattern -c conda-forge`

## Build and Install
Alternatively, ``filepattern`` can either be build inside a `conda` environment or independently outside of it directly from the source.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/Home.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ not limited to image data, and can handle filenames with any extension.
:maxdepth: 3
:caption: Contents:

Examples
Python
Java
Reference
Backend
2 changes: 1 addition & 1 deletion docs/source/Examples.rst → docs/source/Python.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
========
Examples
Python API
========

FilePattern iterates over a directory, text file, or stitching vector, matching filenames to a supplied ``filepattern``.
Expand Down
5 changes: 3 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Filepattern: A Utility for Programmatic File Manipulation
=========================================================

The ``filepattern`` Python utility is designed to extract information stored in
The ``filepattern`` utility is designed to extract information stored in
file names. A ``filepattern`` is essentially a simplified regular expression with
named groups, and regular expressions are valid ``filepattern`` expressions
provided they do not use groups.
Expand All @@ -19,6 +19,7 @@ not limited to image data, and can handle filenames with any extension.
:maxdepth: 3
:caption: Contents:

Examples
Python
Java
Reference
Backend

0 comments on commit 8aee7a4

Please sign in to comment.