Skip to content

Commit 240e6e3

Browse files
committed
updated requirements.
1 parent ddf0b03 commit 240e6e3

File tree

5 files changed

+12
-24
lines changed

5 files changed

+12
-24
lines changed

source/_templates/layout.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{% extends "!layout.html" %}
22
{% block content %}
33

4-
<center>
5-
<h3>Head to <a href="https://www.exercism.org">Exercism.org</a></h3>
6-
</center>
7-
84
{{ super() }}
95

106
{% endblock %}

source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# ...
1919

2020
# Activate the theme.
21-
html_theme = 'bootstrap'
21+
html_theme = 'pydata_sphinx_theme'
2222
html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
2323

2424
html_theme_options = {
@@ -58,14 +58,14 @@
5858

5959
# General information about the project.
6060
project = u'Learn To Solve It'
61-
copyright = u'2020, Senthil Kumaran'
61+
copyright = u'2022, Senthil Kumaran'
6262

6363
# The version info for the project you're documenting, acts as replacement for
6464
# |version| and |release|, also used in various other places throughout the
6565
# built documents.
6666
#
6767
# The short X.Y version.
68-
version = '2020-01-06'
68+
version = '2022-01-06'
6969
# The full version, including alpha/beta/rc tags.
7070
release = ''
7171

source/cprogramming/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
======================
2-
C Programming Language
3-
======================
1+
=============
2+
C Programming
3+
=============
44

55
This is the C programming language section. Our intention is to present the programs of Kernighan and Ritchie here with explanation.
66
If you like that book or like to learn C, you may find this interesting.

source/index.rst

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
I recommend https://exercism.org as the platform to learn Programming. It has
2-
everything that learn to solve it intended.
3-
4-
In coming days, https://www.LearnToSolveit.com will start redirecting to exercism.org
5-
6-
* It was better for me to focus on better bigger project, while giving up on my project.
7-
* It was better to redirect students to a project that will be useful to them.
8-
91
Learn, Understand and Solve Problems
102
------------------------------------
113

@@ -18,8 +10,7 @@ The key philosophy behind this project was.
1810
* Small but complete.
1911
* Practice is the key.
2012

21-
I recommend https://exercism.org as the platform to learn Programming. It has
22-
everything that learn to solve intended.
13+
I recommend https://exercism.org as the platform to learn Programming and practice with a dedicated community.
2314

2415
**Reference Books**
2516

@@ -30,16 +21,16 @@ everything that learn to solve intended.
3021
.. _Github: https://github.com/uthcode/learntosolveit
3122

3223

33-
C Programming Language
34-
======================
24+
C Programming
25+
=============
3526

3627
.. toctree::
3728
:maxdepth: 3
3829

3930
cprogramming/index
4031

41-
Python Programming Language
42-
===========================
32+
Python Programming
33+
==================
4334

4435
.. toctree::
4536
:maxdepth: 3

source/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
pydata-sphinx-theme
12
sphinx_bootstrap_theme

0 commit comments

Comments
 (0)