Skip to content
Snippets Groups Projects
  1. Mar 08, 2019
    • David Douard's avatar
      Refactor the getting started guides · 9542708d
      David Douard authored
      - remove the manual setup guide since we do not want to promote (and
        maintain) this approach any more,
      - few rewordings in getting-started.rst iteself
      - in the developer-setup guide:
        - rewordings
        - copy the 'install depencencies' from the manual-setup guide,
        - add the missing step bin/update
        - remove the docker setup part (been integrated in the swh-docker-dev's
          README)
        - add a section on unit tests
      9542708d
  2. Mar 04, 2019
  3. Mar 03, 2019
  4. Feb 28, 2019
  5. Feb 27, 2019
  6. Feb 14, 2019
  7. Feb 12, 2019
  8. Feb 08, 2019
  9. Jan 21, 2019
  10. Jan 07, 2019
  11. Dec 17, 2018
  12. Dec 07, 2018
  13. Nov 29, 2018
  14. Nov 28, 2018
  15. Nov 23, 2018
    • David Douard's avatar
      make-doc: refactor doc build system to build the doc as a whole · 891ad17c
      David Douard authored
      - back to assets only building in each package
      - run sphinx-autodoc on the whole swh package at once
      
      we do not really need a local standalone buildable sphinx project in each swh
      subpackage, so running a full 'make html' in each of them is not required any
      more.
      
      Since we want to build the doc at once instead of building each swh subpackage
      independantly, we need to run apidoc on the whole swh package.
      
      This is done by actually running the apidoc on the pip installed swh
      packages instead of the source repositories, since sphinx-apidoc does
      not seem to support multiple MODULE_PATH as cmdline argument.
      
      So it's best to use tox to build the doc.
      
      Related to T1330.
      891ad17c
  16. Nov 22, 2018
  17. Nov 16, 2018
  18. Nov 12, 2018
  19. Oct 30, 2018
  20. Oct 17, 2018
  21. Oct 15, 2018
  22. Oct 11, 2018
  23. Oct 10, 2018
  24. Oct 08, 2018
  25. Oct 02, 2018
  26. Oct 01, 2018
  27. Sep 25, 2018
Loading