https://github.com/arcticsnow/topopyscale_documentation
Documentation of TopoPyScale
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.1%) to scientific vocabulary
Repository
Documentation of TopoPyScale
Basic Info
- Host: GitHub
- Owner: ArcticSnow
- License: gpl-3.0
- Language: JavaScript
- Default Branch: main
- Homepage: https://topopyscale.readthedocs.io
- Size: 10.7 MB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
TopoPyScale_Documentation
Documentation of the TopoPyScale toolbox. https://topopyscale.readthedocs.io
S. Filhol, J. Fiddes, January 2022
Contributing to the Documentation
The documentation is written in Markdown with the tool https://www.mkdocs.org
- Create a local Python VE
```bash conda create -n rtdoc conda activate rtdoc pip install mkdocs sphinxrtdtheme mkdocs-material pygments
# cloning using SSH key git clone git@github.com:ArcticSnow/TopoPyScaleDocumentation.git cd TopoPyScaleDocumenation ```
Modify a given file or create a new one. If you create a new one add it to
mkdocs.ymlrun
mkdocs serveto visualize the modification on your local machineopen the URL: http://127.0.0.1:8000/ in your browser
For customization of the theme, please use the documentation https://squidfunk.github.io/mkdocs-material/. All custom parameters are in the file mkdocs.yml
Update the API documentation
Run this command from the TopoPyScale virtual environment with correct paths:
bash
lazydocs --output-path="path/to/TopoPyScale_Documentation/docs" --overview-file="README.md" --src-base-url="https://github.com/ArcticSnow/TopoPyScale" path/to/TopoPyScale
Owner
- Name: Simon Filhol
- Login: ArcticSnow
- Kind: user
- Location: Norway
- Company: University of Oslo
- Repositories: 33
- Profile: https://github.com/ArcticSnow
GitHub Events
Total
- Push event: 2
Last Year
- Push event: 2
Dependencies
- mkdocs *
- mkdocs-material *
- pygments *