Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh cookiecutter for more robust doc build #105

Merged
merged 6 commits into from
Jul 30, 2020

Commits on Jul 28, 2020

  1. cruft refresh cookiecutter

    tlvu committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    a143e83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44433d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. doc: fix "Unexpected section title or transition" warning

    Warning, treated as error:
    /zstore/repos/emu/emu/processes/wps_wordcounter.py:docstring of emu.processes.wps_wordcounter.WordCounter:15:Unexpected section title or transition.
    
    -----
    Makefile:20: recipe for target 'html' failed
    make[1]: *** [html] Error 2
    make[1]: Leaving directory '/zstore/repos/emu/docs'
    Makefile:166: recipe for target 'docs' failed
    make: *** [docs] Error 2
    
    Warning, treated as error:
    /zstore/repos/emu/emu/processes/wps_chomsky.py:docstring of emu.processes.wps_chomsky.Chomsky:11:Unexpected section title or transition.
    
    -----
    Makefile:20: recipe for target 'html' failed
    make[1]: *** [html] Error 2
    make[1]: Leaving directory '/zstore/repos/emu/docs'
    Makefile:166: recipe for target 'docs' failed
    make: *** [docs] Error 2
    
    Warning, treated as error:
    /zstore/repos/emu/emu/processes/wps_ncmeta.py:docstring of emu.processes.wps_ncmeta.NCMeta:17:Unexpected section title or transition.
    
    -----
    Makefile:20: recipe for target 'html' failed
    make[1]: *** [html] Error 2
    make[1]: Leaving directory '/zstore/repos/emu/docs'
    Makefile:166: recipe for target 'docs' failed
    make: *** [docs] Error 2
    tlvu committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    909b995 View commit details
    Browse the repository at this point in the history
  2. doc: fix "Duplicate explicit target name" with new version of pywps a…

    …llowing anonymous links
    
    Warning, treated as error:
    /zstore/repos/emu/emu/processes/wps_wordcounter.py:docstring of emu.processes.wps_wordcounter.WordCounter:18:Duplicate explicit target name: "user guide".
    Makefile:20: recipe for target 'html' failed
    make[1]: *** [html] Error 2
    make[1]: Leaving directory '/zstore/repos/emu/docs'
    Makefile:165: recipe for target 'docs' failed
    make: *** [docs] Error 2
    
    All warnings fixed:
    
    /home/docs/checkouts/readthedocs.org/user_builds/emu/checkouts/test-rtd-build/emu/processes/wps_wordcounter.py:docstring of emu.processes.wps_wordcounter.WordCounter:18: WARNING: Duplicate explicit target name: "user guide".
    /home/docs/checkouts/readthedocs.org/user_builds/emu/checkouts/test-rtd-build/emu/processes/wps_ncmeta.py:docstring of emu.processes.wps_ncmeta.NCMeta:20: WARNING: Duplicate explicit target name: "user guide".
    /home/docs/checkouts/readthedocs.org/user_builds/emu/checkouts/test-rtd-build/emu/processes/wps_error.py:docstring of emu.processes.wps_error.ShowError:24: WARNING: Duplicate explicit target name: "user guide".
    /home/docs/checkouts/readthedocs.org/user_builds/emu/checkouts/test-rtd-build/emu/processes/wps_dry_run.py:docstring of emu.processes.wps_dry_run.SimpleDryRun:16: WARNING: Duplicate explicit target name: "user guide".
    /home/docs/checkouts/readthedocs.org/user_builds/emu/checkouts/test-rtd-build/emu/processes/wps_multiple_outputs.py:docstring of emu.processes.wps_multiple_outputs.MultipleOutputs:14: WARNING: Duplicate explicit target name: "user guide".
    /home/docs/checkouts/readthedocs.org/user_builds/emu/checkouts/test-rtd-build/emu/processes/wps_inout.py:docstring of emu.processes.wps_inout.InOut:59: WARNING: Duplicate explicit target name: "user guide".
    /home/docs/checkouts/readthedocs.org/user_builds/emu/checkouts/test-rtd-build/emu/processes/wps_inout.py:docstring of emu.processes.wps_inout.InOut:59: WARNING: Duplicate explicit target name: "pywps docs".
    /home/docs/checkouts/readthedocs.org/user_builds/emu/checkouts/test-rtd-build/emu/processes/wps_inout.py:docstring of emu.processes.wps_inout.InOut:59: WARNING: Duplicate explicit target name: "pywps docs".
    tlvu committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    cfcaedf View commit details
    Browse the repository at this point in the history
  3. doc: looks like anonymous link trick do not work in same document

    Looks like the trick only works when the same link label is repeated across
    different documents.
    
    No choice but to also change the link label so they are different.
    
    Warning, treated as error:
    /zstore/repos/emu/emu/processes/wps_inout.py:docstring of emu.processes.wps_inout.InOut:59:Duplicate explicit target name: "pywps docs".
    Makefile:20: recipe for target 'html' failed
    make[1]: *** [html] Error 2
    make[1]: Leaving directory '/zstore/repos/emu/docs'
    Makefile:166: recipe for target 'docs' failed
    make: *** [docs] Error 2
    tlvu committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    af7cd1e View commit details
    Browse the repository at this point in the history
  4. doc: anaconda build badge do not exist anymore

    https://anaconda.org/birdhouse/emu/badges to not have build badge.
    
    Warning, treated as error:
    Could not fetch remote image: http://anaconda.org/birdhouse/emu/badges/build.svg [404]
    Makefile:20: recipe for target 'html' failed
    make[1]: *** [html] Error 2
    make[1]: Leaving directory '/zstore/repos/emu/docs'
    Makefile:166: recipe for target 'docs' failed
    make: *** [docs] Error 2
    tlvu committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    3620ae9 View commit details
    Browse the repository at this point in the history