diff --git a/_static/images/project-with-beagleboard.webp b/_static/images/project-with-beagleboard.webp index c081f9bee314356e4853023ac69d498378192412..b73255cfa73afb918507ecc01cd35e17e5514f29 100644 Binary files a/_static/images/project-with-beagleboard.webp and b/_static/images/project-with-beagleboard.webp differ diff --git a/conf.py b/conf.py index 9b1563367fd9bee7af6a1806c960af3cab344d70..3c3bab9335b566222c157528a000b004d0cc0131 100644 --- a/conf.py +++ b/conf.py @@ -53,6 +53,12 @@ html_css_files = [ 'css/custom.css', ] +# Pages entry without primary (left) sidebar + +html_sidebars = { + "ideas/index": [], +} + html_theme_options = { "header_links_before_dropdown": 4, "icon_links": [ diff --git a/ideas/index.rst b/ideas/index.rst index 7d33982bf205e5198787e9e1b22abe51c65e1484..f3612fa2b68ee6baca53551ebbe587390cc4aeac 100644 --- a/ideas/index.rst +++ b/ideas/index.rst @@ -1,11 +1,14 @@ +:html_theme.sidebar_primary.remove: true + .. _gsoc-project-ideas: Ideas ###### -Below are the project ideas for the GSoC 2024 sorted for better navigation. The BeagleBoard.org community is loaded -with experts on building open source embedded systems. An embedded system is build of computers -dedicated a specific collections of functions and connected to automate things in the physical world. +Below are the project ideas for the `GSoC 2024 <https://developers.google.com/open-source/gsoc/timeline>`_. +The BeagleBoard.org community is loaded with experts on building open source embedded systems. An embedded +system is built of computers dedicated a specific collections of functions and connected to automate things +in the physical world. .. important:: BeagleaBoard.org is a community centric organization and we keep all of our discussion open for our @@ -15,17 +18,17 @@ dedicated a specific collections of functions and connected to automate things i All the projects have colorful badges for making your choice easier, -.. table:: +.. table:: - +------------------------------------+------------------------------------+------------------------------------+ - | Priority | Complexity | Size | - +====================================+====================================+====================================+ - | :bdg-danger:`High priority` | :bdg-danger:`High complexity` | :bdg-danger-line:`Large size` | - +------------------------------------+------------------------------------+------------------------------------+ - | :bdg-success:`Medium priority` | :bdg-success:`Medium complexity` | :bdg-success-line:`Medium size` | - +------------------------------------+------------------------------------+------------------------------------+ - | :bdg-info:`Low priority` | :bdg-info:`Low complexity` | :bdg-info-line:`Small size` | - +------------------------------------+------------------------------------+------------------------------------+ + +------------------------------------+------------------------------------+ + | Complexity | Size | + +====================================+====================================+ + | :bdg-danger:`High complexity` | :bdg-danger-line:`Large size` | + +------------------------------------+------------------------------------+ + | :bdg-success:`Medium complexity` | :bdg-success-line:`Medium size` | + +------------------------------------+------------------------------------+ + | :bdg-info:`Low complexity` | :bdg-info-line:`Small size` | + +------------------------------------+------------------------------------+ .. admonition:: Did you know? @@ -37,22 +40,5 @@ All the projects have colorful badges for making your choice easier, rather than leaving it up to someone else. Google Summer of a Code with BeagleBoard.org is a great way to learn skills highly in demand while making a difference in the world. -.. toctree:: - :maxdepth: 2 - :hidden: - :caption: Project Ideas - - linux-kernel-improvements - rtos-microkernel-improvements - deep-learning - beagleconnect-technology - automation-and-industrial-io - soft-peripherals-using-co-processors - security-and-privacy - beaglebone-audio-applications - bela-applications - fpga-projects - other-projects - diff --git a/ideas/automation-and-industrial-io.rst b/ideas/old/automation-and-industrial-io.rst.old similarity index 100% rename from ideas/automation-and-industrial-io.rst rename to ideas/old/automation-and-industrial-io.rst.old diff --git a/ideas/beaglebone-audio-applications.rst b/ideas/old/beaglebone-audio-applications.rst.old similarity index 100% rename from ideas/beaglebone-audio-applications.rst rename to ideas/old/beaglebone-audio-applications.rst.old diff --git a/ideas/beagleconnect-technology.rst b/ideas/old/beagleconnect-technology.rst.old similarity index 100% rename from ideas/beagleconnect-technology.rst rename to ideas/old/beagleconnect-technology.rst.old diff --git a/ideas/bela-applications.rst b/ideas/old/bela-applications.rst.old similarity index 100% rename from ideas/bela-applications.rst rename to ideas/old/bela-applications.rst.old diff --git a/ideas/deep-learning.rst b/ideas/old/deep-learning.rst.old similarity index 100% rename from ideas/deep-learning.rst rename to ideas/old/deep-learning.rst.old diff --git a/ideas/fpga-projects.rst b/ideas/old/fpga-projects.rst.old similarity index 100% rename from ideas/fpga-projects.rst rename to ideas/old/fpga-projects.rst.old diff --git a/ideas/linux-kernel-improvements.rst b/ideas/old/linux-kernel-improvements.rst.old similarity index 100% rename from ideas/linux-kernel-improvements.rst rename to ideas/old/linux-kernel-improvements.rst.old diff --git a/ideas/other-projects.rst b/ideas/old/other-projects.rst.old similarity index 100% rename from ideas/other-projects.rst rename to ideas/old/other-projects.rst.old diff --git a/ideas/rtos-microkernel-improvements.rst b/ideas/old/rtos-microkernel-improvements.rst.old similarity index 100% rename from ideas/rtos-microkernel-improvements.rst rename to ideas/old/rtos-microkernel-improvements.rst.old diff --git a/ideas/security-and-privacy.rst b/ideas/old/security-and-privacy.rst.old similarity index 100% rename from ideas/security-and-privacy.rst rename to ideas/old/security-and-privacy.rst.old diff --git a/ideas/soft-peripherals-using-co-processors.rst b/ideas/old/soft-peripherals-using-co-processors.rst.old similarity index 100% rename from ideas/soft-peripherals-using-co-processors.rst rename to ideas/old/soft-peripherals-using-co-processors.rst.old