diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-08-08 20:18:26 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-08-08 20:18:26 -0400 |
commit | 58a020f2b91841e996df197a34f18951ea3b923c (patch) | |
tree | ce32d00d7127bdf8683e956993171f6b977fb9a9 | |
parent | 0efcea486760a59033819f5dc954a73c031baea5 (diff) | |
download | cmd2-git-58a020f2b91841e996df197a34f18951ea3b923c.tar.gz |
Updated Sphinx docs resources page to link to PyOhio 2019 presentation instead of Florida PyCon 2017 one
-rw-r--r-- | docs/features/shortcuts_aliases_macros.rst | 2 | ||||
-rw-r--r-- | docs/overview/resources.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/features/shortcuts_aliases_macros.rst b/docs/features/shortcuts_aliases_macros.rst index 43a26ad7..b84403c8 100644 --- a/docs/features/shortcuts_aliases_macros.rst +++ b/docs/features/shortcuts_aliases_macros.rst @@ -96,4 +96,4 @@ For more details on listing macros run: ``help macro list`` For more details on deleting macros run: ``help macro delete`` -Note: Macros cannot have the same name as a command or alias
\ No newline at end of file +Note: Macros cannot have the same name as a command or alias diff --git a/docs/overview/resources.rst b/docs/overview/resources.rst index 487ac316..142dbd20 100644 --- a/docs/overview/resources.rst +++ b/docs/overview/resources.rst @@ -10,4 +10,4 @@ Project related links and other resources: * cmd_ * `cmd2 project page`_ * `project bug tracker`_ -* Florida PyCon 2017: `slides <https://docs.google.com/presentation/d/1LRmpfBt3V-pYQfgQHdczf16F3hcXmhK83tl77R6IJtE>`_, `video <https://www.youtube.com/watch?v=6m0RdpITaeY>`_ +* PyOhio 2019: `slides <https://github.com/python-cmd2/talks/blob/master/PyOhio_2019/cmd2-PyOhio_2019.pdf>`_, `video <https://www.youtube.com/watch?v=pebeWrTqIIw>`_, `examples <https://github.com/python-cmd2/talks/tree/master/PyOhio_2019/examples>`_ |