Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Storage-kill: no more check disk attachement
[simgrid.git] / docs / source / conf.py
index e06332d..432ece9 100644 (file)
@@ -32,11 +32,11 @@ if read_the_docs_build:
 # -- Project information -----------------------------------------------------
 
 project = u'SimGrid'
-copyright = u'2002-2020, The SimGrid Team'
+copyright = u'2002-2021, The SimGrid Team'
 author = u'The SimGrid Team'
 
 # The short X.Y version
-version = u'3.25.1'
+version = u'3.26.1'
 
 # -- General configuration ---------------------------------------------------
 
@@ -101,9 +101,12 @@ nitpick_ignore = [
   ('cpp:identifier', 'boost::intrusive_ptr<Activity>'),
   ('cpp:identifier', 'boost::intrusive_ptr<Actor>'),
   ('cpp:identifier', 'boost::intrusive_ptr<Barrier>'),
+  ('cpp:identifier', 'boost::intrusive_ptr<ConditionVariable>'),
   ('cpp:identifier', 'boost::intrusive_ptr<Comm>'),
-  ('cpp:identifier', 'boost::intrusive_ptr<Io>'),  
-  ('cpp:identifier', 'boost::intrusive_ptr<Mutex>'),  
+  ('cpp:identifier', 'boost::intrusive_ptr<Exec>'),
+  ('cpp:identifier', 'boost::intrusive_ptr<Io>'),
+  ('cpp:identifier', 'boost::intrusive_ptr<Mutex>'),
+  ('cpp:identifier', 'boost::intrusive_ptr<Semaphore>'),
   ('cpp:identifier', 'kernel'),
   ('cpp:identifier', 'kernel::activity'),
   ('cpp:identifier', 'kernel::profile'),
@@ -111,8 +114,19 @@ nitpick_ignore = [
   ('cpp:identifier', 'kernel::routing'),
   ('cpp:identifier', 'simgrid'),
   ('cpp:identifier', 'simgrid::s4u'),
+  ('cpp:identifier', 'simgrid::xbt'),
   ('cpp:identifier', 'this_actor'),
   ('cpp:identifier', 's4u'),
+  ('cpp:identifier', 's4u_Actor'),
+  ('cpp:identifier', 's4u_Barrier'),
+  ('cpp:identifier', 's4u_ConditionVariable'),
+  ('cpp:identifier', 's4u_Host'),
+  ('cpp:identifier', 's4u_NetZone'),
+  ('cpp:identifier', 's4u_Mutex'),
+  ('cpp:identifier', 's4u_Link'),
+  ('cpp:identifier', 's4u_Semaphore'),
+  ('cpp:identifier', 's4u_VirtualMachine'),
+  ('cpp:identifier', 's4u_VM'),
   ('cpp:identifier', 'size_t'),
   ('cpp:identifier', 'uint64_t'),
   ('cpp:identifier', 'xbt'),
@@ -201,4 +215,3 @@ html_css_files = [
 ]
 
 # -- Other options
-