Skip to content

Some content was only documented in documentation #537

Description

@ericonr

I suggested removal of the old documentation directory in #506 , but didn't realize there were a few files there which weren't available anywhere else.

git show --name-status 1a9135976b4bc75bfdfe1ed7516a3e7d29e08e6b | grep html | sed "s,D.*documentation/\(.*\).html,\1.rst," > old-docs
~/p/e/a/ADCore HEAD λ for f in (cat old-docs)
                          if [ -z (git ls-files | grep $f) ]
                              echo $f
                          end
                      end

results in:

CSS-BOY_screens.rst
FindingAreaComponents.rst
NDPosPlugin.rst
areaDetector.rst
areaDetectorDoc.rst
areaDetectorReleaseNotes.rst
areaDetectorTimeStampSupport.rst
pluginDoc.rst

Out of these, I believe that the following should be converted to rst so they can be included in the current documentation:

  • FindingAreaComponents
  • areaDetectorTimeStampSupport

NDPosPlugin is a false positive because the rst file is called NDPluginPos, and the rest can simply be discarded.

I noticed this while looking at #535

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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