- Dec 03, 2023
-
-
David Douard authored
-
- Nov 29, 2023
-
-
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.
-
- Nov 28, 2023
-
-
David Douard authored
-
- Nov 16, 2023
-
-
David Douard authored
Convert README from markdown to ReST to make it embeddable in docs/index.rst
-
- Dec 19, 2022
-
-
Antoine Lambert authored
In order to remove warnings about /apidoc/*.rst files being included multiple times in toc when building full swh documentation, prefer to include module indices only when building standalone package documentation. Also include them the proper sphinx way. Related to T4496
-
- Dec 15, 2022
-
-
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
-
- Mar 30, 2022
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
This changes the deprecated :show-nested: instruction to the :nested: one [1]. This also fixes warning about misdefined block [2] [1] https://sphinx-click.readthedocs.io/en/latest/usage/#directive-click [2] ``` 10:38:38 Warning, treated as error: 10:38:38 /var/lib/jenkins/workspace/DMOD/tests-on-diff/docs/cli.rst:14:Literal block expected; none found. 10:38:38 make: *** [../../swh-docs/Makefile.sphinx:32: sphinx/html] Error 2 10:38:38 make: Leaving directory '/var/lib/jenkins/workspace/DMOD/tests-on-diff/docs' 10:38:38 ERROR: InvocationError for command '/usr/bin/make -I ../.tox/sphinx/src/swh-docs/swh/ -C docs' (exited with code 2) ```
-
- Feb 10, 2022
-
-
vlorentz authored
-
- Jan 17, 2022
-
-
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
-
- Jan 11, 2022
-
-
vlorentz authored
swh-deposit needs to link to some of them.
-
- Dec 21, 2021
-
-
vlorentz authored
We don't store those
-
- Dec 17, 2021
-
-
vlorentz authored
Revision and release do not generally allow 'arbitrary' metadata; and it was missing ExtIDs and REMD
-
- Sep 24, 2021
-
- Apr 30, 2021
-
-
vlorentz authored
-
- Apr 15, 2021
-
-
vlorentz authored
-
- Apr 12, 2021
-
-
vlorentz authored
Otherwise, they will get an error asking them to install Click (or Dulwich if Click installed and they use -t snapshot)
-
- Feb 02, 2021
-
-
Roberto Di Cosmo authored
-
- Jan 29, 2021
-
-
Roberto Di Cosmo authored
-
- Jul 09, 2020
-
-
Nicolas Dandrimont authored
- Use dia directly to convert from .dia to .svg (inkscape would use dia via a plugin anyway) - Add proper runes to detect inkscape >= 1 and use the export options for that.
-
- Jul 03, 2020
-
-
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.
-
- May 14, 2020
-
-
Stefano Zacchiroli authored
-
- Apr 30, 2020
-
-
Reviewers: rdicosmo Reviewed By: rdicosmo Differential Revision: https://forge.softwareheritage.org/D3108
-
- Apr 29, 2020
-
-
Stefano Zacchiroli authored
Closes T1003
-
- Apr 28, 2020
-
-
Roberto Di Cosmo authored
- merge grammars into a single one - explain better that SWHIDs are made up of core identifier + qualifiers - separate qualifier into context and fragment onex - add reference to swh-identify
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
- Apr 27, 2020
-
-
Stefano Zacchiroli authored
-
- Apr 26, 2020
-
-
Stefano Zacchiroli authored
Closes T2379
-
- Apr 24, 2020
-
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
- Apr 17, 2020
-
-
Stefano Zacchiroli authored
hat tip to @rdicosmo for noticing
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
- Apr 16, 2020
-
-
Stefano Zacchiroli authored
-
- Apr 02, 2020
-
-
Antoine R. Dumont authored
Hinting at the origin_visit_update model Related to T2310
-
- Mar 30, 2020
-
-
Roberto Di Cosmo authored
-
Roberto Di Cosmo authored
-
- Mar 28, 2020
-
-
Roberto Di Cosmo authored
-