File tree Expand file tree Collapse file tree 6 files changed +26
-8
lines changed
Expand file tree Collapse file tree 6 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 1+
2+ .idea
3+
4+ build /
5+ dist /
6+
7+ .venv /
8+
9+ .venv1 /
10+ .github /
11+
12+ credentials.properties
13+
14+ pyPreservica.egg-info /
Original file line number Diff line number Diff line change @@ -266,7 +266,9 @@ This part of the documentation covers all the interfaces of pyPreservica :class:
266266.. py :currentmodule :: pyPreservica
267267 .. autofunction :: simple_asset_package
268268.. autofunction :: complex_asset_package
269- .. autofunction :: cvs_to_xml
269+ .. autofunction :: csv_to_xml
270+ .. autofunction :: csv_to_xsd
271+ .. autofunction :: csv_to_cmis_xslt
270272.. autoclass :: UploadAPI
271273 :members:
272274
Original file line number Diff line number Diff line change 77
88master_doc = 'index'
99
10- html_logo = "images/logo.png "
10+ html_logo = "images/trace.svg "
1111
1212extensions = [
1313 'sphinx.ext.apidoc' ,
2121 'sphinxcontrib.googleanalytics'
2222]
2323
24- html_theme = "sphinx_rtd_theme"
24+ #html_theme = "sphinx_rtd_theme"
25+
26+ html_theme = "sphinx_clarity_theme"
2527
2628html_extra_path = ["googled4940437d6a0a50d.html" ]
2729
Original file line number Diff line number Diff line change @@ -3,9 +3,8 @@ Welcome to pyPreservica's documentation
33
44Release v\ |version |.
55
6- ..
7- #image:: https://pepy.tech/badge/pyPreservica
8- #target: https://pepy.tech/project/pyPreservica
6+ .. image :: https://pepy.tech/badge/pyPreservica
7+ :target: https://pepy.tech/project/pyPreservica
98
109.. image :: https://img.shields.io/pypi/pyversions/pyPreservica.svg
1110 :target: https://pypi.org/project/pyPreservica/
@@ -22,7 +21,7 @@ Release v\ |version|.
2221
2322**pyPreservica ** is an open source, python client for the Preservica APIs
2423
25- ----------------------------
24+ -------------------------------------------------------------------------
2625
2726pyPreservica is a 3rd party Python Software Development Kit (SDK) for the Preservica API,
2827which allows Preservica users to write software that makes use of the Preservica repository services.
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ to be created to make the information accessible.
139139
140140**Bitstreams ** represent the actual computer files as ingested into Preservica, i.e. the TIFF photograph or the PDF document.
141141
142- PIP Installation
142+ Installation
143143----------------
144144
145145pyPreservica is available from the Python Package Index (PyPI)
Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ azure-storage-blob
1010tqdm
1111urllib3
1212sphinx_rtd_theme
13+ sphinx_clarity_theme
1314sphinxcontrib-googleanalytics
You can’t perform that action at this time.
0 commit comments