Skip to content

Commit d0c1cb6

Browse files
committed
docs: restructure
1 parent 4365329 commit d0c1cb6

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

docs/getting_started/overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,3 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2727
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2828
SOFTWARE.
2929
```
30-
31-
[^kdigo]: Improving Global Outcomes (KDIGO) Acute Kidney Injury Work Group. KDIGO Clinical Practice Guideline for Acute Kidney Injury. Kidney inter., Suppl. 2012; 2: 1–138.

docs/img/kdigo_criteria.png

-89.3 KB
Binary file not shown.

mkdocs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
site_name: project_name
1+
site_name: Python Project # TODO change this to your project name
22
docs_dir: docs
3+
copyright: Copyright © 2023 Paul-B98 # TODO change this to your name
4+
35
nav:
46
- Getting Started:
57
- Package Overview: "getting_started/overview.md"
@@ -9,8 +11,6 @@ nav:
911
# - User Guide:
1012
- API Reference: reference/
1113

12-
copyright: Copyright © 2023 Paul-B98
13-
1414
theme:
1515
name: material
1616
repo_url: "https://github.com/Paul-B98/python-project-template"
@@ -29,6 +29,7 @@ extra_css:
2929
- assets/css/code_select.css
3030
- assets/css/fonts.css
3131

32+
# Plugins and Extensions
3233
markdown_extensions:
3334
- attr_list
3435
- pymdownx.highlight:

0 commit comments

Comments
 (0)