Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Feb 22, 2020
1 parent 3b9928a commit db44ed6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/handsdown/cli_parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## abs_path

[[find in source code]](https://github.com/vemel/handsdown/blob/master/handsdown/cli_parser.py#L38)
[[find in source code]](https://github.com/vemel/handsdown/blob/master/handsdown/cli_parser.py#L48)

```python
def abs_path(path_str: Text) -> Path:
Expand All @@ -29,7 +29,7 @@ An absolute path.

## dir_abs_path

[[find in source code]](https://github.com/vemel/handsdown/blob/master/handsdown/cli_parser.py#L52)
[[find in source code]](https://github.com/vemel/handsdown/blob/master/handsdown/cli_parser.py#L62)

```python
def dir_abs_path(path_str: Text) -> Path:
Expand All @@ -51,7 +51,7 @@ An absolute path.

## existing_dir_abs_path

[[find in source code]](https://github.com/vemel/handsdown/blob/master/handsdown/cli_parser.py#L72)
[[find in source code]](https://github.com/vemel/handsdown/blob/master/handsdown/cli_parser.py#L82)

```python
def existing_dir_abs_path(path_str: Text) -> Path:
Expand Down Expand Up @@ -91,7 +91,7 @@ A GitHub URL.

## parse_args

[[find in source code]](https://github.com/vemel/handsdown/blob/master/handsdown/cli_parser.py#L94)
[[find in source code]](https://github.com/vemel/handsdown/blob/master/handsdown/cli_parser.py#L104)

```python
def parse_args(args: List[Text]) -> argparse.Namespace:
Expand Down
2 changes: 1 addition & 1 deletion docs/handsdown/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Handsdown package version

#### Attributes

- `version` - Package version: `'0.3.6'`
- `version` - Package version: `'0.3.8'`

0 comments on commit db44ed6

Please sign in to comment.