<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/docs/examples/first_app.rst, branch ctrl-d</title>
<subtitle>github.com: python-cmd2/cmd2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/'/>
<entry>
<title>Add links to recently added API documentation</title>
<updated>2020-02-23T03:14:29+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2020-02-23T03:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=94e6309c0339a8460f9e97b097328ec6a7baac31'/>
<id>94e6309c0339a8460f9e97b097328ec6a7baac31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added cmd2.utils.Settable to the cmd2 namespace and updated examples and docs</title>
<updated>2020-02-05T04:01:30+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2020-02-05T04:01:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=40722f10ace3107dcb4709008239ac8233ada30f'/>
<id>40722f10ace3107dcb4709008239ac8233ada30f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed broken links in Sphinx docs</title>
<updated>2020-01-26T17:57:57+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2020-01-26T17:57:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=8e33bed3f57c7667e132148af76fe646d837e232'/>
<id>8e33bed3f57c7667e132148af76fe646d837e232</id>
<content type='text'>
Also:
- Added a "linkcheck" task to the invoke tasks
_ Use pseudoterminals for invoke tasks with colored output so that we can see the color when using invoke
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- Added a "linkcheck" task to the invoke tasks
_ Use pseudoterminals for invoke tasks with colored output so that we can see the color when using invoke
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a couple links that I accidentally broke with my last commit</title>
<updated>2019-07-06T23:35:00+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-07-06T23:35:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=ff25451e1e2a14e6affe84f3c84b0be738c642a1'/>
<id>ff25451e1e2a14e6affe84f3c84b0be738c642a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add links to list of features</title>
<updated>2019-07-06T20:00:54+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2019-07-06T20:00:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=ba8879b3b47b56821db4a406d1f1542811115138'/>
<id>ba8879b3b47b56821db4a406d1f1542811115138</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add doc8 documentation style checking</title>
<updated>2019-07-06T19:53:45+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2019-07-06T19:53:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=9fe8e36a1e26569bdb47b8c361d077675a876af9'/>
<id>9fe8e36a1e26569bdb47b8c361d077675a876af9</id>
<content type='text'>
- add dev dependency
- add doc8 to tasks.py
- fix all doc8 errors
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add dev dependency
- add doc8 to tasks.py
- fix all doc8 errors
</pre>
</div>
</content>
</entry>
<entry>
<title>Work on Getting Started section of documentation</title>
<updated>2019-07-06T18:51:55+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2019-07-06T18:51:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=369f7eb1df01cc46e0212aa131536e99c1fa68ba'/>
<id>369f7eb1df01cc46e0212aa131536e99c1fa68ba</id>
<content type='text'>
- change the walk through from example.py to a new first_app.py (based on example.py)
- remove the feature tour section, we’ll use the first application to demo the key features
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- change the walk through from example.py to a new first_app.py (based on example.py)
- remove the feature tour section, we’ll use the first application to demo the key features
</pre>
</div>
</content>
</entry>
</feed>
