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

Main documentation: simplify links and reflow text #1535

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

pitdicker
Copy link
Collaborator

It seems out main documentation needs a good rewrite, not everything matches what we would recommend today.
But for now I just simplified the links and reflowed the surrounding text.

Copy link

codecov bot commented Mar 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.82%. Comparing base (1e8df65) to head (e70be36).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1535   +/-   ##
=======================================
  Coverage   91.82%   91.82%           
=======================================
  Files          40       40           
  Lines       18345    18345           
=======================================
  Hits        16846    16846           
  Misses       1499     1499           

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

@@ -1,21 +1,23 @@
//! # Chrono: Date and Time for Rust
//!

//! Chrono aims to provide all functionality needed to do correct operations on dates and times in the
//! [proleptic Gregorian calendar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar):
//! Chrono aims to provide all functionality needed to do correct operations on dates and times in
Copy link
Contributor

Choose a reason for hiding this comment

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

How did you reflow? It doesn't look very consistent.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Manually against a line at the 100-characters column in my editor. And sorry, it should be a bit better now. I missed a few lines, and later changes to a few links messed up parts that I did before.

src/lib.rs Show resolved Hide resolved
@pitdicker pitdicker merged commit 3adfd88 into chronotope:main Mar 22, 2024
35 checks passed
@pitdicker pitdicker deleted the docs branch March 22, 2024 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants