Skip to content

Commit

Permalink
docs content
Browse files Browse the repository at this point in the history
  • Loading branch information
odscjames committed Oct 4, 2024
1 parent a415bec commit fb8c651
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
master_doc = "index"

html_theme = "odsc_default_sphinx_theme"

extensions = [
"sphinx.ext.autodoc",
]
8 changes: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
LibCove2
========


.. toctree::
:maxdepth: 2

python-api/index.rst
migration-from-lib-cove.rst
used-by.rst

13 changes: 13 additions & 0 deletions docs/migration-from-lib-cove.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Migration from lib-cove
=======================


This library is an updated version of the previous library ( https://github.com/OpenDataServices/lib-cove ).

However, the structure of the library and how it works have massive changes.
For this reason the upgrade path isn't a simple upgrade, but requires rewriting work in the software that uses this.

This is why this library is a separate git repository and a separate pypi package,
so that development of the previous library can also continue and users are not forced to upgrade before they are ready.


9 changes: 9 additions & 0 deletions docs/python-api/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Python API
==========


.. toctree::
:maxdepth: 2

org-ids.rst

7 changes: 7 additions & 0 deletions docs/python-api/org-ids.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Org-IDs
=======

.. autofunction:: libcove2.common.get_orgids_prefixes



10 changes: 10 additions & 0 deletions docs/used-by.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Used by
=======

This library is used by:

* https://github.com/openownership/lib-cove-bods
* https://github.com/Open-Telecoms-Data/lib-cove-ofds
* https://github.com/GFDRR/rdls-lib-cove


0 comments on commit fb8c651

Please sign in to comment.