Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Prepared Home, Dev Guide and About sections #592

Merged
merged 3 commits into from
Sep 5, 2024
Merged

Conversation

o-kopysov
Copy link
Collaborator

@o-kopysov o-kopysov commented Sep 4, 2024

Pull Request

Description

Current PR contains the first portion of changes in GH Pages documentation.
MkDocs will be used for converting MD -> HTML static pages.

Structure of the website:

  • Home: index.md
  • Getting Started: getting-started.md
  • User Guide: TBD
  • Developer Guide:
    • Developer guide: dev-guide/README.md
    • Contributing guide: dev-guide/contributing.md
    • Testing policy: dev-guide/testing_policy.md
    • Code review requirements: dev-guide/code-review-requirements.md
    • API reference: dev-guide/api.md
    • Integration guide: dev-guide/integration.md
  • About:
    • License: about/license.md
    • Releases: about/releases.md

Bold means that pages are included in this pull request.

Home:
image

Dev Guide:
image

About
image

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Code cleanup/refactoring
  • Documentation update
  • This change requires a documentation update
  • CI system update
  • Test Coverage update

Testing

Install required dependencies:

$ pip install mkdocs
$ pip install mkdocs-material

Run MkDocs:

$ cd doc
$ mkdocs serve

@o-kopysov o-kopysov added the documentation Improvements or additions to documentation label Sep 4, 2024
@o-kopysov o-kopysov added this to the v2.0.0 milestone Sep 4, 2024
@o-kopysov o-kopysov self-assigned this Sep 4, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.67%. Comparing base (8a15ef5) to head (8c593ed).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #592   +/-   ##
=========================================
  Coverage     93.67%   93.67%           
  Complexity      608      608           
=========================================
  Files            49       49           
  Lines          2104     2104           
  Branches        244      244           
=========================================
  Hits           1971     1971           
  Misses           61       61           
  Partials         72       72           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@t-naumenko t-naumenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great start of documentation improvement!

Copy link
Collaborator

@o-konoval o-konoval left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job! Modern look of documentation is very important part of repository. Approved!

@o-kopysov o-kopysov merged commit cd0e4a7 into main Sep 5, 2024
10 checks passed
@o-kopysov o-kopysov deleted the update-doc branch September 5, 2024 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants