Skip to content

Commit

Permalink
Version 0.7.68
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Jun 30, 2024
1 parent f46e00d commit df42d68
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
- Summary:
- Insert something here

## Version: 0.7.68

- Released: 2024-06-30
- Summary:
- Add markdown support to documentation tree
- Simplify `README.md`
- Update Sphinx version to 6.2.1
- Add [`MyRST`](https://github.com/executablebooks/MyST-Parser/) as a dev dependency
- Add `requirements/requirements-dev.txt`

## Version: 0.7.67

- Released: 2024-06-29
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ I will not. however, if it's truly a problem for your company, there are commerc
- [loguru](https://github.com/Delgan/loguru)



## License and Copyright

[ciscoconfparse2][3] is licensed [GPLv3][21]
Expand Down
2 changes: 1 addition & 1 deletion ciscoconfparse2/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.67'
__version__ = '0.7.68'
3 changes: 2 additions & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Sphinx == 7.3.7
Sphinx == 6.2.1
myst-parser == 3.0.1
rst-to-myst == 0.4.0
28 changes: 28 additions & 0 deletions sphinx-doc/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Welcome to ciscoconfparse2's documentation!

```{toctree}
:caption: 'Contents:'
:maxdepth: 4
intro
installation
cli
examples
tutorial.md
legacy_syntax
syntax_factory_intro
syntax
syntax_ios
syntax_nxos
syntax_iosxr
syntax_asa
factory
development.md
api
```

## Indices and tables

- {ref}`genindex`
- {ref}`modindex`
- {ref}`search`

0 comments on commit df42d68

Please sign in to comment.