Documentation
A documentation section has been created using Read The Docs and is found in "/doc/RTD". In order to create the documentation Sphinx v1.3.1 was used. To create the html file use:
make html
which creates "index.html" in "_build/html/".
An initial design layout has been created and initial drafts of the Task-Based Parallelism and Hierarchical Cell Decomposition have been completed and need inclusion in the master branch.
Merge request reports
Activity
Added 1 commit:
- cf75e205 - Adding documentation on adding new tasks to SWIFT
Added 1 commit:
- 7373d24c - Added documentation on adding an external gravitational potential to SWIFT
@pdraper Do we want images in the git repository ?
Reassigned to @matthieu
@all "Do we want images in the git repository?" Small, immutable, ones, say a few Kb, should be fine. Larger ones will need to live elsewhere, otherwise we'll end up with a bloated repository again. Note that even committing a large one means we will be stuck with it, as it will persist in the history, so if that happens do not push the commit. Editing local history (
git reset
) is much easier.mentioned in commit 9374b461