Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ linkcheck-raw:
--file-ignore "python/.*" \
--file-ignore "javadoc/.*" \
--file-ignore "docs/.*" \
--url-ignore ".*/swift/.*" \
--url-ignore ".*/python/.*" \
--url-ignore ".*/javadoc/.*" \
--url-ignore ".*/docs/glean_.*" \
Expand Down
1 change: 0 additions & 1 deletion docs/dev/api/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
The following language-specific API docs are available:

- [Swift API docs](../../swift/index.html)
- [Python API docs](../../python/glean/index.html)
- [Rust core (internal) API docs](../../docs/index.html)
1 change: 0 additions & 1 deletion docs/user/reference/general/attribution-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,5 @@ Otherwise, they are defined, recorded to, tested, and consumed like

## Reference

* [Swift API docs](../../../swift/Classes/Glean.html)
* [Python API docs](../../../python/glean/index.html#glean.Glean.update_attribution)
* [Rust API docs](../../../docs/glean/fn.update_attribution.html)
1 change: 0 additions & 1 deletion docs/user/reference/general/experiments-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,5 @@ assert_eq!(

## Reference

* [Swift API docs](../../../swift/Classes/Glean.html#/s:5GleanAAC19setExperimentActive_6branch5extraySS_SSSDyS2SGSgtF)
* [Python API docs](../../../python/glean/index.html#glean.Glean.set_experiment_active)
* [Rust API docs](../../../docs/glean/fn.set_experiment_active.html)
4 changes: 1 addition & 3 deletions docs/user/reference/general/initializing.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,7 @@ for details on how to implement a custom upload on Kotlin.
</div>
<div data-lang="Swift" class="tab">

See [`HttpPingUploader`](../../../swift/Classes/HttpPingUploader.html)
for details on how to implement a custom upload on Swift.
See documentation on the `HttpPingUploader` class for details on how to implement a custom upload on Swift.

</div>
<div data-lang="Python" class="tab">
Expand Down Expand Up @@ -511,7 +510,6 @@ describe("myTestSuite", () => {

## Reference

- [Swift API docs](../../../swift/Classes/Glean.html#/s:5GleanAAC10initialize13uploadEnabled13configuration9buildInfoySb_AA13ConfigurationVAA05BuildG0VtF)
- [Python API docs](../../../python/glean/index.html#glean.Glean.initialize)
- [Rust API docs](../../../docs/glean/fn.initialize.html)
- [JavaScript API docs](https://mozilla.github.io/glean.js/getting_started/setup/#initializing-gleanjs)
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,3 @@ uploadSwitch.addEventListener("change", event => {
* [JavaScript API docs](https://mozilla.github.io/glean.js/reference/uploaders/#uploadenabled)
* [Python API docs](../../../python/glean/index.html#glean.Glean.set_collection_enabled)
* [Rust API docs](../../../docs/glean/fn.set_collection_enabled.html)
* [Swift API docs](../../../swift/Classes/Glean.html#/s:5GleanAAC20setCollectionEnabledyySbF)
1 change: 0 additions & 1 deletion docs/user/reference/metrics/boolean.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,3 @@ N/A

* [Python API docs](../../../python/glean/metrics/index.html#glean.metrics.BooleanMetric)
* [Rust API docs](../../../docs/glean/private/struct.BooleanMetric.html)
* [Swift API docs](../../../swift/Classes/BooleanMetric.html)
1 change: 0 additions & 1 deletion docs/user/reference/metrics/counter.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,4 +335,3 @@ N/A

* [Python API docs](../../../python/glean/metrics/index.html#glean.metrics.CounterMetric)
* [Rust API docs](../../../docs/glean/private/struct.CounterMetric.html)
* [Swift API docs](../../../swift/Classes/CounterMetric.html)
1 change: 0 additions & 1 deletion docs/user/reference/metrics/datetime.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,4 +416,3 @@ Carefully consider the required resolution for recording your metric, and choose

* [Python API docs](../../../python/glean/metrics/index.html#glean.metrics.DatetimeMetricType)
* [Rust API docs](../../../docs/glean/private/struct.DatetimeMetric.html)
* [Swift API docs](../../../swift/Classes/DatetimeMetric.html)
1 change: 0 additions & 1 deletion docs/user/reference/metrics/event.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,4 +404,3 @@ Each extra key contains additional metadata along with it:

* [Python API docs](../../../python/glean/metrics/index.html#glean.metrics.EventMetricType)
* [Rust API docs](../../../docs/glean/private/event/struct.EventMetric.html)
* [Swift API docs](../../../swift/Classes/EventMetric.html)
1 change: 0 additions & 1 deletion docs/user/reference/metrics/labeled_booleans.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,4 +324,3 @@ accessibility:

* Python API docs: [`LabeledBooleanMetricType`](../../../python/glean/metrics/labeled.html#glean.metrics.labeled.LabeledBooleanMetricType), [`BooleanMetricType`](../../../python/glean/metrics/index.html#glean.metrics.BooleanMetric)
* Rust API docs: [`LabeledMetric`](../../../docs/glean/private/struct.LabeledMetric.html), [`BooleanMetric`](../../../docs/glean/private/struct.BooleanMetric.html)
* Swift API docs: [`LabeledMetricType`](../../../swift/Classes/LabeledMetricType.html), [`BooleanMetric`](../../../swift/Classes/BooleanMetric.html)
1 change: 0 additions & 1 deletion docs/user/reference/metrics/labeled_counters.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,4 +340,3 @@ accessibility:

* Python API docs: [`LabeledCounterMetricType`](../../../python/glean/metrics/labeled.html#glean.metrics.labeled.LabeledCounterMetricType), [`CounterMetricType`](../../../python/glean/metrics/index.html#glean.metrics.CounterMetric)
* Rust API docs: [`LabeledMetric`](../../../docs/glean/private/struct.LabeledMetric.html), [`CounterMetric`](../../../docs/glean/private/struct.CounterMetric.html)
* Swift API docs: [`LabeledMetricType`](../../../swift/Classes/LabeledMetricType.html), [`CounterMetric`](../../../swift/Classes/CounterMetric.html)
1 change: 0 additions & 1 deletion docs/user/reference/metrics/labeled_quantity.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,4 +326,3 @@ Labeled Quantities have the required `unit` parameter, which is a free-form stri

* Python API docs: [`LabeledQuantityMetricType`](../../../python/glean/metrics/labeled.html#glean.metrics.labeled.LabeledQuantityMetricType), [`QuantityMetricType`](../../../python/glean/metrics/index.html#glean.metrics.QuantityMetric)
* Rust API docs: [`LabeledMetric`](../../../docs/glean/private/struct.LabeledMetric.html), [`QuantityMetric`](../../../docs/glean/private/struct.QuantityMetric.html)
* Swift API docs: [`LabeledMetricType`](../../../swift/Classes/LabeledMetricType.html), [`QuantityMetric`](../../../swift/Classes/QuantityMetric.html)
1 change: 0 additions & 1 deletion docs/user/reference/metrics/labeled_strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,3 @@ login:

* Python API docs: [`LabeledStringMetricType`](../../../python/glean/metrics/labeled.html#glean.metrics.labeled.LabeledStringMetricType), [`StringMetricType`](../../../python/glean/metrics/index.html#glean.metrics.StringMetricType)
* Rust API docs: [`LabeledMetric`](../../../docs/glean/private/struct.LabeledMetric.html), [`StringMetric`](../../../docs/glean/private/struct.StringMetric.html)
* Swift API docs: [`LabeledMetricType`](../../../swift/Classes/LabeledMetricType.html), [`StringMetric`](../../../swift/Classes/StringMetric.html)
1 change: 0 additions & 1 deletion docs/user/reference/metrics/memory_distribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ The allowed values for `memory_unit` are:

* [Python API docs](../../../python/glean/metrics/index.html#glean.metrics.TimingDistributionMetricType)
* [Rust API docs](../../../docs/glean/private/struct.MemoryDistributionMetric.html)
* [Swift API docs](../../../swift/Classes/MemoryDistributionMetric.html)

## Simulator

Expand Down
1 change: 0 additions & 1 deletion docs/user/reference/metrics/object.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,3 @@ refer to the [metrics YAML registry format](../yaml/metrics.md) reference page.

* [Python API docs](../../../python/glean/metrics/index.html#glean.metrics.ObjectMetricType)
* [Rust API docs](../../../docs/glean/private/struct.ObjectMetric.html)
* [Swift API docs](../../../swift/Classes/ObjectMetric.html)
1 change: 0 additions & 1 deletion docs/user/reference/metrics/quantity.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,3 @@ Quantities have the required `unit` parameter, which is a free-form string for d

* [Python API docs](../../../python/glean/metrics/index.html#glean.metrics.QuantityMetric)
* [Rust API docs](../../../docs/glean/private/struct.QuantityMetric.html)
* [Swift API docs](../../../swift/Classes/QuantityMetric.html)
1 change: 0 additions & 1 deletion docs/user/reference/metrics/rate.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,4 +462,3 @@ network:

* [Python API docs](../../../python/glean/metrics/index.html#glean.metrics.RateMetric)
* [Rust API docs](../../../docs/glean/private/struct.RateMetric.html)
* [Swift API docs](../../../swift/Classes/RateMetric.html)
1 change: 0 additions & 1 deletion docs/user/reference/metrics/string.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,3 @@ N/A

* [Python API docs](../../../python/glean/metrics/string.html)
* [Rust API docs](../../../docs/glean/private/struct.StringMetric.html)
* [Swift API docs](../../../swift/Classes/StringMetric.html)
1 change: 0 additions & 1 deletion docs/user/reference/metrics/string_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,4 +387,3 @@ N/A

* [Python API docs](../../../python/glean/metrics/index.html#glean.metrics.StringListMetric)
* [Rust API docs](../../../docs/glean/private/struct.StringListMetric.html)
* [Swift API docs](../../../swift/Classes/StringListMetric.html)
1 change: 0 additions & 1 deletion docs/user/reference/metrics/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,3 @@ refer to the [metrics YAML registry format](../yaml/metrics.md) reference page.

* [Python API docs](../../../python/glean/metrics/index.html#glean.metrics.TextMetric)
* [Rust API docs](../../../docs/glean/private/struct.TextMetric.html)
* [Swift API docs](../../../swift/Classes/TextMetric.html)
1 change: 0 additions & 1 deletion docs/user/reference/metrics/timespan.md
Original file line number Diff line number Diff line change
Expand Up @@ -684,4 +684,3 @@ and use the largest possible value that will provide useful information so as to

* [Python API docs](../../../python/glean/metrics/index.html#glean.metrics.TimespanMetricType)
* [Rust API docs](../../../docs/glean/private/struct.TimespanMetric.html)
* [Swift API docs](../../../swift/Classes/TimespanMetric.html)
1 change: 0 additions & 1 deletion docs/user/reference/metrics/timing_distribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,6 @@ The allowed values for `time_unit` are:

* [Python API docs](../../../python/glean/metrics/index.html#glean.metrics.TimingDistributionMetricType)
* [Rust API docs](../../../docs/glean/private/struct.TimingDistributionMetric.html)
* [Swift API docs](../../../swift/Classes/TimingDistributionMetric.html)

## Simulator

Expand Down
1 change: 0 additions & 1 deletion docs/user/reference/metrics/url.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,3 @@ N/A

* [Python API docs](../../../python/glean/metrics/index.html#glean.metrics.UrlMetricType)
* [Rust API docs](../../../docs/glean/private/struct.UrlMetric.html)
* [Swift API docs](../../../swift/Classes/UrlMetric.html)
1 change: 0 additions & 1 deletion docs/user/reference/metrics/uuid.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,4 +421,3 @@ N/A

* [Python API docs](../../../python/glean/metrics/index.html#glean.metrics.UuidMetricType)
* [Rust API docs](../../../docs/glean/private/struct.UuidMetric.html)
* [Swift API docs](../../../swift/Classes/UuidMetric.html)