Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Docs #33
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Nov 3, 2017
1 parent 2eb714c commit 9bfb25d
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 1 deletion.
6 changes: 6 additions & 0 deletions blackmamba/script/refactoring/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@
----------------
.. automodule:: blackmamba.script.refactoring.organize_imports
Futurize
----------------
.. automodule:: blackmamba.script.refactoring.futurize
"""
5 changes: 5 additions & 0 deletions blackmamba/script/refactoring/futurize.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!python3
"""
Script name ``futurize.py``.
Runs stage 1 of the `futurizer <https://github.com/PythonCharmers/python-future>`_.
"""

import console
import os
Expand Down
27 changes: 27 additions & 0 deletions docs/source/bundled/future.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
future
======

`Project homepage <https://github.com/PythonCharmers/python-future>`_.

License
-------

Copyright (c) 2013-2016 Python Charmers Pty Ltd, Australia

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
1 change: 1 addition & 0 deletions docs/source/bundled/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ List of bundled packages.

docutils
flake8
future
mccabe
pycodestyle
pyflakes
Expand Down
1 change: 0 additions & 1 deletion docs/source/bundled/mccabe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ mccabe
License
-------


Copyright © <year> Ned Batchelder
Copyright © 2011-2013 Tarek Ziade <tarek@ziade.org>
Copyright © 2013 Florent Xicluna <florent.xicluna@gmail.com>
Expand Down

0 comments on commit 9bfb25d

Please sign in to comment.