... | ... | @@ -3,52 +3,34 @@ |
|
|
### Git
|
|
|
|
|
|
* Official GitLab Git [cheat sheet](https://about.gitlab.com/images/press/git-cheat-sheet.pdf)
|
|
|
|
|
|
* Notes on helpful Git [commit messages](https://chris.beams.io/posts/git-commit/)
|
|
|
|
|
|
* The official [Pro Git book](https://git-scm.com/book/en/v2) and the documentation
|
|
|
[main page](https://git-scm.com/doc), including
|
|
|
this book, the complete reference manual, and a set of learning videos.
|
|
|
* The official [Pro Git book](https://git-scm.com/book/en/v2) and the documentation [main page](https://git-scm.com/doc), including this book, the complete reference manual, and a set of learning videos.
|
|
|
|
|
|
### GitLab
|
|
|
|
|
|
* The GitLab [help page](https://gitlab.nublado.org/help) on this server.
|
|
|
[GitLab docs](https://docs.gitlab.com/ee/README.html) master documentation.
|
|
|
|
|
|
* Instructions for application-specific
|
|
|
[access tokens](https://docs.gitlab.com/ce/user/profile/personal_access_tokens.html#creating-a-personal-access-token)
|
|
|
|
|
|
* The GitLab [help page](https://gitlab.nublado.org/help) on this server. [GitLab docs](https://docs.gitlab.com/ee/README.html) master documentation.
|
|
|
* Instructions for application-specific [access tokens](https://docs.gitlab.com/ce/user/profile/personal_access_tokens.html#creating-a-personal-access-token)
|
|
|
* Git [cheat sheet](https://about.gitlab.com/images/press/git-cheat-sheet.pdf)
|
|
|
|
|
|
### MarkDown and the Wiki
|
|
|
|
|
|
* The _very complicated_ documentation for GitLab's version of Markdown is
|
|
|
[here](https://gitlab.nublado.org/help/user/markdown).
|
|
|
A _quick and simple_ introduction of Markdown is [here](https://www.markdownguide.org/basic-syntax) and
|
|
|
another more useful GitLab Markdown
|
|
|
[Cheat sheet](https://gitlab.com/francoisjacquet/rosariosis/-/wikis/Markdown-Cheatsheet).
|
|
|
Gary's notes on markdown are [here](Gary's Markdown Notes)
|
|
|
|
|
|
* You can clone the wiki repo by clicking on the **clone** icon. By default you then
|
|
|
have the full set of wiki files in the `cloudy.wiki` directory. You can edit the
|
|
|
wiki locally then push the changes back to origin/master
|
|
|
|
|
|
* Gary's notes on markdown are [here](/cloudy/cloudy/-/wikis/Gary's%20Markdown%20Notes). A _quick and simple_ introduction of Markdown is [here](https://www.markdownguide.org/basic-syntax) and another more useful GitLab Markdown [Cheat sheet](https://gitlab.com/francoisjacquet/rosariosis/-/wikis/Markdown-Cheatsheet). The _very complicated_ documentation for GitLab's version of Markdown is [here](https://gitlab.nublado.org/help/user/markdown).
|
|
|
* You can clone the wiki repo by clicking on the **clone** icon. By default you then have the full set of wiki files in the `cloudy.wiki` directory. You can edit the wiki locally then push the changes back to origin/master
|
|
|
* Check that there are no dead links (use a dead link checker, e.g., [Check my Links](https://chrome.google.com/webstore/detail/check-my-links/ojkcdipcgfaekbeaelaapakgnjflfglf))
|
|
|
|
|
|
----
|
|
|
---
|
|
|
|
|
|
## Other notes
|
|
|
|
|
|
The [GoldVersionToDo](GoldVersionToDo) page has the steps for creating a release version of the code.
|
|
|
|
|
|
The monitors for our [test suite](http://cloud9.pa.uky.edu/~cloudtests/)
|
|
|
The monitors for our [test suite](http://cloud9.pa.uky.edu/\~cloudtests/)
|
|
|
|
|
|
[MakingContributions](MakingContributions)
|
|
|
|
|
|
[HotFixToDo](HotFixToDo) has the steps for creating a hot-fix entry.
|
|
|
|
|
|
Experimental version of
|
|
|
[prototype minimal instructions for building Cloudy](prototype minimal instructions for building Cloudy)
|
|
|
Experimental version of [prototype minimal instructions for building Cloudy](prototype%20minimal%20instructions%20for%20building%20Cloudy)
|
|
|
|
|
|
The code's [StylePage](StylePage) including a description of some routines that should be used to do common chores.
|
|
|
|
... | ... | @@ -80,31 +62,26 @@ Our license file is in the root directory of any checkout. |
|
|
|
|
|
[CodeAnalysisTools](CodeAnalysisTools)
|
|
|
|
|
|
The [MakefileDescription](MakefileDescription) page describes how to use the make utility to compile Cloudy.
|
|
|
The [MakeFileDeveloping](MakeFileDeveloping) page explains some debugging options.
|
|
|
The [MakefileDescription](MakefileDescription) page describes how to use the make utility to compile Cloudy. The [MakeFileDeveloping](MakeFileDeveloping) page explains some debugging options.
|
|
|
|
|
|
[DevelopingInMPI](DevelopingInMPI)
|
|
|
|
|
|
## Emacs and IDEs
|
|
|
|
|
|
[EmacsSettings](EmacsSettings) has suggestions for .emacs file settings to get indentation consistent
|
|
|
with the coding conventions.
|
|
|
[EmacsSettings](EmacsSettings) has suggestions for .emacs file settings to get indentation consistent with the coding conventions.
|
|
|
|
|
|
[Developing With Eclipse](Developing With Eclipse)
|
|
|
[Developing With Eclipse](Developing%20With%20Eclipse)
|
|
|
|
|
|
[Developing With Net Beans](DevelopingWithNetBeans)
|
|
|
|
|
|
[Developing With Xcode](DevelopingWithXcode)
|
|
|
|
|
|
|
|
|
## [Atomic & molecular data](AtomicMolecularData)
|
|
|
|
|
|
|
|
|
## Scripts
|
|
|
|
|
|
[RemoveHeaders](RemoveHeaders) removes unused header files.
|
|
|
|
|
|
|
|
|
## svn, git, and hg
|
|
|
|
|
|
The [SubversionPage](SubversionPage) outlines the way we maintain the Subversion repository.
|
... | ... | @@ -119,7 +96,6 @@ The [SubversionPage](SubversionPage) outlines the way we maintain the Subversion |
|
|
|
|
|
[AssertTrapping](AssertTrapping)
|
|
|
|
|
|
|
|
|
## Discussions and Meetings
|
|
|
|
|
|
Discussions at the 2016 [CloudySummitMexico16](CloudySummitMexico16)
|
... | ... | @@ -142,9 +118,8 @@ Discussions at the 2007 [CloudySummitBrussels](CloudySummitBrussels) |
|
|
|
|
|
[SharingBibliography](SharingBibliography)
|
|
|
|
|
|
|
|
|
------
|
|
|
---
|
|
|
|
|
|
Return to [home](home) page
|
|
|
|
|
|
------ |
|
|
--- |
|
|
\ No newline at end of file |