Skip to content

Commit

Permalink
Version 1.0.0 upload
Browse files Browse the repository at this point in the history
  • Loading branch information
H0R5E committed Mar 14, 2019
1 parent 468708e commit 5e1a196
Show file tree
Hide file tree
Showing 282 changed files with 10,753 additions and 1 deletion.
41 changes: 41 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# sphinx build folder
_build

# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db

# Editor backup files #
#######################
*~
438 changes: 438 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

43 changes: 42 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,42 @@
# dtocean.github.io
# DTOcean Documentation

The DTOcean documentation is maintained in this repository. It can either be
viewed online at [dtocean.github.io](https://dtocean.github.io/), read as pdf
documentation or installed for offline use with the DTOcean graphical interface
(see [dtocean](https://github.com/DTOcean/dtocean)).

## Offline Manuals

The DTOcean Manuals installation wizard (for 64 or 32-bit) can be downloaded
from the [Releases](https://github.com/DTOcean/dtocean.github.io/releases) page.

Once downloaded, simply double-click the file and follow the instructions.

## PDFs

PDF versions of the DTOcean documentation can be downloaded from the
[Releases](https://github.com/DTOcean/dtocean.github.io/releases) page.

## Contributing

Pull requests are welcome. For major changes, please open an issue first to
discuss what you would like to change.

See [this blog post](
https://www.dataonlygreater.com/latest/professional/2017/03/09/dtocean-development-change-management/)
for information regarding development of the DTOcean ecosystem.

## Credits

This documentation was initially created as part of the [EU DTOcean project](
https://www.dtoceanplus.eu/About-DTOceanPlus/History) by:

* Rui Duarte at [France Energies Marines](https://www.france-energies-marines.org/)
* Mathew Topper at [TECNALIA](https://www.tecnalia.com)

It is now maintained by Mathew Topper at [Data Only Greater](
https://www.dataonlygreater.com/).

## License

[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
13 changes: 13 additions & 0 deletions _static/theme_overrides.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/* override table width restrictions */
@media screen and (min-width: 767px) {

.wy-table-responsive table td {
/* !important prevents the common CSS stylesheets from overriding
this as on RTD they are loaded after this stylesheet */
white-space: normal !important;
}

.wy-table-responsive {
overflow: visible !important;
}
}
Loading

0 comments on commit 5e1a196

Please sign in to comment.