Skip to content

Commit

Permalink
Starting on rebuilding the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
davedelong committed Feb 18, 2024
1 parent 84cdef6 commit 80ef2e8
Show file tree
Hide file tree
Showing 20 changed files with 56 additions and 701 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
/Packages
/*.xcodeproj
.swiftpm
docs
Package.resolved
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "Time", targets: ["Time"])
],
dependencies: [

.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0")
],
targets: [
.target(name: "Time", dependencies: []),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ More information in ["Clock"](Documentation/2-Usage/2-Clock.md).
let nycTimeZone = TimeZone(identifier: "America/New_York")!

let myClock = Clocks.system
let nycClock = myClock.converting(to: nycTimeZone)
let nycClock = myClock.converted(to: nycTimeZone)

let myLocalTime = myClock.thisMinute() // Ex: 28 Feb 2020 at 3:14 PM Pacific Time

Expand Down
2 changes: 0 additions & 2 deletions Sources/Time/Documentation.docc/0-BasicUsage.md

This file was deleted.

20 changes: 0 additions & 20 deletions Sources/Time/Documentation.docc/1-Core-Concepts.md

This file was deleted.

2 changes: 0 additions & 2 deletions Sources/Time/Documentation.docc/10-Rounding.md

This file was deleted.

128 changes: 0 additions & 128 deletions Sources/Time/Documentation.docc/2-Clocks.md

This file was deleted.

103 changes: 0 additions & 103 deletions Sources/Time/Documentation.docc/3-FixedValues.md

This file was deleted.

49 changes: 0 additions & 49 deletions Sources/Time/Documentation.docc/4-Differences.md

This file was deleted.

Loading

0 comments on commit 80ef2e8

Please sign in to comment.