Skip to content

Commit

Permalink
Merge pull request #207 from mipt-npm/dev
Browse files Browse the repository at this point in the history
Fix landing readme
  • Loading branch information
altavir authored Feb 21, 2021
2 parents dc76a98 + bc9d8a3 commit 98171ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 28 deletions.
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,13 +247,12 @@ better than SciPy.

### Repositories

Release artifacts are accessible from bintray with following configuration (see documentation of
[Kotlin Multiplatform](https://kotlinlang.org/docs/reference/multiplatform.html) for more details):
Release and development artifacts are accessible from mipt-npm [Space](https://www.jetbrains.com/space/) repository `https://maven.pkg.jetbrains.space/mipt-npm/p/sci/maven` (see documentation of
[Kotlin Multiplatform](https://kotlinlang.org/docs/reference/multiplatform.html) for more details). The repository could be reached through [repo.kotlin.link](https://repo.kotlin.link) proxy:

```kotlin
repositories {
maven("https://dl.bintray.com/mipt-npm/kscience")
// maven("https://dl.bintray.com/mipt-npm/dev") for dev versions
maven("https://repo.kotlin.link")
}

dependencies {
Expand All @@ -264,16 +263,6 @@ dependencies {

Gradle `6.0+` is required for multiplatform artifacts.

#### Development

Development builds are uploaded to the separate repository:

```kotlin
repositories {
maven("https://dl.bintray.com/mipt-npm/dev")
}
```

## Contributing

The project requires a lot of additional work. The most important thing we need is a feedback about what features are
Expand Down
17 changes: 3 additions & 14 deletions docs/templates/README-TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,12 @@ better than SciPy.

### Repositories

Release artifacts are accessible from bintray with following configuration (see documentation of
[Kotlin Multiplatform](https://kotlinlang.org/docs/reference/multiplatform.html) for more details):
Release and development artifacts are accessible from mipt-npm [Space](https://www.jetbrains.com/space/) repository `https://maven.pkg.jetbrains.space/mipt-npm/p/sci/maven` (see documentation of
[Kotlin Multiplatform](https://kotlinlang.org/docs/reference/multiplatform.html) for more details). The repository could be reached through [repo.kotlin.link](https://repo.kotlin.link) proxy:

```kotlin
repositories {
maven("https://dl.bintray.com/mipt-npm/kscience")
// maven("https://dl.bintray.com/mipt-npm/dev") for dev versions
maven("https://repo.kotlin.link")
}

dependencies {
Expand All @@ -114,16 +113,6 @@ dependencies {

Gradle `6.0+` is required for multiplatform artifacts.

#### Development

Development builds are uploaded to the separate repository:

```kotlin
repositories {
maven("https://dl.bintray.com/mipt-npm/dev")
}
```

## Contributing

The project requires a lot of additional work. The most important thing we need is a feedback about what features are
Expand Down

0 comments on commit 98171ba

Please sign in to comment.