-
- Downloads
Merge a bunch of files into one.
The files - format - gather - templates - output have now all been merged into `output`. The difference between `format` and `output` was allways unclear. `gather` could be separate, but it was still so tightly linked to the output. `templates` could have been kept, but it started depending on types from `output`, making it easier to merge (at least of now).
Showing
- Makefile 1 addition, 1 deletionMakefile
- doc/muppet.rst 0 additions, 2 deletionsdoc/muppet.rst
- muppet/__main__.py 29 additions, 21 deletionsmuppet/__main__.py
- muppet/cache.py 114 additions, 18 deletionsmuppet/cache.py
- muppet/format.py 0 additions, 349 deletionsmuppet/format.py
- muppet/gather.py 0 additions, 141 deletionsmuppet/gather.py
- muppet/output.py 1408 additions, 326 deletionsmuppet/output.py
- muppet/puppet/format/parser.py 42 additions, 37 deletionsmuppet/puppet/format/parser.py
- muppet/puppet/strings/__init__.py 54 additions, 18 deletionsmuppet/puppet/strings/__init__.py
- muppet/templates.py 0 additions, 83 deletionsmuppet/templates.py
- muppet/util.py 18 additions, 0 deletionsmuppet/util.py
- static-src/style.scss 36 additions, 3 deletionsstatic-src/style.scss
- templates/base.html 2 additions, 1 deletiontemplates/base.html
- templates/code_page.html 0 additions, 1 deletiontemplates/code_page.html
- templates/module_index.html 8 additions, 1 deletiontemplates/module_index.html
- templates/snippets/ResourceType-index-entry.html 6 additions, 1 deletiontemplates/snippets/ResourceType-index-entry.html
Loading
Please register or sign in to comment