Skip to content

Commit

Permalink
refactoring documents, closes #108
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hishinuma committed Jan 11, 2022
1 parent 8d16ad0 commit fbe4f92
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ https://keepachangelog.com/ja/1.0.0/ に基づいて記述していく
Unreleased
-----------
### Added
- Refactoring documents https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/436 https://github.com/ricosjp/monolish/issues/108
- Add explanation of link_monolish_gpu.sh https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/434 https://github.com/ricosjp/monolish/issues/102
- Add get_final_resid() and get_final_iter() in equations and eigens https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/433 https://github.com/ricosjp/monolish/issues/103

Expand Down
25 changes: 13 additions & 12 deletions doc/monolish.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ Please see [CPU Examples](@ref cpu_dev) and [GPU Examples](@ref gpu_dev) for mor
- [GPU Examples](@ref gpu_dev)

### API Overview
- [Data types](@ref data_type)
- [Supported Operations](@ref oplist)
- [Linear Solvers](@ref solverlist)
- [Performance logging and find bottlenecks](@ref logger)
- [**Modules**](./modules.html)
- [Data types](@ref data_type)
- [Supported Operations](@ref oplist)
- [Linear Solvers](@ref solverlist)
- [Performance logging and find bottlenecks](@ref logger)

## For Developers
- [Build monolish from source code](@ref build_guide)
Expand All @@ -53,13 +54,13 @@ Please see [CPU Examples](@ref cpu_dev) and [GPU Examples](@ref gpu_dev) for mor
- [Publications](@ref publications)

## Links
- [Source code](https://github.com/ricosjp/monolish/)
- [Documentation](https://ricosjp.github.io/monolish/)
- [Bug reports](https://github.com/ricosjp/monolish/issues)
- [Releases](https://github.com/ricosjp/monolish/releases)
- [Changelog](https://github.com/ricosjp/monolish/blob/master/CHANGELOG.md)
- [Licence](https://github.com/ricosjp/monolish/blob/master/LICENSE)
- [monolish log viewer](https://pypi.org/project/monolish-log-viewer/)
- [Continuous benchmarking](https://ricosjp.github.io/monolish_benchmark_result/)
- [**Source code**](https://github.com/ricosjp/monolish/)
- [**Documentation**](https://ricosjp.github.io/monolish/)
- [**Bug reports**](https://github.com/ricosjp/monolish/issues)
- [**Releases**](https://github.com/ricosjp/monolish/releases)
- [**Changelog**](https://github.com/ricosjp/monolish/blob/master/CHANGELOG.md)
- [**Licence**](https://github.com/ricosjp/monolish/blob/master/LICENSE)
- [**monolish log viewer**](https://pypi.org/project/monolish-log-viewer/)
- [**Continuous benchmarking**](https://ricosjp.github.io/monolish_benchmark_result/)

Copyright 2021 [RICOS Co. Ltd.](https://www.ricos.co.jp/)

0 comments on commit fbe4f92

Please sign in to comment.