update_wiki_pages (class)

class update_wiki_pages(log, settings=False)[source]

Bases: object

Update sherlock’s github wiki pages with some useful info regarding the crossmatch database catalogue tables

Key Arguments

  • log – logger

  • settings – the settings dictionary

Usage

To trigger an update of sherlock’s wiki pages to give an overview of the crossmatch table database tables run the following:

from sherlock.commonutils import update_wiki_pages
wiki = update_wiki_pages(
    log=log,
    settings=settings
)
wiki.update()
- create a new script for updating sherlock wiki with the snippet above, remove wiki command from cl-utils and add stand alone scripts to the sherlock repo (cleans up the usage and docs for sherlock)
- harvest text from wiki pages and then delete them: https://github.com/thespacedoctor/sherlock/wiki

Methods

update()

Update wiki pages

update()[source]

Update wiki pages

See class docstring for usage