Skip to content

Commit

Permalink
Update with suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishna-13-cyber committed Aug 7, 2023
1 parent 222efc4 commit e97f604
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ configure_file (
################

set(xeus_REQUIRED_VERSION 1.0.0)
set(cppzmq_REQUIRED_VERSION 4.3.0)
set(llvm_REQUIRED_VERSION 14)
if (LLVM_REQUIRED_VERSION)
set(llvm_REQUIRED_VERSION ${LLVM_REQUIRED_VERSION})
Expand Down
2 changes: 1 addition & 1 deletion docs/DevelopersDocumentation.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Developers Documentation
-------------------------
------------------------
Xeus-Clang-REPL maintains an internal Doxygen documentation of its components. Internal
documentation aims to capture intrinsic details and overall usage of code
components. The goal of internal documentation is to make the codebase easier
Expand Down
2 changes: 1 addition & 1 deletion docs/FAQ.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FAQ
*****
***
2 changes: 1 addition & 1 deletion docs/InstallationAndUsage.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
InstallationAndUsage
---------------------
--------------------
3 changes: 1 addition & 2 deletions docs/UsingXeus-Clang-REPL.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Using xeus-clang-repl
----------------------

---------------------



2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Welcome to xeus-clang-repl's documentation!
============================================
===========================================

The Xeus-Clang-REPL is a Jupyter kernel for the C++ programming language

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Tutorials
----------
---------

Add tutorials

0 comments on commit e97f604

Please sign in to comment.