Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • PyI40AAS PyI40AAS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 48
    • Issues 48
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Lehrstuhl für Informations- und AutomatisierungssystemeLehrstuhl für Informations- und Automatisierungssysteme
  • PyI40AASPyI40AAS
  • Merge requests
  • !74

Merge docs/sphinx_autodocs into improve/V30RC01

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sebastian Heppner requested to merge docs/sphinx_autodocs into improve/V30RC01 Feb 03, 2021
  • Overview 1
  • Commits 89
  • Pipelines 29
  • Changes 80

The sphinx documentation should be up to date to v3.0 now.

  • I suspect that the automatic part of the merge from improve/V30RC01 broke something that I am unable to find the exact problem, mypy complains about:
    aas\model\submodel.py:77: error: Incompatible types in assignment (expression has type "NamespaceSet[Constraint]", variable has type "Set[Constraint]")
    aas\model\submodel.py:139: error: Incompatible types in assignment (expression has type "NamespaceSet[Constraint]", variable has type "Set[Constraint]")
    
  • There is a collection of docstrings that may need a rework in Issue #115 (closed).

For those who want to review the documentation, here is how you build it:

  • Navigate to docs/
  • Execute make html over the command line
  • You can find the documentation in /docs/build/html/. The main page is called index.html.
Edited Mar 04, 2021 by Sebastian Heppner
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: docs/sphinx_autodocs