-
Notifications
You must be signed in to change notification settings - Fork 0
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
[DOP-21387] Rebuild documentation structure #108
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dolfinus
force-pushed
the
feature/DOP-21387
branch
from
November 14, 2024 16:17
e6e6de9
to
6eb9868
Compare
dolfinus
force-pushed
the
feature/DOP-21387
branch
from
November 15, 2024 07:40
6eb9868
to
ee5cd9c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #108 +/- ##
========================================
Coverage 92.36% 92.36%
========================================
Files 154 154
Lines 3355 3355
Branches 227 227
========================================
Hits 3099 3099
Misses 199 199
Partials 57 57 ☔ View full report in Codecov by Sentry. |
dolfinus
force-pushed
the
feature/DOP-21387
branch
from
November 15, 2024 07:45
ee5cd9c
to
a6076d5
Compare
dolfinus
force-pushed
the
feature/DOP-21387
branch
from
November 15, 2024 08:07
a6076d5
to
700bcc5
Compare
dolfinus
force-pushed
the
feature/DOP-21387
branch
from
November 15, 2024 08:38
700bcc5
to
5428acf
Compare
dolfinus
force-pushed
the
feature/DOP-21387
branch
from
November 15, 2024 08:42
5428acf
to
0a0ed41
Compare
TiGrib
approved these changes
Nov 15, 2024
dolfinus
force-pushed
the
feature/DOP-21387
branch
from
November 15, 2024 09:11
0a0ed41
to
1c2c4ce
Compare
dolfinus
force-pushed
the
feature/DOP-21387
branch
from
November 15, 2024 10:15
1c2c4ce
to
2868d0f
Compare
dolfinus
force-pushed
the
feature/DOP-21387
branch
from
November 15, 2024 10:15
2868d0f
to
436aafc
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change Summary
docs/quickstart
section with instruction how run all Data.Rentgen components in just one command, and how to connect Spark & Airflow to Kafka.docs/entities
page describing all entities in Data.Rentgen, and their relations.docs/backend
todocs/reference
. For each section, likedocs/reference/server
,docs/reference/consumer
, move installation instruction toindex.rst
, and rewrite it a bit.docs/reference/database
section describing how to run PostgreSQL (with and without docker). Moved here instruction how to run migrations and create partitions (previously this was described twice, in server and in consumer docs). Added note that partition creation script should be run on schedule.docs/reference/broker
section describing how to run Kafka.docs/reference/frontend
describing how to start and configure it.It's a bit hard to read the diff, please see https://data-rentgen--108.org.readthedocs.build/en/108/
Related issue number
Checklist
docs/changelog/next_release/<pull request or issue id>.<change type>.rst
file added describing change(see CONTRIBUTING.rst for details.)