[Checkins] [zopefoundation/z3c.recipe.sphinxdoc] 0e489c: Modernize project structure

GitHub noreply at github.com
Sat Jun 17 13:27:25 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.recipe.sphinxdoc
  Commit: 0e489cf000db92ca00127b6f9a020e6f7d2b5ba2
      https://github.com/zopefoundation/z3c.recipe.sphinxdoc/commit/0e489cf000db92ca00127b6f9a020e6f7d2b5ba2
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    A CHANGES.rst
    R CHANGES.txt
    M MANIFEST.in
    A README.rst
    R README.txt
    M setup.py
    A src/z3c/recipe/sphinxdoc/index.rst
    R src/z3c/recipe/sphinxdoc/index.txt
    A tox.ini

  Log Message:
  -----------
  Modernize project structure

- Modern .trovis.yml and tox.ini
- Modern python versions
- Rename .txt -> .rst


  Commit: 23c830bcdc2a1bcd91317a70adce7b2828e6cf01
      https://github.com/zopefoundation/z3c.recipe.sphinxdoc/commit/23c830bcdc2a1bcd91317a70adce7b2828e6cf01
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M setup.py
    M src/z3c/__init__.py
    M src/z3c/recipe/__init__.py
    M src/z3c/recipe/sphinxdoc/__init__.py
    M src/z3c/recipe/sphinxdoc/index.rst

  Log Message:
  -----------
  Fix installing zc.recipe.egg on travis.

Also cleanup our rst and make sure the default matches this.


  Commit: e5196460105cdb2473885ee59a26c5db322bcd49
      https://github.com/zopefoundation/z3c.recipe.sphinxdoc/commit/e5196460105cdb2473885ee59a26c5db322bcd49
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
    M src/z3c/recipe/sphinxdoc/__init__.py
    A src/z3c/recipe/sphinxdoc/tests/__init__.py
    A src/z3c/recipe/sphinxdoc/tests/test_sphinxdoc.py

  Log Message:
  -----------
  Add tests. The layout file is currently wrong and fails to build.


  Commit: b12b324ca1a9e57adc82627fca58edbd7bb54ebb
      https://github.com/zopefoundation/z3c.recipe.sphinxdoc/commit/b12b324ca1a9e57adc82627fca58edbd7bb54ebb
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
    M src/z3c/recipe/sphinxdoc/layout.html

  Log Message:
  -----------
  Fix layout.html to be valid syntax.


  Commit: 3f5e20d61d1828da7a95f23849f1c2b71bdf0bcb
      https://github.com/zopefoundation/z3c.recipe.sphinxdoc/commit/3f5e20d61d1828da7a95f23849f1c2b71bdf0bcb
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
    M .gitignore
    M src/z3c/recipe/sphinxdoc/__init__.py
    M tox.ini

  Log Message:
  -----------
  Get tox working


  Commit: cdcb3e1523d7dfb08714652a200331810020395c
      https://github.com/zopefoundation/z3c.recipe.sphinxdoc/commit/cdcb3e1523d7dfb08714652a200331810020395c
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
    M src/z3c/recipe/sphinxdoc/__init__.py

  Log Message:
  -----------
  We need a no cover here now that layout.html is fixed: we don't expect a bad code


  Commit: af412aac32bca0a6fe044f39ceef58bd5c41b97d
      https://github.com/zopefoundation/z3c.recipe.sphinxdoc/commit/af412aac32bca0a6fe044f39ceef58bd5c41b97d
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-17 (Sat, 17 Jun 2017)

  Changed paths:
    M README.rst
    M src/z3c/recipe/sphinxdoc/__init__.py
    M src/z3c/recipe/sphinxdoc/tests/test_sphinxdoc.py
    M tox.ini

  Log Message:
  -----------
  Cleanups from feedback

- whitespace in __init__.py
-- Go ahead and refactor duplicate code into own method
- whitespace is test_sphinxdoc.py
- cleaner way to specify no-binary for tox.ini
- correct path in README.rst


  Commit: dd39d6b64bcff79ea9af1002fbb1ebc42aabdab4
      https://github.com/zopefoundation/z3c.recipe.sphinxdoc/commit/dd39d6b64bcff79ea9af1002fbb1ebc42aabdab4
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-06-17 (Sat, 17 Jun 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    A CHANGES.rst
    R CHANGES.txt
    M MANIFEST.in
    A README.rst
    R README.txt
    M setup.py
    M src/z3c/__init__.py
    M src/z3c/recipe/__init__.py
    M src/z3c/recipe/sphinxdoc/__init__.py
    A src/z3c/recipe/sphinxdoc/index.rst
    R src/z3c/recipe/sphinxdoc/index.txt
    M src/z3c/recipe/sphinxdoc/layout.html
    A src/z3c/recipe/sphinxdoc/tests/__init__.py
    A src/z3c/recipe/sphinxdoc/tests/test_sphinxdoc.py
    A tox.ini

  Log Message:
  -----------
  Merge pull request #5 from zopefoundation/testing

Full testing


Compare: https://github.com/zopefoundation/z3c.recipe.sphinxdoc/compare/90a8e1911c92...dd39d6b64bcf


More information about the checkins mailing list