Commit graph

25 commits

Author SHA1 Message Date
H. S. Teoh
dfd9e4cd3a fix issue 14695: std.uuid missing from index page. 2015-09-03 15:17:49 +02:00
anonymous
3400bed6f6 index.d: proper table rows
Before, table rows were faked with $(BR). This has a couple issues:
* pseudo rows fall apart when one cell breaks but the other doesn't;
* copy/paste doesn't work properly;
* editing the table is more complicated and error-prone;
* it's just plain wrong.
2015-08-31 23:10:56 +02:00
Vladimir Panteleev
b4f25d0d43 Update index.d
- Add missing modules
- Remove obsolete modules
- Normalize markup
- Disable wrapping of module names
- Add intentionally-omitted modules as a comment

Fixes issue 14695
2015-08-31 09:58:47 +00:00
Marc Schütz
bdb35215d7 Add missing references to std.digest.hmac to fix doc generation 2015-08-15 12:03:29 +02:00
Marc Schütz
57ecc812d7 Add std.digest.hmac 2015-06-12 20:37:47 +02:00
Robert burner Schadek
7c0b71727c remove index of socketstream 2015-06-01 03:18:36 +02:00
Walter Bright
ced02fb111 add missing information to index 2015-04-06 23:01:44 -07:00
Martin Nowak
1bdbefa889 fix Issue 14297 - Broken links in phobos/index.html
- use explicit .html links, as redirects aren't
  available for local browsing
2015-03-18 02:17:45 +01:00
Andrei Alexandrescu
11b32b56e5 Fix links 2015-02-16 13:39:18 -08:00
H. S. Teoh
21d1f8244f Reduce minimum width requirements of Phobos index page. 2015-01-27 07:54:42 -08:00
H. S. Teoh
309a22e916 Update cross-module links.
Update crosslinks in cheat sheet.
2015-01-20 10:16:06 -08:00
H. S. Teoh
58d3c4807c Improve wording. 2014-12-06 10:01:52 -08:00
H. S. Teoh
70a21cc66e Move last paragraph to top for easier reading. 2014-11-30 18:05:07 -08:00
H. S. Teoh
91f62d1401 Remove useless link to obsolete wiki. 2014-11-27 16:24:06 -08:00
H. S. Teoh
93cbb0a480 Rewrite of Phobos index page.
Make it more useful than the current outdated and irrelevant philosophy
page.
2014-11-27 14:45:38 -08:00
Domingo Alvarez Duarte
60c393e389 Fix possible copy and paste mistake 2014-07-18 08:36:14 +01:00
Safety0ff
b503b40be1 Update index.d
Fix std.ascii link
2013-03-27 13:55:35 -03:00
jmdavis
cf6ba6ebda Finally remove std.regexp.
It's been deprecated for some time now, and we no longer have anything
in Phobos which depends on it. So, it's long past time for it to be
fully removed.
2013-02-23 18:07:54 -08:00
jmdavis
a6cb849cc8 Removed std.date from index. It doesn't exist anymore.
I left it in as versioned for D1 though, since it _does_ still exist
there.
2012-11-13 02:11:10 -08:00
jmdavis
49a98e29dd Remove std.ctype from the index. 2012-09-30 04:04:58 -07:00
alexrp
38ef7d09c2 Remove std.bind (deprecated from the day delegates were added to the language). 2012-05-13 04:03:26 +02:00
Yao Gómez
f107338794 Removed (versioned out) broken links from Phobos index page. 2012-02-04 23:44:53 -06:00
Andrei Alexandrescu
d061f13d34 https://github.com/D-Programming-Language/phobos/pull/23 2011-05-01 12:11:46 -05:00
Andrei Alexandrescu
f7e2332cd8 Removed std.thread 2011-04-17 09:31:45 -05:00
andralex
823f0d009d Changed phobos.html to index.html 2011-01-30 02:39:55 -06:00
Renamed from phobos.d (Browse further)