Skip to content

Documentation content updates #204

@josh-marshall-amp

Description

@josh-marshall-amp

After merging #194, the next step is the content of the documentation. This issue raised to collect the updates we'll need to make.

Any discussion of the docs philosophy and howto from the docs readme can go here too.

And a quick link to the actual docs: Fixate overall and the auto-generated API reference

  • reorganise hierarchy for the docs (see the readme on doc quadrants)
  • (not strictly docs) reorganise the fixate source to make clear what's public vs private
  • fix up all the docstrings that don't render correctly
  • add missing docstrings on important modules
  • fix, then add a stack more docstrings, at least enough to cover the basics and provide an example
  • test_data dict vs TEST_SEQUENCE comment

Docs to move into this repo (either as .rst or as docstrings in code, prefer the latter):

Public API to use in scripts (that should have autodocs generated):

  • Everything exported in __init__ (in particular, the new fixate._switching jig classes
  • fixate.core.ui
  • fixate.core.checks
  • TestClass and TestList (but making sure we remove the obsolete/unused and internal attributes that aren't part of the public API
  • fixate.drivers Focus should be on the base class for each instruments type, which as much as possible, aims to be consistent across the given device type.

I'm thinking that we don't document fixate.core.jig_mapping since we more or less want to deprecate that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions