diff options
author | kotfu <kotfu@kotfu.net> | 2019-07-02 19:02:36 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-07-02 19:02:36 -0600 |
commit | 92ae130c38520b249eb7351cfb0da1ad67d3d3cf (patch) | |
tree | a403641a1a9412b19e26b52fae83635d812f9409 /docs/overview/resources.rst | |
parent | 80950bfa4216ed20df5d63f1ebe63bac5b3746b4 (diff) | |
download | cmd2-git-92ae130c38520b249eb7351cfb0da1ad67d3d3cf.tar.gz |
Major overhaul of documentation structure for #709
Diffstat (limited to 'docs/overview/resources.rst')
-rw-r--r-- | docs/overview/resources.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/overview/resources.rst b/docs/overview/resources.rst new file mode 100644 index 00000000..487ac316 --- /dev/null +++ b/docs/overview/resources.rst @@ -0,0 +1,13 @@ +Resources +========= + +.. _cmd: https://docs.python.org/3/library/cmd.html +.. _`cmd2 project page`: https://github.com/python-cmd2/cmd2 +.. _`project bug tracker`: https://github.com/python-cmd2/cmd2/issues + +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>`_ |