Skip to content
Snippets Groups Projects
  1. Sep 25, 2019
  2. Sep 24, 2019
    • Stefano Zacchiroli's avatar
      dependency graph: do not show extras as separate nodes · 55e4e243
      Stefano Zacchiroli authored
      Currently, the dependency graph shows different nodes for, e.g., "swh.core" and
      "swh.core[db]". With this change the two nodes are merged together.
      
      While it is interesting to know which precise part of a module others depend
      on, that is not the purpose of the dependency graph, which is meant to give
      only a high-level view of dependencies.
      55e4e243
  3. Sep 20, 2019
  4. Sep 04, 2019
  5. Aug 30, 2019
  6. Aug 23, 2019
  7. Jul 31, 2019
  8. Jun 30, 2019
  9. May 23, 2019
  10. May 13, 2019
  11. Apr 28, 2019
  12. Apr 24, 2019
  13. Apr 17, 2019
  14. Mar 11, 2019
  15. 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
  16. Mar 04, 2019
  17. Mar 03, 2019
  18. Feb 28, 2019
  19. Feb 27, 2019
  20. Feb 14, 2019
  21. Feb 12, 2019
  22. Feb 08, 2019
  23. Jan 21, 2019
  24. Jan 07, 2019
  25. Dec 17, 2018
  26. Dec 07, 2018
  27. Nov 29, 2018
  28. Nov 28, 2018
  29. 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
  30. Nov 22, 2018
Loading