Skip to content
Snippets Groups Projects
  1. May 02, 2023
  2. Feb 20, 2023
  3. Feb 13, 2023
  4. Jan 13, 2023
    • Antoine Lambert's avatar
      docs: Merge all documentations into a single one · 0e55968d
      Antoine Lambert authored
      These changes allow to build all SWH documentations (developmment, system
      administration and user) using a single sphinx-build command, meaning they
      are now merged into a single one with shared index of references.
      
      Development documentation is now rooted to docs/devel, user one to docs/user
      and sysadmin one to docs/sysadm so a good amount of files were moved.
      
      A couple of configuration files and makefiles were updated to reflect that change
      and the building / cleaning processes were made more reliable.
      
      Calling make in root directory of swh-docs will execute the development build
      of the documentation in a tox environment while calling make in docs folder
      will use the current virtualenv.
      
      It remains possible to build each documentation in a standalone way by
      calling make in their root directory.
      
      Closes #4496
      0e55968d
  5. Sep 27, 2022
  6. Sep 15, 2022
    • Jérémy Bobbio (Lunar)'s avatar
      Update links and wordings in the developer setup · a3c8cca7
      Jérémy Bobbio (Lunar) authored
      - Use the generic `virtual environment` instead of `virtualenv` and
        point to the official Python documentation.
      - Use the internal reference to the getting started doc.
      - Mention there is tons of good tips in the documentation about
        the Docker environment.
      - Update the link to the documentation on how to submit patches.
      a3c8cca7
    • Jérémy Bobbio (Lunar)'s avatar
      Use a single command to disable and stop manually started services · 7d3368e3
      Jérémy Bobbio (Lunar) authored
      The `--now` flag to `systemctl disable` will stop (on top of disabling)
      the given services. `systemctl disable` also accepts multiple services
      as argument.
      
      We can thus replace 4 commands in the developer setup documentation by a
      single one.
      7d3368e3
  7. Aug 24, 2022
  8. May 19, 2022
  9. Apr 29, 2022
  10. Feb 11, 2022
  11. Feb 01, 2022
  12. Dec 21, 2021
  13. Nov 19, 2021
  14. Sep 28, 2021
    • Jayesh's avatar
      Broken link fix · 766cc455
      Jayesh authored
      Fixed the broken link with the right file name.
      766cc455
  15. Aug 26, 2021
  16. Jun 25, 2021
  17. Apr 15, 2021
  18. Feb 27, 2021
  19. Feb 26, 2021
  20. Jan 11, 2021
  21. Dec 29, 2020
  22. Dec 22, 2020
  23. Dec 11, 2020
  24. Oct 13, 2020
  25. Sep 15, 2020
  26. Sep 08, 2020
  27. Sep 03, 2020
    • Tenma's avatar
      Adapt developer setup instructions as of sept 2020 · aa22dbc8
      Tenma authored
      - pre-commit doesn't necessarily exist as a system package (i.e.
      Debian buster), and is used as a Python library in swh git repos,
      so install via pip in the virtualenv.
      - install local swh packages as a 2-step process to avoid errors
      aa22dbc8
  28. Jul 28, 2020
  29. Apr 20, 2020
  30. Apr 18, 2020
  31. Mar 06, 2020
  32. Feb 07, 2020
Loading