Skip to content

Commit

Permalink
docs: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
and3rson committed Feb 20, 2024
1 parent 28399e8 commit d1c0ac2
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 47 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ build:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"
apt_packages:
- kicad

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand Down
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/_build
5 changes: 5 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
all:
sphinx-build -M html . _build

autobuild:
sphinx-autobuild . _build/html
7 changes: 7 additions & 0 deletions docs/about/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
По проєкт
===========

.. toctree::
:maxdepth: 2

what_is_lilka
3 changes: 3 additions & 0 deletions docs/about/what_is_lilka.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Що таке Лілка?
==============

19 changes: 11 additions & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,25 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'Lilka'
copyright = '2024, Andrew Dunai'
author = 'Andrew Dunai'
project = "Lilka"
copyright = "2024, Andrew Dunai"
author = "Andrew Dunai"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = []

templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

language = 'uk_UA'
language = "uk_UA"

# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'alabaster'
html_static_path = ['_static']
html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]
html_theme_options = {
"collapse_navigation": False,
}
8 changes: 8 additions & 0 deletions docs/hardware/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Апаратна частина
================

.. toctree::
:maxdepth: 2
:caption: Зміст

schematics_v2
2 changes: 2 additions & 0 deletions docs/hardware/schematics_v2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Креслення (v2)
==============
11 changes: 7 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Lilka's documentation!
=================================
Вітаємо вас у документації проекту Lilka!
=========================================

.. toctree::
:maxdepth: 2
:caption: Contents:
:maxdepth: 2
:caption: Зміст:

about/index
hardware/index



Expand Down
35 changes: 0 additions & 35 deletions docs/make.bat

This file was deleted.

0 comments on commit d1c0ac2

Please sign in to comment.