3 Commits bcec0fd16e ... 527889872d

Author SHA1 Message Date
  Gilbert Brault 527889872d house keeping incremented version to 0.2 5 years ago
  Gilbert Brault 9291fbc718 housekeping 5 years ago
  Gilbert Brault 8276e064d3 suppressed mkdocs test 5 years ago
6 changed files with 4 additions and 25 deletions
  1. 1 1
      .vscode/settings.json
  2. 0 2
      README.sh
  3. 1 2
      devrequirements.txt
  4. 2 2
      pysketcher/__init__.py
  5. 0 17
      test/docs/index.md
  6. 0 1
      test/mkdocs.yml

+ 1 - 1
.vscode/settings.json

@@ -1,4 +1,4 @@
 {
-    "python.pythonPath": "/home/gilbert/Github/venv/bin/python3",
+    "python.pythonPath": "c:\\Users\\gilbe\\Documents\\GitHub\\venv\\Scripts\\python.exe",
     "python.dataScience.jupyterServerURI": "local"
 }

+ 0 - 2
README.sh

@@ -1,2 +0,0 @@
-#!/bin/sh
-doconce format pandoc README --github_md

+ 1 - 2
devrequirements.txt

@@ -1,3 +1,2 @@
 mkdocs
-mkdocs-material
-ipywidgetsm
+mkdocs-material

+ 2 - 2
pysketcher/__init__.py

@@ -9,7 +9,7 @@ from __future__ import absolute_import
 from future import standard_library
 standard_library.install_aliases()
 from builtins import *
-__version__ = '0.1'
-__author__ = 'Hans Petter Langtangen <hpl@simula.no>'
+__version__ = '0.2'
+__author__ = 'Hans Petter Langtangen <hpl@simula.no>, Gilbert Brault <gbrault@seadev.org>'
 
 from .shapes import *

+ 0 - 17
test/docs/index.md

@@ -1,17 +0,0 @@
-# Welcome to MkDocs
-
-For full documentation visit [mkdocs.org](https://www.mkdocs.org).
-
-## Commands
-
-* `mkdocs new [dir-name]` - Create a new project.
-* `mkdocs serve` - Start the live-reloading docs server.
-* `mkdocs build` - Build the documentation site.
-* `mkdocs -h` - Print help message and exit.
-
-## Project layout
-
-    mkdocs.yml    # The configuration file.
-    docs/
-        index.md  # The documentation homepage.
-        ...       # Other markdown pages, images and other files.

+ 0 - 1
test/mkdocs.yml

@@ -1 +0,0 @@
-site_name: My Docs