Skip to content
Snippets Groups Projects
  1. Dec 03, 2023
  2. Nov 29, 2023
    • Antoine Lambert's avatar
      docs/Makefile: Fix doc build outside tox when using make command · f9c8ec3a
      Antoine Lambert authored
      When building package documentation outside tox by calling make in the
      docs directory, the include of Makefile.sphinx inside the docs Makefile
      was failing as its relative path was invalid.
      
      So adapt this relative path according if the SWH_PACKAGE_DOC_TOX_BUILD
      environment variable is set or not.
      f9c8ec3a
  3. Nov 28, 2023
  4. Nov 16, 2023
  5. Dec 19, 2022
  6. Dec 15, 2022
    • Antoine Lambert's avatar
      docs/persistent-identifiers: Fix some broken links for browsing SWHIDs · f883e224
      Antoine Lambert authored
      There were two issues that was preventing to browse some SWHIDs given as
      examples in that documentation:
      
      - Some sphinx links were broken in rDMODe1c3fe80731226618616117dfd67a95f3d365645
      
      - A SWHID with ';' in its path qualifier was correctly percent escaped but
        when used as URL argument an extra percent escaping is required as HTTP
        server will unescape URL arguments and thus break SWHID percent escaping.
      
      Closes T4721
      v6.6.1
      f883e224
  7. Mar 30, 2022
  8. Feb 10, 2022
  9. Jan 17, 2022
    • vlorentz's avatar
      Fix extlink errors · e1c3fe80
      vlorentz authored
      Sphinx >=4.4.0 raises warnings (which are errors for us) when using
      warnings instead of an extlink role defined in the configuration
      e1c3fe80
  10. Jan 11, 2022
  11. Dec 21, 2021
  12. Dec 17, 2021
  13. Sep 24, 2021
  14. Apr 30, 2021
  15. Apr 15, 2021
  16. Apr 12, 2021
  17. Feb 02, 2021
  18. Jan 29, 2021
  19. Jul 09, 2020
  20. Jul 03, 2020
    • Antoine Lambert's avatar
      identifiers: Rename some functions and types related to SWHIDs · 1ff05161
      Antoine Lambert authored
      When Software Heritage persistent identifiers were introduced, they were not
      yet abbreviated as SWHIDs.
      
      Now that abbreviation is growing adoption, rename some functions and types in
      swh.model.identifiers for consistency:
      
        - PersistentId -> SWHID
      
        - persistent_identifier -> swhid
      
        - parse_persistent_identifier -> parse_swhid
      
      Backward compatibility with previous naming is maintained but deprecation
      warnings are introduced to encourage the use of the new names.
      
      Numerous variables in swh.model codebase have also been renamed accordingly.
      
      Also rework and improve documentation.
      v0.3.8
      1ff05161
  21. May 14, 2020
  22. Apr 30, 2020
  23. Apr 29, 2020
  24. Apr 28, 2020
  25. Apr 27, 2020
  26. Apr 26, 2020
  27. Apr 24, 2020
  28. Apr 17, 2020
  29. Apr 16, 2020
  30. Apr 02, 2020
  31. Mar 30, 2020
  32. Mar 28, 2020
Loading