Skip to content

Commit

Permalink
Fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWilhelm committed Jul 5, 2018
1 parent ed0c7f7 commit ba70170
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ In case you have a general question that is not answered here, consider submitti
1. **Why would I use PyScaffold instead of Cookiecutter?**

PyScaffold is focused on a good out-of-the-box experience for developing distributable Python packages (exclusively).
The idea is to standardize the structure of Python packages. Thus, PyScaffold sticks to "There should be one-- and
preferably only one --obvious way to do it." from the `Zen of Python`_.
The long-term goal is that PyScaffold becomes for Python what `Cargo`_ is for `Rust`_.
The idea is to standardize the structure of Python packages. Thus, PyScaffold sticks to

"There should be one-- and preferably only one --obvious way to do it."

from the `Zen of Python`_. The long-term goal is that PyScaffold becomes for Python what `Cargo`_ is for `Rust`_.
Still, with the help of PyScaffold's :ref:`extension system <extensions>` customizing a project scaffold is possible.

Cookiecutter on the other hand is a really flexible templating tool that allows you to define own templates according
to your needs. Although some standard templates are provided that will give you quite similar results as PyScaffold,
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Contents
Installation <install>
Examples <examples>
Configuration <configuration>
Migration to PyScaffold <migration>
Migrating to PyScaffold <migration>
Extending PyScaffold <extensions>
Embedding PyScaffold <python-api>
Cookiecutter Integration <cookiecutter-integration>
Expand Down

0 comments on commit ba70170

Please sign in to comment.