Skip to content

Commit

Permalink
Add basics to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
clizbe committed Oct 28, 2024
1 parent 14f22e9 commit 0f7c7c8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@

If you use TulipaClustering.jl in your work, please cite using the reference given in [CITATION.cff](https://github.com/TulipaEnergy/TulipaClustering.jl/blob/main/CITATION.cff).

## Installation

```julia-pkg
pkg> add TulipaClustering
```

## Bug reports and discussions

If you think you have found a bug, feel free to open an [issue](https://github.com/TulipaEnergy/TulipaClustering.jl/issues). If you have a general question or idea, start a discussion on the main repo [here](https://github.com/TulipaEnergy/TulipaEnergyModel.jl/discussions).

## Contributing

If you want to make contributions of any kind, please first that a look into our [contributing guide directly on GitHub](docs/src/90-contributing.md) or the [contributing page on the website](https://TulipaEnergy.github.io/TulipaClustering.jl/dev/90-contributing/).
Expand Down
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"
TulipaClustering = "314fac8b-c762-4aa3-9d12-851379729163"

[compat]
Expand Down
8 changes: 0 additions & 8 deletions docs/src/95-reference.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# [Reference](@id reference)

## Contents

```@contents
Pages = ["95-reference.md"]
```

## Index

```@index
Pages = ["95-reference.md"]
```
Expand Down
Binary file added docs/src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ DocTestSetup = quote
end
```

# TulipaClustering
# Welcome

Documentation for [TulipaClustering](https://github.com/TulipaEnergy/TulipaClustering.jl).
Documentation for [TulipaClustering.jl](https://github.com/TulipaEnergy/TulipaClustering.jl).

## Contributors

Expand Down

0 comments on commit 0f7c7c8

Please sign in to comment.