Skip to content

Commit 04bd45a

Browse files
authored
Merge pull request #3 from Naova/feature/k1-main-wiki
Feature/k1 main wiki
2 parents 7a860de + f91e192 commit 04bd45a

281 files changed

Lines changed: 24101 additions & 47 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
1-
# This .gitignore is appropriate for repositories deployed to GitHub Pages and using
2-
# a Gemfile as specified at https://github.com/github/pages-gem#conventional
3-
4-
# Basic Jekyll gitignores (synchronize to Jekyll.gitignore)
5-
_site/
6-
.sass-cache/
7-
.jekyll-cache/
8-
.jekyll-metadata
9-
10-
# Additional Ruby/bundler ignore for when you run: bundle install
11-
/vendor
12-
13-
# Specific ignore for GitHub Pages
14-
# GitHub Pages will always use its own deployed version of pages-gem
15-
# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is
16-
# counterproductive to check this file into the repository.
17-
# Details at https://github.com/github/pages-gem/issues/768
18-
Gemfile.lock
191
# Doc Outputs
2+
**/_build/
203
**/docs/_build/*
21-
**/generated/*
4+
**/generated/*
5+
6+
# Python virtual environments
7+
.venv/
8+
venv/
9+
ENV/
10+
env/
File renamed without changes.

CHANGELOG.md

Lines changed: 45 additions & 5 deletions

CONTRIBUTORS.md

Lines changed: 67 additions & 0 deletions

LICENSE

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2025, Naova
3+
Copyright (c) 2018, the respective contributors, as shown by the AUTHORS file.
4+
All rights reserved.
45

56
Redistribution and use in source and binary forms, with or without
67
modification, are permitted provided that the following conditions are met:
78

8-
1. Redistributions of source code must retain the above copyright notice, this
9-
list of conditions and the following disclaimer.
9+
* Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
1011

11-
2. Redistributions in binary form must reproduce the above copyright notice,
12-
this list of conditions and the following disclaimer in the documentation
13-
and/or other materials provided with the distribution.
12+
* Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
1415

15-
3. Neither the name of the copyright holder nor the names of its
16-
contributors may be used to endorse or promote products derived from
17-
this software without specific prior written permission.
16+
* Neither the name of the copyright holder nor the names of its
17+
contributors may be used to endorse or promote products derived from
18+
this software without specific prior written permission.
1819

1920
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2021
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

README.md

Lines changed: 11 additions & 11 deletions
File renamed without changes.

docs/nao/_build/html/.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 2fc2593b1e0160bf8f332fa67313860c
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7
2.61 MB
Binary file not shown.
8.79 KB
Binary file not shown.

0 commit comments

Comments
 (0)