Skip to content

Commit

Permalink
deploy: a903678
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanplanders committed Sep 8, 2023
0 parents commit 7c74901
Show file tree
Hide file tree
Showing 152 changed files with 8,720 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: a290ddf1df70aeb0601e021c043d2674
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added .doctrees/credit.doctree
Binary file not shown.
Binary file added .doctrees/dependencies.doctree
Binary file not shown.
Binary file added .doctrees/environment.pickle
Binary file not shown.
Binary file added .doctrees/exercises.doctree
Binary file not shown.
Binary file added .doctrees/index.doctree
Binary file not shown.
Binary file added .doctrees/purpose.doctree
Binary file not shown.
Binary file added .doctrees/usage.doctree
Binary file not shown.
Empty file added .nojekyll
Empty file.
7 changes: 7 additions & 0 deletions _sources/credit.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@


Credit and inspiration
======================

Inspired by and derived from https://hpc-carpentry.github.io/hpc-python/
which is distributed under CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/).
17 changes: 17 additions & 0 deletions _sources/dependencies.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@


Dependencies
============

Required
--------

- Python
- Numpy
- Matplotlib


Optional
--------

- Docker
49 changes: 49 additions & 0 deletions _sources/exercises.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@


Exercises (documentation lesson)
================================

Before you start
----------------

- Discuss the exercise idea with the classroom.
- Distribute exercises among groups of 2-3 persons.
- Open a GitHub issue and inform the community about the problem and how you
plan to solve it. Discuss why we do this.
- Fork this project.
- Commit to your fork. In your commit message auto-close the issue you have addressed.
- Submit a pull request.
- We then review the pull requests.
- After the pull requests are merged we verify that documentation updates itself.


Basic
-----

- Document the purpose of this example code.
- Document how to clone the code.
- Describe the project tree structure.
- Write a sentence or two about Zipf's law and link to Wikipedia
(coordinate with the group working on the previous exercise).
- Document how to check the code style with ``pycodestyle``.
- Give other developers hints on how they can contribute to the documentation.
- Document how to build the documentation locally
(coordinate with the group working on the previous exercise).
- Add an example output.
- Add an example plot
(coordinate with the group working on the previous exercise).
- Document where/how to ask for help.
- Add a math equation somewhere.


Advanced
--------

- Add a test and document how to run it.
- Add the possibility to auto-document Python code.


Meta
----

- Add new exercises ideas for future workshops (edit this file).
17 changes: 17 additions & 0 deletions _sources/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.. this is a comment, it is not rendered
when adding new *.rst files, reference them here
in this index.rst for them to be rendered and added to the
table of contents
Basics
==========

.. toctree::
:maxdepth: 2

purpose.rst
dependencies.rst
usage.rst
credit.rst
exercises.rst
12 changes: 12 additions & 0 deletions _sources/purpose.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@


Purpose
=======

Write me ...


Basics
----------

Write me ...
17 changes: 17 additions & 0 deletions _sources/usage.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@


Usage
=====


How to clone the code
---------------------

Write me ...



Where to find the results
-------------------------

Write me ...
Loading

0 comments on commit 7c74901

Please sign in to comment.